Results for "Volume: ASP_Volume2"
Here is what you need. Control ports from NT and W2K. You can INPUT and OUTPUT from any port. (parallel, serial, joystick, usb...)
I wanted code that used components that were mostly likely to be found on a user's machine. VB5STKIT, VB4STKIT, and VB6STKIT all could be used for creating shortcuts, but there is a good chance they weren't already on the user's machine, meaning I'd have to include it in my install package. The Windows Scripting Host is a default installation on Windows 98 and higher, and is likely on a Windows 95 machine. Plus you can include an object test to easily verify the user has the Scripting Host installed.
Now i have fixed all bugs the code can be compiled for more speed T&T deviced are now detected and can be used for transform and lighting For people that don't know this engine JohnaDX7 is a 3d engine that could help in 3d game programming it allows you to load Mesh from files,translate,rotate,scale them and handle Axis Aligned Bounding Box for cool and accurate collision detection It has also a 3sound engine for playing sound on 3d space,also SkyDome,skybox,landscape engine,fog,transparency,single pass multitexturing and many features.... So check it out at the main engine submission at this link: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=33002&lngWId=1 PLEASE VOTE AT THIS SAME LINK and LEAVE FEEDBACKS
This is a Virtual Cash Register, an example of how to use things such as scroll bars, arrays, option buttons, and a few other useful features.
This code will show you how to do basic parallel port programming. This particular example shows you how to light up LED's that are plugged into the parallel port.
This Program Can Transform DNS in IP and IP in DNS. Like NSLookup in Unix systems. I Like you apreciate and vote! :) Thanks
I was working on this a while ago, and never finished it, but I have seen a couple of Folder locking program submitted, so I figured I would share my version. It works on the same principle as most, renaming to a special folders corresponding CLSID. It also adds a to the context menu, the option to lock. The only thing I haven't been able to figure out is, how to incorporate my own icon to the locked files. I did figure one way, by making my own special folder CSLID, but when I did this, if you right clicked on a locked file, you would see two opens and also explorer. the one open would open the folder normally. This time I am using my own CLSID as well, but its the same as the windows shortcut (lnkfile). Any feedback is appreciated.
This project shows how you can write values to an exe file (and change it). NO API and highly commented. First, make the test_exe.exe. Then start read_write project, change values and click Write. You'll se that test_exe.exe has changed!!! Please vote and leave comments.
Online Test
Now i have fixed all bugs in Skybox engine the code can be compiled for more speed T&T deviced are now detected and can be used for transform and lighting For people that don't know this engine JohnaDX7 is a 3d engine that could help in 3d game programming it allows you to load Mesh from files,translate,rotate,scale them and handle Axis Aligned Bounding Box for cool and accurate collision detection It has also a 3sound engine for playing sound on 3d space,also SkyDome,skybox,landscape engine,fog,transparency,single pass multitexturing and many features.... So check it out at the main engine submission at this link: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=33002&lngWId=1 PLEASE VOTE AT THIS SAME LINK and LEAVE FEEDBACKS at this link below http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=33002&lngWId=1
Shows the amount of free and total RAM in an picture based interface
Whew! I've finally finished my DirectX8 tutorial for D3D, and it's looking good! Fully commented (far too much)! Featuring: *Vertices!! *Lighting!! *TEXTURING!!! (featuring Lukas!) *MODELLING!!!?!?! (nice spheres) *Rotations and stuff! Woo yeah! Vote if you like! Feel free to steal stuff from it! Comment please!
This is a real fade in load and fade out unload form! Great to use for an about boxes. This is great for about boxes which are small and they are not loaded all the time. Original use of this API is for fade menus in Win2000 and XP. Windows 2000 and XP only! Not working on Win9x/Me.
This program, WHICH MUST BE COMPILED TO WORK, will allow you to lock and unlock the ability to run executable files on your system. It also creates a icon on the desktop that cannot be deleted as well as a control panel. Also includes NukeAppLock, to remove all the registry entries it creates. Oh yea, if you can figure out a way around this, let me know.
Pure software rendering of antialiased lines. At run-time Type 1 2 3 or 4 to see different models I typed in. 3 lines of code define a line (two of those define endpoints) .. run the program and you have mouse controlling that line's rotation.
A wonderful tool that extracts Attachment Out of any Outlook folders and dumps them into any folder in your hard-disk. I developed this tool out of necessity when I had to find a way to extract image attachment from an ad campaign from more than 1000 mails!! This application has made my life easy and now I can parse through the attachment without opening the mails!!
This is a game I have been working on for the past 3 months when I have spare time.. It features a 1 on 1 game environment, complete with a mini-irc chat, and a CUSTOM MAP EDITOR! With that, you can make your custom maps, send them to your friend, and play online! It also sets your keyboard repeat rate, so that every game will be a fair round. I hope this wins Code of the Month Award!!! The only thing I did not make, was the RPM meter, although I do not have credits for that person, because I cannot find who created it... Please msg me if you made it ;) UPDATED FOR THE MONTH OF APRIL FOR WHICH I HOPE TO WIN CODE OF THE MONTH! :) PLEASE VOTE!!
Wow ! a great game. This game can be played with computer with man to man over internet. It is a great game. It has many great features like graph,time,and more and more things. Download and try it.
Will Read Out Whatever You Type In!
Do you hate trying to remember fields in your database? Do you wish you could view/modify your data on a mainframe using an access-like interface? Well now you can! DataFX2 allows you to open any ODBC data source and view the contents of the database. The fields will be displayed in a list from which you can drag and drop right into your code! Never have to remember or type those long field names again! Whats even better is that you can open a table and add, delete, and modify data in a simple access-like interface. And every window has the stay on top or fall behind feature which allows you to make a window always appear in front of other windows so you can view your field names and data while you are coding. On the datasheet, you can filter records using SQL. One of the nicest thing about this program is that it shows you how to prompt the user with the ODBC data source dialog window (I couldn't find this anywhere on PSC). The program also has the ability to open databases using either ADO OR DAO!!! The recent file list also keeps track of which databases or datasources you have recently opened so you can quickly open a frequently used datasource. The recent file menu shows which items are ADO or DAO. Another nice thing about this project is that its a good way for beginners to compare ADO to DAO because almost every line of ADO code has the DAO equivilent below it. The program is also commented and easy to read. Please leave comments and suggestions!