Recent Forum Topics
http://programming-designs.com/page/editorials/item/6 - It was under the articles/editorials section of the main site, not the most logical place but PD only had one html tut...
Lisp is cool in a few ways, but the one that strikes most people is that everything is a list. Hence, it is a pretty good list processor. When the first element of a list is not escaped (quoted - described below), th...
We are happy to announce the release of [url=http://www.smartjobboard.com]SmartJobBoard[/url] job board software. [url=http://www.smartjobboard.com]SmartJobBoard[/url] i...
hi all ... - i'm newbie ))) - say me: welcome )))
Could you PM me the links you've tested?
Visual Basic 6 Source Code
Below we have free Visual Basic 6 Source Code for download provided for educational purposes which many of them can also be found on the Planet Source Code website located here. These source codes were written by the authors of this website and/or was submitted to us kindly by visitors.
:: Screenshot
No Screenshot available
Download Title: 2D Tron Game
This is a Tron Light Bike game made in VB. It uses DirectX7 to change the screen resolution so if you don't have Dx7 on your computer then you cannot play this game. If you use the DirectX screen resolution code in your programs make sure that in the form properties that maxbutton = false or else the .exe won’t work properly. This is a VERY addicting game in which you could play for hours.
:: Screenshot
No Screenshot available
Download Title: Lunar Lander Game
This is a very nice Lunar Lander game made with vb. It uses sine and cosine to rotate a angle which makes your ship. This game works smoothly on the computers that I have used it on. This program uses DirectX7 to change the screen resolution so if you don't have DirectX7 on your computer then this game won't work. Execuable is included for demonstration.
:: Screenshot
No Screenshot available
Download Title: DirectX7 Pong Game
This is a simple pong game with a beatable AI and 2-player mode. It uses DirectX7 to change the screen resolution so if you don't have DX7 on your computer then you cannot use this game. Executable is included for game play.
Download Title: Tank Game
This is a small yet addicting tank game that allows you to shoot and move in any direction. Code is very well documented and I am sure that anyone can learn a lot about how to use Sin and Cos with VB for rotation and movement with this game. Credit goes to "MadGamer" for his work.
:: Screenshot
No Screenshot available
Download Title: String to Binary
This source code provides a working example provided with a string to binary function. Very simple, light-weight, and commented so people can understand it. This does not use the traditional mod (%) function to retrieve the binary values, but rather, uses the AND (&) operator to compare bit-values in a byte.
Download Title: 3D Text Creator
This program uses a text box with slightly offset text in each to create an effect which looks like 3D. You can change the background,and the different fading colours on the text. The text can be saved as a bitmap.
Download Title: Typing Made Easy
This little application allows people to cheat on typing tests, no lie, haha. You can define the typing speed you wish to achieve and the text you wish to be typed at that speed. It will then automatically type everything for you when you press start and click on the selected area to type. Future release may include modification of accuracy and better accuracy in WPM achieved.
:: Screenshot
No Screenshot available.
Download Title: Timer Class/Control/Wrapper (3 in One)
I have made three timers - one timer wrapper based off the built-in VB6 timer, another is a timer class that uses NO API and another timer which is based off the class but put into a user control! There are some obvious problems which I describe in the project about the second two, so any suggestions or solutions would be greatly appreciated. Next update will included possible bug fixes and possibly an API Timer Control.
Download Title: Retrieve RTF Scroll Event w/ Subclassing
This is an example of using subclassing to capture a RichTextBox's scroll event. Keep your intermediate window open to see the debug status of the "scrolling" occur. The code can retrieve scroll position, arrow click events and such.
:: Screenshot
No Screenshot available.
Download Title: Moving Windows!
This is a simple demonstration of how to use API to retrieve window handle's from cursor position and set a window's position to another location. Fully commented.