Results for "Volume: ASP_Volume3"
So you're ready to make your site a community and want to have a username and password entry for users? Well, this tutorial will show you how to easily make a script for users to create a username and password. The second part of the tutorial will show you how to have them log in the next time they come. You can see all these files for what I created and tested at: signup.txt, make.txt, login.txt, getin.txt. Let's get started.
This is a simple 'Browse for Folder' style TreeView. Loads all Logical Drives. Does not load sub directories until the user expands the parent directory so it loads quickly. Supports showing of the files and their associated icon. **Update (8/2/03) ** Looks a little more like the "Browse for folder Treeview". The root is the users desktop folder. Improved properties. Only applicable properties are accessable. ** Update (8/3/03) ** Inclcudes an Example Application simulating a browse for folder dialog. Added method to Create a new Folder. Once the new folder is created it is selected. Added a FindNode method that returns a specific node based on the nodes fullpath. Added different icons depending on the drive type. Speed improved.
Easily create custom shaped forms without using any complicated code, it’s a simplest example how to do that. Coded using vs.net 2002. This zip file also includes a Gradient Sample. SO, Please Vote!
This is similar to the 15 minute web browser, but is MUCH easier and has many more options!!!
You boss wants a webbrowser by 12, it's 11:59, just copy and paste this source and you'll get a cool looking black and white web browser in less than a minute!!!
It's a tcp chat application similar to Chat 2003 but this time with private and public chat and better interface.Pls try it on different computers to see it working, or on your Lan network.Please vote,thank you
These classes are supposed to simplify the use of TreeViews. The TreeView is still fully customizable in case you want to add any feature the classes do not provide. I included a sample program, that displays the directory tree of drive C. I also included to functions that can be used to do simple benchmarking. Please vote and happy coding :D
This is a very simple script that will send an e-mail using the standard mail () function. Designed for beginners. I was going to upload it but it didn't work so here's the code.
***UPDATED*** Gets tons of information on the window your mouse is over.
This article lets you to create a XML Web Service and explains how to consume the Web Service via a Client Application in VB.NET As I could not upload the article thro' PSC due to some PSC internal server error. So I have uploaded the whole article which can be downloaded from the URL mentioned below http://www15.brinkster.com/bootbharat/Create%20and%20Consume%20WebService-Tutorial.zip
This few rows of VB.NET code show how you can force TextBox control to scroll to the bottom.
Scroll TextBox control to the end. This is usefull for chat programs, like mine on the picture.
This program is just for fun. It lets you ask a question then randomly gives you an answer. (It's a modified 8 ball. >=)
To Print DataBase Grid Control as a quick report without buying an expensive tools.
Main idea of Metamorphosis.ApplicationBase is to provide .Net developer set of base classes for creating database interfaces almost similar to MS Access and way of developing data forms as simple as in MS Access. You can create "Single Form", "Continuous forms", calculated bindings with any formula (through VSA), Master-Child functionality and so on. For more details see ReadMe.Doc. Also example for Northwind database included.
Not only is the program a typing test, it is also a tutorial. You want to improve your typing skill? DOWNLOAD IT!
phpReportGenerator is a PHP class which generates customizable report on any given MySQL query. You need to just pass the query as a resource id and then change the various look-n-feel parameter of your table like text color, header color, table border, size and many more. then finally call Generate Report. Thats all. This class will be very handy for rapid application development where you need not to point out details of writting table generation script, positioning and parsing. The class will do everything for you by default. Very Handy snippet. Hope you will vote for me. A usage.php file is included to demonstrate how to use this class.
Show a list of the entire ASCII list... Sometimes good to have. Just made the code for fun. Good to learn basics from.
format a text field into a $ currency field.
It is nice technique for dbgrid sorting.You can sort Dbgrid Columns by clicking on the grid column header in two ways ascending or descending.