Results for "Volume: 2002C"
Ever wanted to use the command line arguments in vb, this code lets you use it. Its pretty simple but will be an eye opener for those who have not used command line arguments in their vb apps.
A timer that shows dayys, hour, minute, and seconds. Accurate to .9999 seconds + or - from your windows clock. Works in 95, 98, and yes Windows 2000!
I wrote a little dll. You can convert a bitmap to a jpeg image (with Compress quality) or a jpeg to bitmap image. You can also capture the desktop in both formats (if You are using more then 256 colors).
Extract and save Icons from dlls, ans exe files. I used an example found on AllApi.net
Its a simple FTP program with 2 screens 1.Login and 2.FTP file manager. It has great facilties like running any application remotely. Just check it and revert to me with messages.. and hey try to vote it plsss.. :)
Data entry control for U.S. postal addresses in a single text box with automatic parsing and assembly. If your application has to allow users to enter and view snail-mail U.S. postal addresses, your usual choices are separate text boxes for the parts of the address or one big text box for the whole thing. Usually, which it is depends on how you store it. This control gives your users the ease of having a single text box and your program the power to pick out the two street address lines, city, state, zip code, and 4-digit zip code extension as separate parts. Does format validation, state abbreviation validation, state name conversion to abbreviations, data parsing and assembly to and from the same plain-text representation seen by users. Provides simple explanations for why a given address is invalid, if so. Also provides many of the most commonly-used properties and events of a typical text box. As easy to use in your project as an ordinary text box. Extensive documentation provided in the code. Also includes an extensive HTML help file and demo project. Recent Updates: 5/18/2000: Added .Populate() method 5/22/2000: Vastly improved parser to accommodate odd an incomplete addresses and added public array of error codes / messages. Please vote for this code if you like it.
Provides a set of tools for creating and using an ado connection
This is a brilliant program from which the beginner can learn .Program include HANDELING DATABASE files ,SEARCHING in databases ,PRINTING your databases ,The DATE TIME PICKER control and a good illistration of the COMBOBOX loading from the database.There is also a great example of creating your OWN DIALOGBOX... PLEASE VOTE if you Like it.
This program lets you input text or copy paste from another program. as you type or the text is pasted in, it counts the amount of words, spaces, vowels, consanents, etc. It can be used for programs like icq, text editors, and much more! Please give me feedback and vote!
Enhanced printer support allowing Font, Alignment (Left, Right, Centre and Full justification) with full word-wrap, Indent Left and Right. Preview allows user to adjust display using percentage zoom, Full Width or Full Page options. Please post comments. A beta of the latest version is available from our website.
Nifty little utility (with source project) to help you use Windows system colors (e.g., "Button Face" or "Window Text") in your code. For each color, shows a preview, the name you see in IDE property window's drop-down list for colors, the VB constant, and the hex value. Tiny, easy to use, and fast. Please vote for this entry if you like it.
This is a simple telnet server which uses winsock API. It supports both sending and receiving of data. Demonstrates the use of buffers for controlling user intervention. Even uses the classic C:> prompt. Just break out telnet and connect to 127.0.0.1 on the standard telnet port. (Make sure local echo is turned on). then just type something in and hit "Enter". Over loaded with documentation. I tried to keep this as simple as possible. :)
Manipulate your start button! Change bitmap, position and size! Sample bitmap is included.
If you're like me, you hate those "This and That For Dummies" Books. Well, this makes fun of those annoying little, well, annoyances!
Format and Print a MSFlexGrid in a letter sheet, vertical or landscape, adding a Title, a logo, date and time of printing.
I have tried and tried to get winsock to connect for over a month now. And finally i got it down! I commented on every line of code. I didnt add anything special to the chat just because i dont want to complicate things for people who ONLY are looking on how to connect using Winsock. please vote for me! thanx
Menu concept for a Form. It simulates the Windows Start Menu. No API calls , No Popup Menus. Uses a collection of new menu objects to dynamically build the menus on the form. Since I use labels , the menu can have a transparent background. It also has Icons for each menu line , contained in an ImageList.
An updated version of earlier image processing. By using Windows API functions, this project will process images much quicker than the earlier version (this is the fastest way VB can do, I guess). Sample project of image processor application and using MDI form for easy use opening more than one picture. Give it rate and comments, friends :) Included : sample01.jpg & sample02.jpg -just for sample pictures- --------------- Changes in v2.1 --------------- - Changed Lighten/Darken to Adjust Brightness - Added progress bar and save option (due to demands) - Added new adjustment : Color Balance - Added new filters : Diffuse, Emboss, Lighting Effects, Sharpen, and Solarize n.b: I found Lighting Effects by mistakes, and I think it's not the original method. If you know about the algorithm, please let me know, OK :)
This prog. let's you decorate folders with an icon ! It works very easy. And it has the great interface you've seen on PassGen and Sub7 ... FolderIcon comes with an small but very cool icon libery ... Try this !!!
This is a very cool chat program that is easy to use... I hope you will like it... Have Fun !!