-
@#@
Put Mouse Pointer any Control w/o hWnd
Very simple few lines code to put the mouse pointer over any control without use hWnd. Two subroutines, one for Centered other for near Left positioning. Supports all Screen resolutions and Controls resizeing.
http://www.planetsourcecode.com/Upload_PSC/ScreenShots/PIC200599197391396.JPG
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=62497&strZipAccessC ode=tp%2FP624971149
@#@
-
@#@
Put a directory into a List or Combo Box
With this code you can put all the folders in a directory into a ListBox or ComboBox, this was a code i really needed at one stage, it's quite a usefull tool :)
http://www.planetsourcecode.com/upload_PSC/screenshots/PIC200132011532507.gif
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=21803&strZipAccessC ode=tp%2FC218034132
@#@
-
@#@
Pure VB SoftWare 3D Engine programming series part 1:Matrix and transformations
This code shows how to begin software 3D Renderer using pure Visual Basic NO DirectX or OpenGL, this code is for educationnal Purpose. It shows how to Do Matrix computations and transformation. -How to project a 3D point to the screen -How to do DoubleBuffering -How to Design and Use First Person shooter Camera All the rendering pipeline is coded in Pure VB. Note that all the code is documented. So leave feedbacks If you want to use ready to Use 3D engine built over DirectX or OpenGl in Visual basic, i advide you NemoX 3D engine. here is a link http://perso.numericable.fr/~gazkole/malakoff/index.htm
http://www.planetsourcecode.com/Upload_PSC/ScreenShots/PIC2005123038351301.JPG
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=63466&strZipAccessC ode=tp%2FP634662712
@#@
-
@#@
Random Digits Generator
Random digits
http://www.planetsourcecode.com/upload_PSC/screenshots/PIC200252664035391.jpg
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=35108&strZipAccessC ode=tp%2FR351083852
@#@
-
@#@
Radio Buttons Example
Very simple Radio Button Example, but can be very powerful. Displays what state the Radio Buttons are in.
http://www.planetsourcecode.com/upload_PSC/screenshots/PIC2002126181334921.jpg
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=31230&strZipAccessC ode=tp%2FR312306812
@#@
-
@#@
Racoon
find folders and keep memory-(default paths)
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=52413&strZipAccessC ode=tp%2FR524136731
@#@
-
@#@
Quick Sender
Last updated on 30/03/2005 (GMT+7), without confusing subroutine. This program is sending message over LAN (Local Area Network) by using NET SEND command. It's very simple work. It's create a batch file with NET VIEW command and waiting until it's done. Then list all computer that returned. Just double click on the computer's name and type the message and send it!
http://www.planetsourcecode.com/Upload_PSC/ScreenShots/PIC20053292056512784.JPG
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=59679&strZipAccessC ode=tp%2FQ596794632
@#@
-
@#@
Quick Class Creator
This is a little utility that I made up to simplify creating the shells for Class Modules. Instead of having to spend you time writing boring, repetative code for you Class's interface, this utility will do it for you! Please vote and leave some feedback please!
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=21023&strZipAccessC ode=tp%2FC210238721
@#@
-
@#@
Queues And Priority Queues
In my computer science (java) class, one of the projects that I had to do required queues and priority queues. They turned out to be really helpful. Queues are used in everything from CPU scheduling to emergency-room programs with patients at different priorities. I use Visual Basic a lot more than I use Java, and queues can be very helpful in applications. So I decided to implement them into Visual Basic. This is all VB code with 2 class modules included (clsQueue and clsPriorityQueue). The test program (included in zip) shows you how to use the two class modules. Please leave comments and vote. Hope you like it :)
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=57842&strZipAccessC ode=tp%2FQ578427122
@#@
-
@#@
Read attribute tags and values from AutoCAD 14.01
You can read the Tags and their Values from any drawing into a textbox! If you want you can write them to Exel or Access etc... Please vote!!!
http://www.planetsourcecode.com/upload_PSC/screenshots/PIC20021127339201658.jpg
http://www.planetsourcecode.com/vb/scripts/ShowZip.asp?lngWId=1&lngCodeId=41082&strZipAccessC ode=tp%2FR410822112
@#@