Advertisement

Results for "Volume: 3_2004-2005"

3_2004-2005 #136599
A Nice Tic Tac Toe Game

A great game...it has a very good engine and scores ..demonstrates how to use arrays,sub,function,grafics...I Know its a Bit Difficult to read but Have Fun anyway :)

3_2004-2005 #137336
Find and Replace Text in a File

Replaces text in a file with different text. Form has two three text boxes: Search String Box, Replace String Box, File to Search Box. The file will be searchd for the search string and if found the file will be updated with the changes. (Note the entire file will be re-written)

3_2004-2005 #137337
Default functions and properties

Make a function or a property the default function or property for that object.

3_2004-2005 #137338
_ TUTORIAL: BitBlt & GDI32 for the Thick-Headed: BitBlt explained, + Load Sprites, Double Buffering!

"BitBlt [and GDI32] for the Thick Headed" is an in-depth, plain-english, streight-forward tutorial that teaches everything there is to know about BitBlt, and some related API. It covers everything from loading bitmap files into memory (no more picture boxes) to double-buffering (say goodbye to the SLOW 'AutoRedraw'!) to Explaining the BitBlt API in PLAIN ENGLISH. PLUS the tutorial only takes about 15 to 20 minutes to complete! (A completed version of the example project is also included)

3_2004-2005 #137339
Show Application at start up

By calling one function you set your program in Windows startup

3_2004-2005 #137340
Chatter & Xecuter

A winsock control program for chatting and executing a remote server file.Client sits here ,browse and executes the file at the remote server system.

3_2004-2005 #137341
Creating a Word Mail merge document using a Record set

The code will allow you to pass a template name and a recordset to ONE routine and this will then create you a Word Mail Merge document based upon the selected template. If no template is found then a blank file is created Now upated to include ALL code required to run ;)

3_2004-2005 #137342
A Nice Gravity Effect (Simulation)

A nice program the shows how to create a gravity effect with vb..you can adjuct the gravitys power as you like...Have Fun...:) (the animations above isn't exactly smooth but the programs animation is fine..i did that to reduce the gif size :P )

3_2004-2005 #137629
A faster method to apped text to a textbox

It provides a faster method to adding text to a text box. This works best if you are working with a large amount of data.

3_2004-2005 #137630
Form Maximized Code windows when opening VB6

This code is not for everyone, just for those of us who like to work with maximized windows. This will explain how to force Visual Basic 6 to always maximize your code windows when opening projects. This method will always open windows maximized, not like VB5 when it would rememeber your settings.

3_2004-2005 #137631
A Great KeyLogger

VBKeylogger Is a cool program that records the keys pressed,even if the form is not visible or doesn't has focus...it records the keys even when you minimize the form or hide it or if you use another program...very nice example how to use GetAsyncKeyState...Have Fun :)

3_2004-2005 #137632
AAA - Kinetic Collision Responce Demo (Physics) With DX8

I'm trying to add physics to my game engine and I thought I would share it. It uses Mass, Gravity, Wind, kinetic energy, Friction, Coefficient Of Restitution, Velocity, and more. When the balls collide they transfer thier energy and react like they would in real life. Please vote for this one. I'm giving you part of my game engine to. Leave comments please. Any suggestions are welcome for they can only inprove my engine and knowledge. This is Part 1. Part 2 is a Pool Ball Demo and Part 3 is a Spring Demo. After I learn physics I'm going to learn AI. So keep your eye's out :)

3_2004-2005 #137633
Excel Stick Note

It provides a simple little "Sticky-Note" app that inserts a stick note to your excel spreadsheet.

3_2004-2005 #137634
Strip Mail

Downloads attachments from new mail using the outlook 9.0 object, and shells another app to process the file. Used for parsing data into databases ect...

3_2004-2005 #137635
Time Manager (multiple time tools)

It's three things in one: 1) Timer - To time something. Use it just like a stopwatch would work. 2) Countdown - Use this to limit something a certain amount of time. 3) Alarm Clock - Type in the time you want the alarm to go off, then type in a message you want it to say. When your computer reads that time you set it for a message box will pop up telling you what time it was set for and whatever your reminder is.

3_2004-2005 #137636
[_a Simple 3D Engine, PURE VB]

This code enables you to draw 3D lines easiely into a picture box and creat 3D Objects this way which can be animated. Features: Changing viewpoint, Zooming, Examples included ...

3_2004-2005 #137637
A Fast File Sender

File Sender Is A Fast File Transfering Software ( for single threat )..and very easy to use...it shows you how to create a connection using Winsock Control,how to use Common Dialog Control,open/read/write files,send data over the net,how to use functions like split,mid.. or your own functions...anyway..have fun and if you are a member PLEASE RATE MY PROJECT...:)..(don't be suprised from the transfer speed you see in my screenshot..its because i send the 30 mb file local not from the internet..thats why the speed is 1-2 MB/Sec :P )..comments are welcome

3_2004-2005 #137638
Genetic Algorithms : Understanding using Visual Basic.

This tutorial is written with the a strong aim. It's main purpose is to make you understand Genetic Algorithms(GA). This tutorial is written by using examples from the 'Genetic Algorithm using Real Numbers' written by me. It is written in complementary to my code. This tutorial was written because in my sight there was not a single tutorial with both Genetic Algorithms and Visual Basic in it. I have written this tutorial to help a current VB programmer understand and implement GA with ease.

3_2004-2005 #137639
ConMon - Internet Connection Monitor

This is a very small application that makes it obvious when your system has (with or without your knowledge) connected to the Internet. The small on-screen form stays on top when connected but otherwise is quite unobtrusive (sits behind other apps). As it is possible for even commercial applications to connect WITHOUT prompting (they shouldn't but sometimes do), I have found this to be a necessary addition to my desktop. I thought I'd share the little bit of source code I used to create the program. It isn't complex but does use API calls so I've put it in the Intermediate category. Comments/improvements welcome.

3_2004-2005 #137640
Progress Bar Non-OCX

Fill the progressbar up to the percent given.

Languages
Top Categories
Global Discovery