Results for "Volume: 2_2002-2004"
This program lets you type in a number and via a series of light bulbs gives you the binary and also the ASC. Value. PLEASE GIVE A COMMENT ABOUT THIS PROGRAM SO I CAN IMPROVE IT.
Load this screen saver in 6 lines of code! Features includes: 1. uses class module, loads multiple shapes easily 2. highly customizable and optimized graphics routines 2. supports color blend, color range, display range 3. auto screen resolution detection (so easy that i laughed :) and yes... 100% pure VB code ^^) Just compile into .EXE and rename as .SCR (improper way :p)
This code will show you how to use Direct Input to get info from the mouse. It has lots of comments and is not all that complex. Can you please give me some feed back.
Long time listener, first time caller. I believe computers should have more lights and make noise like they do in the movies. This program helps correct some of these flaws. The Idea is from an old movie probably everyone here has seen. When it gets all twelve it launches the missiles. Some useful coding examples include: Play a Wav by API, API drag around, Resource file plus more… Various pieces parts from PSC, thanks if it looks like yours. I wrote it a while ago so I forgot where I got things. Enjoy all.
Control Winamp via VB. Heavily commented. Demonstrates among other things: -The use of the COPYDATASTRUCT structure -The use of API functions like PostMessage, SendMessage, CopyDataSendMessage, lstrcpy, GetWindowText. -Also contains various ways of sending messages between programs. "Remotely" control the behavior of WA.
Reads a file, replaces all occurrance of a string with a new string and writes result to a new file. This is a very simple program, but it works tons faster than Notepad's (and many other programs') replace for large files. Note: The "Entire File" option allows replacing text accross lines, but requires reading whole file at once, so it won't work well for large files. Possible enhancements would be multi-file support, file open dialogs, command line options, etc. I may add some of these features if requested or if I find use for them.
You can make cool textures with this program! Please vote if you like it!
This code demonstrates how to use buffer concatenation via the Mid Statement for fast string concatenations. Buffer concatenation is much faster than the widely used "&" to connect strings and also faster than array concatenation. Use the supplied class module in your own apps to improve speed and efficiency.
You have to s*h*i*t on to planes, you can s*h*i*t for every food you have. Your food increases by eating flies. I'm working on a directdraw version.
Update to my IRC Client. It now allows you to receive DCC transfer, and resume them. I'm working on DCC Send and chat still. Now handles channel CTCPs. Also has buttons in the channel toolbar for each mode, as seen in the screen shot. Rejoin on kick. Other small changes and bug fixes. Speed has been slightly improved. Please rate the code and leave feedback :)
Creates a coloured graphical tree based on a simple algorithm, packed with various options you can change.
Crypt It 2.0 helps you to encrypt your valuable data so that no one can hack it ! It has three methods of encryption for you. You can choose what method you want to use. The password for the program can be changed too.
It is a fun 2 player pong game. Well layed out code, easy to understand. PLEASE VOTE FOR IT!!!!
This Code teaches you how to send an E-Mail message to a chosen E-Mail Address. Very Useful!!! PLEASE GIVE A COMMENT ABOUT THIS CODE SO I CAN IMPROVE IT.
This is (yet another) snake game made in VB, but its the best one I've ever seen (but I guess I would say that!)... It looks just like the game you get on mobile phones, and it uses windows BitBlt so its fast. If you like it please do vote for it. thanks :)
This is a simple generic wrapper class to quickly general ADODB Connection strings, including password protected files & shaped recordsets. I've only needed support for Jet & xbase files so that's all I've included. Please feel free to expand and post them as long as I get a copy of any changes.
' This function is for use when parsing(splitting) a data string that ' has a comma delimiter. The normal VB Split function does not take into ' consideration of a comma embedded within a Fields' data string and ' will parse the information incorrectly. ' ' This function takes into consideration the a data field may contain ' a comma and parses the data as entire string. The data string being defined ' as the data between the two Double-Quote marks. This function also ' prunes the leading and trailing double quote marks
The code on this submition is not the important thing, it is the idé. I have seen and made some coderepositorys, the problem is that i do not have the time to file in all the names,descriptions and so on. This code showes how you can use the existing filestructure where your code is currently placed. You can view the catalogs on one side and the files on the other. This way you can drag-and-drop files in to the vb-ide window. The program searches for a readme.txt file in each directory, and gives you a chance to write to it or make a new one.
This OCX shows all the NT user accounts and Groups for your domain. A must see!!!!
A class that allow you to simply add a progress bar (or any other control) to a status bar. The demo shows how to refresh the position of the control when the statsu bar resize. (No subclassing is required)