Results for "Volume: 2002C"
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.
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.
This is the latest version of Dynacom, the combobox replacement. Its even flashier because it can now even autocomplete while you type, just like the internet explorer address bar, and even find list entries by string!!. There is a list of all the user accessable member subs/functions and events inside the zip so check it out before you look at the source. Check it out!!!
Two class modules that load any size flat file with delimiters (tab, comma, space, etc.) into memory. Once loaded, you can reference any cell that has been loaded... sort of like Excel.
This code show you how to hang up the internet conenction with only 2 lines of code.
This program is the official MAP MAKER for "See Ville", another of my current projects. As far as I', aware of there's no bugs, and the mapper is (unlike See Ville itself) ready to ship.
See Ville is a city simulator, much like Sim City (The good o'll one). to put it short; - It's Bigish - It's Bugish - It's Messy - and it's FAAAAR form complete Far, far, far from done... Only residental buildings are compelted, and MANY importaint functions are still missing (some because I can't figure out how to do it). Eventhough, I thought I would share it with the VB comunity, and get som feedback :) P.S. If anybody have a good idea on how to distribuate the citizens over all the res. buildings, get i touch with me, please, it's hard! ;)
This is a Talking Webbrowser that I wrote for my 86 year old neighbor. His eyesight is starting to give, so he needs something that would help him surf the net. This webbrowser is a good example of several functions, such as: Reading the ACTUAL bookmarks that IE4 has stored, and displaying them in a manner that IE4 has (a scrolling window, where each bookmark is highlighted as the mouse is moving over it). (Many codes on this site have browsers with custom bookmarks, but this is useless if you want to use the existing bookmarks). Adding bookmarks to the existing ones. Accessing selected text on the page Accessing the complete text of the page MS Agent (text-to-speech) usage, which can be found at: http://activex.microsoft.com/activex/controls/agent2/msagent.exe I hope you have fun with this code. Good luck! (Remember, this is designed for an almost blind person, so everything is very large. You can resize all the fonts to your taste).
Just a simple program which uses the FileSystemObject and Recursion to output a complete directory/file structure of your computer to a file. I was originally gonna use this as a sort of snooping thing a while ago, you could run it on someones computer, and then read the text file to see what they had on their computers. The text files come out quite large, but when zipped up they're usually only about 50k. Uses a good example of recursion.
send files using winsock control. This project demonstrates how to send a file to a remote computer using the Winsock control. One side is the server and the other is the client. Only the server can send a file to the client. The client is then promted if they want to accept the file. Before the server sends the file, there has to be a connection. If you are the server, click "HOST" to listen for incoming connections.When the client connects to you (by putting your IP address in the Remote IP field and clicking "CONNECT"), you can select a file and send it. Ohhh...yeah... and please vote!!! Underground Technologies u_tech@excite.com
a very simple and very easy way to enable, disable controls in any form. You can also get all editable controls list in the form. no other code can be as simple as this :) This is my first submission in PSC....please vote for me (i just uploaded a simple application to explain how to use)
A teasing program, your mouse shakes and you can't do anything. The only way to escape is to click on a button. But the button escapes from you and there is no way to get it! Could you find another way? Yeah!! There is a hidden button in the right-bottom of the screen. Move the mouse around there to find it. If you like this teasing virus, vote for it!
The ZATRiX Win32 DrawEdge function provides an extremely powerful, yet simple, method for drawing three-dimensional (3-D) lines. By using this function, your application can duplicate any 3-D effects found in the operating system. The main advantage of this function over your custom function is that it adapts to changes in the system colors and resolution. This function is also more likely to adapt to changes in the operating system as future versions of Microsoft Windows are released.