Results for "Volume: 2002C"
This application is an update on Plasma's "IP Stealer Pro" submission. I really liked his concept, but can't stand to use un-commented, un-indented code. I cleaned up the source and interface, as well as made some code changes to increase reliability and functionability. I'm planning on coding some more advanced "cowboy response scripts" for this app when I have the time, and I will post them when finished. If you come up with any new scripts or improvements, please e-mail me or post a comment. Thanx and enjoy ! Later - Alloy Cowboy -
Copy a Folder in another Folder. If the Folder not exists then this program will create the Folder.
This program will teach you how to use the winsock api's. I made this easy to understand so that anybody can use it. even beginers! isn't that crazy? *fixed, with subclassing function now!* if you like this, please vote for me! thanks!
i-browser this script is an-asp based image browser which will show all the images in your specified folder in a navigable format. it can also delete images. It also shows the subfolders of the current folder in view.
This is a code to be used by web-sites who have many links on their site and can use this to create a go-back frame in the top of the newpage opened like in Hotmail.com
Simple HTTP proxy for sharing Web access between computers..
This is an great example of how to use BitBlt to make a simple Animation either for a game or for a application. Every line commented in this and I tell you exactly what's going on. So check it out, the Screen Shot pretty much Explains it all...
Tell a friend
Search the web site
Simple ASP Calender
this coding simply is for beginners and allows you to move your form without a titlebar, or with you own custom titlebar!!!
With GPS, you can simply change the content of your homepage dynamically, without any technical knowledge. No FTP, no upload! Use the webbased controlpanel to manage everythin: Posting, editing, deleting, validating, scaling and more. GPS has multiuser support. Set accessrights for each admin. Coordinate your homepage with any other admins: A internal mailing system is included. GPS is not only managing your content but tracking every visitor who visits your GPS powered page. It retrieves IP, Platform, Resolution, Browser and time of visit. In version1.3, you can create mulitiple stie with different settings. Also there is a higher security login: If you enter the password three times wrong your account will be locked and only accessable with a six digit unlockcode, similiar with the securityfunction of a mobile. If you are using GPS for the first time login with l/p Admin/Admin and then change the password for your account.
This modification of Lewis Moten's RC4 algorithm will allow you to send encrypted strings to DataSources through SQL.
This code is like my other chat code, but this is an ActiveX control. The control is fairly easy to understand, with methods and events such as Msg, Notice, Servername, port, etc. If you have questions, email me at webmaster@programmerfaq.com
Ever wonder how all of those other software programs put themselves in the system tray(The start menu icon list at the bottom of the screen)? Well, this code, centered around traymodule.bas and written entirely by me, will do just that. Just use the RespondToTray(X) function in the Form_Mousemove event and call addtotray and removefrom tray when you want to add or remove your icon from the tray. You can customize tool-tips(The yellow labels), the icon appearing in the tray, and the form to have it respond to when you click the tray. You may use this module in any program you'd like, although if you're going to post a program using this on PSC, please give me credit for the module.
Quickly find out the type of variables returned from your adodb recordset. TypeName() function doesn't do the trick. Databases offer additional data types. This script helps solve type problems without having to lookup the name of the numbers returned.
a set of activex controls. The OCX contains 7 controls. There are two different types of textboxes, two types of checkboxes (one made from scratch and you can either have a cross when it is checked, like in WIN NT or you can have the normal tick) There is two Command buttons and a label. i have to admit one of the controls isn't mine but the rest are. Most of these controls react with mouse movement to make you program look really great. You have to try it. If you were dissapointed with the bugs in the XTickBox control download this new version. I Fixed about 7 bugs in the tickbox and now it works great.
Learn how to use the Microsoft Internet Control to create your own custom web-bots that can scour the web for whatever information you're looking for!
You CAN create web apps without losing the sophistication of such Visual Basic niceties as sophisticated error handling, API calls, class modules, etc...using Visual Basic Web Classes! This article shows you how.
Creating your app with an N-tier architecture gives you alot of advantages, like easier maintenance, and better code-reuse. However, many times the concepts behind creating such an app, deter people from ever learning. This tutorial teaches you the fundamentals of this architecture, and by the time you're done, you will have your own working n-tier app in under 30 minutes!