Results for "Volume: 2002ASP"
This is a Tetris like game with wonderful graphics. SEE Screnshots!
This code demonstrates making an efficient data structure called Binary Trees using linked lists. It has word document explaining how data is stored in a binary tree. Binary trees are the most effecient and fastest way of storing and sorintg data, as this application demonstrates. If this code helps you in any way, then do come back and rate it. Take care n have fun programming. :^)
This code provides control over all opened IE windows, as well as new windows opened while the application is running. You can receive events from every IE window - such as BeforeNavigate, DownloadBegin/Complete, Document complete, Mouse events, ContextMenu popup etc. This allows you to calculate total surfing time, prohibit access to designated URL (this future allow you skip banners), and more. You also can manipulate any IE window - Navigate, goBack/Forward/Home/Search, Update and Close them. Sample form use 9 mostly used events, but you can use more then 30 events!
This code will count all of the lines in a text File. This code will work on any sized file, and is quicker than using LineInput or the FSO.
This is a InStrRev function for VB5. I took a look at the one microsoft recomend, and almost died of laughter.
Get ready to have some fun.Jackpot is here now with 3 types of games and on top of that you can play JACKPOT alone or with your friend(2 player).I have used simon price source for changing the resolution.PLEASE VISIT www.gauravcreations.com for more programs
When you use the ExitWindowsEx API to reboot the system under Windows NT and Windows 2000, the machine does not reboot. 'CAUSE In order to programmatically reboot a Windows NT or Windows 2000 system, the process requires the SE_SHUTDOWN_NAME privilege. By default, Visual Basic applications do not have this privilege and therefore will not reboot the machine. In order to get ExitWindowsEx API to reboot the system under Windows NT or Windows 2000, the SE_SHUTDOWN_NAME privilege must be set. This Code Shows you the best way to reboot force restart or shut down a PC
Software of creation and edition of mindmap; Propose the import and the export of data, the impression and the personalisation of Mindmaps. Software including a help file and its RTF source, a file of resource, various controls and advanced techniques
I was having a difficult time capturing a screen or active Window from a Windows NT system. I found out that MS does some pretty quirky stuff when it comes to capturing the screen/active window and it is highly dependent upon the OS. Here is the result of a my investigations. This app will return a screen or active window capture regardless of the OS. Hope it helps anyone else in need.
This is an improvement on my previous Access Field Mapper. This program allows you to open two Access databases and Map fields between two different tables (performs AutoMapping as well). After you've finished mapping the fields you can transfer the data with one click. This version will do type compatibility checking and if you transfer data that is not directly compatible it will coerce it for you.
well i decided to make a new and better webpage editor(its not yet complete) its one of or even maby posibly the best html editor of all time but i still have plans on makeing it have jscript,asp,cgi,etc. support if i can (please vote and please leave comments i just love them, and if i get a enough 5star votes ill post my not yet complete Language(WinScript) and another one wich is like vb4 (Also WinScript but different iface)
(Updated version) Now with list of common passwords database and customized analysis. With the fast growing of the Internet, the use of passwords has become very important for all of us. But not a lot of people uses strong password (which mean it cannot be easily cracked). So I made this utility to test your passwords to see if they are strong. You just have to enter a password and the program will tell you how is it strong and it will also tell how much time it would take to crack this password. Note: You can customize the parameters in the program for your needs. Fully commented. You will surely be suprised of the results. Please rate it so I can see your appreciation.
Updated version of ButtonEx control replacement for CommandButton. Provides more control over the pictures displayed when mouse down, mouse up, mouse over and has focus. Provides "skin" support alongside of picture support. Did you ever wonder how WinAmp and other programs make the button "glow" when you move your mouse over them or press them? ButtonEx provides that through "skins" for each individual button state (up, over, down, focus, disabled).
Create complex SQL sentences on the fast-way. (Even 50% faster). Then, save it to retrieve it later. (Ex called Easy Sentence Creator).
This code will show you how to play wave sounds without using any components and just by calling an Api function
This program lets you make your own 3D models and use them in games you are developing. I made this program cos I can't find anything like it elsewhere, and making 3D models in notepad it really hard. I've added a few more bits to it now, including an export and DirectX viewer thing.
Ever wanted to get rid of annoying un-wanted or corrupt applications that starting when windows starts ? this is the anwser! this application enumerates and allows you to modify the registery run, run services (under HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER), modify Win.INI's Load and Run sections, and also add/remove icons from the Start Menu\Programs\StartUp folder... and also export a backpup of the registry run to a valid .reg file NOTE: This was tested on Win98, and also it might run on Win ME and Win 95, and it wasn't built for WinNT/2000.
D++ is a scripting language that can handle things like basic I/O, if statements, variables, expression evalutaion, and more! It can compile the applications into executable files. Although it does NOT compile a true Win32 application, it compiles your source with a DLL to create a valid Win32 application by coping the DLL (blank app with built-in linker) and your source code and making a new EXE.
Animates a picture and adds a transparent background. By the way, vote for me and go to http://oceania.hypermart.net
3-TIER Test project illustrating high performance Data Access for SQL Server using ADO command objects and Stored Procedures in a 3-TIER ENVIRONMENT USING VB CLASSES for Insert, Update, Delete and Select. This project runs on Northwind db.