Results for "Volume: 2002VB"
Telnet Client, ANSI Color support, Triggers, Sound Triggers, Profile reading. FULL Finsihed Bugless Application !
Ok, guys, this time no Assembler tricks, just pure VB code. Well, a little tricky DIB-processing, but still pure VB. Making pretty impressive results: 60+ FPS (PII-400/TNT2, on included bitmaps - btw, try to replace them by yours), proving that VB is fast enough. It's all about truecolor image processing. I commented the code as best as I can and hope to hear some feedbacks from you. Again, let me know what FPS do you have. And, please, don't try to measure it in 256 colors mode.
learn how to use the "PaintPicture" function on the picture box. Learn how to "paint" certain parts of a picture box to another. leet stuff.
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.
Machine code: Demonstrates the use of machine code in VB using CallWindowProc (as put forward by Ulli). 7 pieces of code ending with code equivalent to the API CopyMemory. I've added some notes on using MASM32 as suggested by respondents. NB See later submissions for use of the freeware assembler NASM.
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.