Advertisement

Results for "Volume: 2002C"

2002C #11499
Move Form w/o Status Bar!

This is a simple way to move the form, without the use of a staus bar! Just click and drag anywhere on the form. I also threw in an option to make a menu popup without the use of the menu editor! Shows how to view a menu, made by the menu editor, by clicking a command button! You can also apply this to almost any control.

2002C #11690
Lemonade 9x

A clone of an old BBS game. You set up a lemonade stand and see how much money you can make within the alotted time.

2002C #11691
AI Tank Game

This is a tank game that allows enemy tanks to shoot a player tank. It was initially designed as an artificial intelligence mini-project. The program allows a user to create maps and then play them.

2002C #11603
Circle Gradient, fast, Choose your own colors

This program draws a circle gradient wherever you click on the picture box. It uses the point that you clicked as the origin, and you choose your own colors and custom colors.

2002C #11604
Shell API example, learn to use common Shell API Functions

Learn how to use SHFileOperation and ShellExecute to send files and folders to recycle bin, create new folders, and open files with any file extension. Also, this code demonstrates how to navigate through your hard drive.

2002C #11258
aMAZEing 3D

RARE! Look @ the screenshot NOW. These are actual screenshots of the in game graphics - in LOW resolution so that this page didn't take forever to download!!! It IS possible to make a 3D, lighted, perpective texture mapped game in VB! And this game does NOT use any C++ DLL's (like I see some others do), does NOT use any special controls apart from a few plain old pictureboxes. It does NOT use DirectX or OpenGL. Yet the game still runs fast enough on my 400Mhz PC with huge 3D textured levels when it was written in pure VB code! Has this ever been done before? If it has - I haven't seen it! At least one of the techniques used here is totally original and invented by me. Then download includes ten levels ranging from small to huge, plus you can draw your own in any paint program!!! This is so simple and powerful code YOU WILL BE BLOWN AWAY. This all started last month when one of my friends said that a 3D game in VB was not possible so I spent a long time racking my brains and then 2 weeks programming. These are the results so far, and the game will get better. PLEASE SHOW THAT THESE EFFORTS ARE APPRECIATED. If this code is helpful, well done or simply aMAZEing then please vote for me. Feedback is also welcome but please do not complain that it is too slow - what do you expect? How many other games have graphics like this? It would be an achievement if it ran at 1 frame per second! Other people send in a boring old 3D cube, I give you a whole 3D textured level with two choices of graphical style - realistic or surreal. Enjoy, and when this game is faster, has enemies and guns, and looks just like Doom, I'll send in the finished game.

2002C #11694
Reading a webpage HTML source with the WebBrowser control (and one line of code).

Downloads the HTML source of a webpage using the MS WebBrowser control.

2002C #9428
Message B0x Thru C0de

This Message box is missing something all the others have... the form! All you need is the module. The Message boxes are created when needed at run-time. It's really simple to use: MBox(sMsg, _ sCaption, _ Optional MsgBoxType, _ Optional lType As Long, _ Optional lIcon As Long, _ Optional oPath As String, _ Optional nX As Long, _ Optional nY As Long, _ Optional Edge As Boolean ) As Integer You can use one or all of the parameters so many different types of message boxes can be generated. Features Include: ------------------- 1.) Will handle nearly any message no matter the size. 2.) YOu do not have to alter or customize the code. 3.) Allows you to set X,Y position. 4.) Enable user to copy the Message or parts of it. 5.) Display 3D Window or sunken Client Edge. 6.) Allows you to use custom Icons.

2002C #11400
FAST.lib 2000 for Windows (Part 1 of 2)

IMPORTANT !!! This program requires the *.ZIP files from both part1 and 2 to be downloaded and extracted in the same folder, then simply run SETUP , and then sit back and enjoy !!!! This program has 100+ ActiveX controls , and 120+ OLE Classes ,ready to use !! As well there is a Demo version , where you can see , how it works , with all code samples. You can launch all of the examples from one window. Your VB reference and components library ,will be uploaded automatically. Each *.ZIP file is about 2,5 MB , but they really worth the time you need to download them. Includes 2D/3D graph/pie , zip/arj support, math functions , buttons , combo boxes , progress bars , calendar controls,encryption , system info ,dial , advanced math functions .... and much,much more. Support about using controls , can be reached at http://personal5.iddeo.es/mroibal/home.htm Thanks to Manu Roibal who wrote this powerful program. Enjoy !! Please Vote !!

2002C #11401
FAST.lib 2000 for Windows (Part 2 of 2)

IMPORTANT !!! This program requires the *.ZIP files from both part1 and 2 to be downloaded and extracted in the same folder, then simply run SETUP , and then sit back and joy !!!!

2002C #10234
ADO Header-Detail Relational Tables (without using datacontrols)

This is a demonstration to show you how Header Tables relate with Detail Tables. Don't forget to vote for it.

2002C #9100
Global Idle Check 1.0

Global Idle Check is used to monitor your system for activity. If found that your system has been inactive (idling) for the amount of time you specify, the code will call the IdleStateEngaged sub, which is where you can put your code. The code demonstrates the use of the GetAsyncKeyState as well as the GetCursorPos API's. The code continually monitors the state of your keyboard and mouse buttons, as well as you mouse position. This submission is commented quite heavily, and I hope it is easy to follow. Please vote for me if you think I deserve it. Give me comments as well, please. If you've always wanted to create a screen saver that is independent of windows, you can do so now.

2002C #9149
Project File Name Correction

Eliminate short name conversion in the VB IDE.

2002C #11705
Evaluate

Takes a string and evaluates it, thus giving the user an answer to a string such as "hsin(1)+hcos(1)", which will be e. The evaluator incorporates an error handler, as well as user entered constants. The function is in the module, easily made to be imported to other programs. A demonstration program is included an shows some possiblities. A help file is not included, but will be available by e-mail. An important point, to keep in mind, that almost all functions must be entered in form of sin(45). If a function has one argument, enter it like sin(45), otherwise, put first argument, function, second argument, as in 2+1.

2002C #10015
BatchBasic v1.0

This program will create batch files with the commands you choose. great program, easy to use. Please rate this program and leave your comments

2002C #11706
Database Table Copy

This code will copy all fields from all tables in a database and add them to another identical database. My company has Rep submitting database reports all the time. I need to append the data from the reports database to a live database. At first I was running querys I had made in the database but our file structure changed and that was no long an option. This is about as simple as it gets but someone might find it useful.

2002C #10141
Update - Close Window (partial title)

This will get the hWnd of freaky programs that change class names every time you start it, and then close it. The only thing you need to know is part of the Titlename (Netsc, instead of "Web Page Title" - Netscape). This WILL close Microsoft Internet Explorer (old version wouldn't) now =Þ. Also, I made it so that you don't have to have a form named "Form1" (by using EnumWindows)

2002C #10903
TRUE 3D in VB

This is a very nice Direct X 7 engine. It lets you walk around and edit 3D worlds. I'm tired so I'm not gonna post a whole huge description of it. Just download it and see.

2002C #11696
FaxViewer

This a fully functioning Fax/Image viewer it can be used to view a multi page TIFF file or multiple single page image files names (for example :- page1.bmp page2.bmp etc) just place the image files in the applications directory and run the project

2002C #10491
File To Encrypted Bitmap Image

Encrypts a file such as Exe/Txt and stores it in Bitmap Format.

Languages
Top Categories
Global Discovery