Results for "Volume: 2002VB"
This simple example shows you how to use the FORMS very own scrollbars. No need to use pictureboxes and added horizontal and vertical scrollbars adjacent to it to allow display of a form larger than the screen. This could get quite messy. And yes, the Form does have its very own scrollbars. Take a look at the screen shot and also run the example. A couple of APIs do most of the work for you
This program interfaces with MSN Messenger and Windows Messenger to provide an Automatic away message. Advanced features such as Find User, and Login as Invisible are still being developed. Please add comments and lemme know what you think. Sabiancrash
a same as before but added features including indivual buttons and file association (which works). please vote and comment!
This is a game written in Visual Basic. Many of you have probably seen it here already as I had it posted here in the past. This has a few bug fixes, updates, etc. I look forward to any comments, suggestions, and constructive critisism you might have regarding it. For those wondering what it is, it's a game using BitBlt, which has enemy ai, levels, pickups, and it's plenty of fun :) Due to size could not upload here. Download at: http://cedit.sourceforge.net/vbspaceshooter.zip
For some reason about a month ago I felt this urge to suddenly start playing Ultima 8 again. For those of you who don't know, Ultima 8 is one of the Ultima series of games (most recently Ultima Online), which was a Dos game around in 1994/1995. Anyways, this program allows you to view the graphics (or some of them at least, it seems to have problems decoding some files) which come with it. I got the format from http://members.iinet.net.au/~garydep/ultima8.html, and there is some other borrowed code in here. Oh yeah, this program is essentially useless if you don't have Ultima 8, unless you feel like reading the well commented code to get a better understanding of low level file reading.
Heh, I just can't stop thinking of new things to add to this program. I've now added the option under properties to customize your packages to sell. I used to have this program using registry for the database, but now im using a DAO database for the clients. Program has many options. Take a look, let me know what you think please. One thing i look for most is feedback and of course votes =) Enjoy
If your like me, you hate externals, but there are some things that VB just won't do. This is based on a DLL written in C++. (I've studied C++ for two weeks, so the code isn't pretty, but it works.) It allows you to selectively filter out keystrokes and mouse actions. It also send a message to the calling app every time a key is pressed so you could use this as a keylogger if you like. The DLL is seperate naturally. The URL is http://www.geocities.com/kristykistic/stuff/CKFilter.zip Hope you like it :)~
make a detailed search, you can read music files (playlist), video files, pictures, text. And print text and pictures.
This will create any number of passwords you want with any mask. You can also create custom masks and now custom keys! Also checks to make sure the passwords are unique. Very simple to use. Easily customizable. IF YOU LIKE MY LAST ONE THIS IS A MUST SEE! If you like it please vote and leave feedback.
Nice circular Form
You don't need anymore to click on icons or browse the start menu : you just have to say the name of the app and it opens it! Fully customizable, an option to run the program at system startup...
Nice 3D Label Control
An alternative method of reading an MS Excel Spreadsheet.
This is just a simple Rubix cube, no API, no DirectX ... well you get the idea.
This is a simple HTTP download class using WinSock. This class extracts the server name from the URL so all you say is wsc.geturl txturl. shows progress and parses the header object returned by the server and throws an error event on a bad response. The full header is made available. Currently this just downloads to memory using the cAppendString class since I just needed this for HTML parsing but it could easily be modified to save to a file. Enjoy and please Vote. Or comment or negativaly comment ............or don't.
This Registration Key generator will do just what the name says: generate Keys based on details you give and allow your applications to verify them (less than 10 lines of code for the verification) You can keep details of multiple applications and their Key caracteristics. Any comment is welcome!
This code demonstrates the membrane effect and sphere mapping.
This is a really good example showing you how to do the basics with TreeView. ex. Load List, Expand a Node on Run, etc.
List Search Example using One Sub, that has many uses, you can search for Multiple of the Exact item, non multiple of the exact, Multiple of Containing text, It just goes on and on.
extracts .swf-files from compiled Flash-Projectors...