Results for "Volume: ASP_Volume2"
File Thing (simple file explorer) This is a small project I made, for just having a basic file-explorer. It looks a bit like the windows explorer does nothing than browsing and showing the files in a directory. It has no real function except for being a base implementation of a file explorer. But doubleclicking a file is working ! So all additional functions you need can be added. All functions are well documented. Feel free to modify this programm to your own needs.
PLEASE FIND A BUG!!!!!!!!!!!!!!!!!!!!!!! I DARE YA! I fixed the one that was found when you type somthign in the main interface when you have an empty dat file then click in the search list box. See if u can find more. By the way PLEASE VOTE!!!! thanx ;-) Well finally after heaps of emails complaining about the source safe protection HERE you go!! a non protected version, as you will see the code is a shocka, it really needs arrays. It reads everything off a text file to save HD Space. I am going to make an Access version prolly in about a month or so, well maybe longer coz i am doing my HSC. Anyway, this prog provides a simple to use, yet useful phonebook/contacts program. I have gone through and sussed out pretty much every bug I could think of, see if you can find any! I DARE YA TO FIND A BUG!!!!!!!!!!!!!!!!!!!!!!
Create an MS Access Style Combo or ADO DataCombo using a class and a single property
LARGE Prime Number Checker. Largest Possible Number = 9999999999999999999999999999 (Much larger than other prime number checkers). Its fairly quick for a number
This will allow u to join a chat, and when u do u can Kick All, Host all, Dehost all, and so on.. Very simple and basic!!!!! If you come on MSN Saying you made these bot'z could u please mention my name a bit in the copyright or w/e u add to it... Give me a fead back on what u like/dislike............ Im looking for someone to program with if anyone is intrested add me to messenger [email protected]!!! Enjoy!!!!!!!
The reason i wrote this class and project demo was because the vb listbox control is a great, fast and easy way of storing large amounts of information in memory and then being able to retreive that info after from an organized list w/indexed items etc. But.. What you will see in this class is the exact same thing as the vb listbox control except for the activex control interface of course (not a bad idea if you wanted to make one with this class). I also wrote functions in this class that arent included within the vb listbox control, such as RemoveDuplicates, ResizeList, RemoveItemByString, and FindItem. This class is faster than vbs listbox because the vb listbox is a memory hog (when it's listcount is in the thousands) because of the graphic routines and cause of this its slow as well. If all your using the vb listbox for is to store info, like i said earlier, then this is a better substitute since it's just code based and faster; not to mention it can hold more than 32k items. The great part about this is you can just keep adding functions and your own routines or modify mine to your own liking. What you can learn from this class is the following: (1) How to use and create property functions in classes such as Property Get or Property Let. (2) How to use arrays and their features in vb, such as UBound and LBound, redeclaring arrays, and how to preserve them as well. Enjoy :) [update, added SetItem sub to store info as well as read infro from the listbox. I forgot to add this long ago)
This code creates a Genuinely Unique Identification Number, {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
This game took me about 2 hours. Its fun and addictive, I think, and it runs fast on a 166mhz pc. You'll wanna slow this down abit, I expect. Race the evil Boris the nasty in this racing game, maybe the first or secnod such game on VB planetsourcecode. Anyway, its got to be the first 3D racer, and you can make a better one, just by downloading my 3D engine, my 3D model maker, and using your imagination and abit of VB code. Resspect
A Nice Looking Screen Capturing Tool. Use this camera take pictures of your desktop screen. You can take screenshots for your works using this program. By the way, your vote is appreciated by me.
The code bellow creates a Global Unique Identification Number (GUID), using the CoCreateGuid API found in OLE32.DLL on Windows 95, Windows 98, Windows Me, Windows NT and Windows 2000. The created GUID has five parts that represent the individual parts separated by dashes that you would see when viewing a CLSID or GUID in the system registry.
Create Easy Report & Export Report to HTML Page You Can Use With VB VC Delphe Programmer Very Fast Smarty Report OCX with Example To how Use By VB You Can Download OCX from http://www.arabteam2000.com/prog/badwi/SmartReportOCX.zip
Nothing, really, it simulates a basic traffic system. AI tell the cars to keep on route and make them turn at random when they reach a junction. This prog shows how to easy juse arrays in combination with bilblt to make STRATEGY GAME-ENGINES.
This code puts lines over a picture box's picture. You can set it's opacity, and it's direction.
This code shows how simple it is to access your modem and dial phone #s using tone or pulse dialing. This code requires the Microsoft Comm Control. Please vote and give me plenty of feedback.
A tank racing game in VB! Guide race tank against 2 other computer players! Featuring collision detection, one track, crash scenes, and more! Check it out! Small zip file, worth your time. However, the computer players were made to only drive through this track. Making new tracks require(but no hard) heavy modifications. Basically, I had nothing to do and created this in a few minutes. Yes, there are(to some of you) a lot of timers. You may change that, but I wanted things to happen at different intervals, and squeezed as much as I can as each timer can do. If you like this game, a vote will be appreciated. If not, then please don't vote poorly. Enjoy...
Multi-Ping is a simple ping program that can scan an entire network just by setting the starting computer and the final, *FULLY CODED*, it has stats and it's fast and simple (i guess ^_^) Check it out! Please criticise my code. And sorry about the bad english - i'm portuguese =)
This submission is a 4 card soltaire game that I've never seen a PC version of. The game hard to win so it's a little boring. I just wanted to do a card game. This code uses Microsoft's Cards32.dll. I've included a copy of the cards32.dll if your system does not already have it. Thanks to the following people: Shaddy (from PlanetSourceCode) - for help with getting the API calls to work. Sean Calvert (from PlanetSourceCode) - for his idea of using Windows API calls to keep track of the cards. VB2TheMax - for the "shuffle" logic. Let me know if you have any problems, comments or questions.
With this program you can use your own PC as a Web Server. By connecting to your IP Address annyone on the internet can view your web site off your PC. This code has only the very basics for the server to function, it is compleatly explanable. If you are uncertain of what your IP Address is it is provided in the first text box. My full version is avalible at my site. 'www.learnelectronics.f2s.com/webserver.php Please vote and give me plenty of feedback.
THIS IS AN EXAMPLE OF HOW YOU CAN DO A SIMPLE TABLE WITH DATA, SO YOU CAN NOT USE THE FREEFILE() , YOU CAN MAKE MSFLEX GRID, TEXT BOX,COMBO BOX ETC WITH THIS CODE, AND IS SO EASY, TRY IT, PLEASE DONT FORGET TO VOTE FOR ME THANKS.....
Exports a TreeView control (including ALL it's children) into a graphical representation with plain text.