Results for "Volume: ASP_Volume3"
This is a control that encapsulates sprite creation fuctionality proposed by David Peace some times ago. I hope it will be useful.
This is a very detailed code on how to make your menu that uses the arrow keys, and there is very usefull functions and tricks in this code, like gotoxy and how to make an array of 'pointer to function' and how to make a function return a pointer to array, and lots of stuff
This code is a great example of how to get the cached passwords from your PC. It also has the ability to save the passwords in the windows\system directory under WinfiLe.sys.
This code allows you to access a control's properties using strings. This can be useful if you are trying to write a scripting language for your program. Hope you find this useful...
This set of classes extends the functionality of VB Collection into a full-fledged Dictionary. Now, a VB programmer not only can find the stored object by name. Additional features include object search, existense testing and more.
A Multi-User phone book... the usual stuff around phone books, whith menus and nice options. a readme file (with some usefull help) will be generated once you run the program.
This will store personal contacts, Favorite URLS, ect... It uses Icons in the menu, and has auto email. Uses the treeview control, and has some nice features. Still has some bugs, and the search page in not done yet. Must see, and vote.
This is a VERY simple little class for BEGINERS only. When I started vb (6 months ago) it was very tough to usnderstand such this as CLASS files or OCX's (How to create) Unfortunatley I was NIEVE enough to think that starting with such things as Subclassing was the way to GO! WRONG!!!! Anyways these are some simple functions for a few neat FORM tricks. NOTHING to difficult and you should STEP through the code to learn (F8). Yes I would like a vote on this because I know that if i would have found a CLASS like this I would have voted for it!
swaps two variables without using a temporary variable in a single statement
This code uses undocumented functions of VB that gives you a pointer to a string or a number!
Program to multiply 2 matrix and print the result This program also gives the method that how the answer is calculated try this ... And if u like this then please write a mail to me @ [email protected] :)
Just see and vote me. U did not know what is this?
I have updated last benchmark program of mine. This mine has many features added to it. PC Perfonmance Graphics part can calculate the perfonmance of your PC cpu and harddrive and also graphics card!!! dont forget to vote!!!!!
This code is a Particle system using DirectX with some funky results! The Particles vairy from big blobs to rings to small balls. This code has a few comments telling you how to change a few things but nothing big. Depending on the response to this example I might make a little game called Grenade launcher! with lots of comments so keep those votes comming!!!
A short but handy and useful class module Desable/Enable Ctrl + Alt + del Show/ Hide application from Ctrl + Alt + Del list This is my second submission and it is quite short too so please vote for me or write some comments
This program will allow you to physically map fields between two Access databases and then transfer the data (overwrite or append). You physically map it by clicking on an item in a list and then drag a 'Connector' object (just a bunch of lines thrown together in a class) to a field in another list. This code has been tested minimally. Please let me know if you find any errors. I will fix them. Thanks for your vote. All constructive criticism welcome! This is my first submission so help me out.
It resizes any size picture in a picturebox into another any size picturebox. I made this to show an algorithm of resizing a picture.
Want to put an .ini file INSIDE your .exe file? Yep...it's another file attachment sample. I've commented it heavily for newbies. There are only 2 subs, very short and to the point. It should help get you off the ground if you've never done this before.
Chevrons are buttons that display a popup menu when there are more items on a toolbar than room to display them. All items that overflow the width of the toolbar are dynamically added to a popup menu to display them. Special thanks to Night Wolf for use of the Gold Button control which can be found here on Planet Source Code. Please vote if you like it, and drop me a line if you have any questions.
This is Easy. Very Easy. 10 lines of code, 30 of comments. I'm sick to death of trying to find simple, concise code that tells me what I need to know. This is an example of how to access a SQL Database from VB, and how to use the data returned.