Advertisement

Results for "Volume: ASP_Volume3"

ASP_Volume3 #57234
Get All Folders (and files) in a directory

Get all the folders (and files) in a given directory. Very simple, and easy to use code. Just copy and paste into your own program.

ASP_Volume3 #51555
Replacent Frame Control for XP

Note: If you don't have XP then this is of no use. A simple replacement frame control. Since the release of Windows XP, VB developers have been plagued with those trusted old standard controls misbehaving themselves. One of the most common problems being with the Frame control. When you place certain controls in a frame control, such as buttons and option boxes, they are drawn with incorrect masking when Visual styles are in use. If you place a frame control inside a frame control then the label of the frame control becomes transparent (you can see the etched edge behind the caption) and is incorrectly sized resulting in an incomplete caption. In addition to these problems, the frame control will flicker during redraw events. You can fix the frames incorrect masking by adding a picturebox to the frame control and using this as the cointainer, but because there is an extra window, it will result in making the flicker worse. There is a fix to cure the flicker through API, using SetWindowLong with the WS_EX_COMPOSITED style, but I found that caused problems with scrollbars. After a lot of messing about I decided to write my own Frame Control. It has been based on the standard frame control and there are a few minor bugs, but all in all I think it does a better job in XP than the standard control. The code is fairly simple and the Test project contains a Manifest Resource which will compile into the exe. I have not seen a Manifest in any example code and have not seen any explanation on how to create one, so perhaps this example should have been dedicated to that. I spent a few days messing around with Manifest Files until I found the solution to successfully creating Manifest Res files, but I am keeping that secret for now :( (hint: Padding) thats as much as i'm saying. I am sure that some of you will borrow the Manifest resource for your own apps (I'll be watching). You may notice the redundant ImageList control. This is an essential part of the control even though it appears to do nothing. If you don't believe me, compile the control with it and make an executable with the control. Run the compiled exe and close. Next build the same control without the Imagelist and re run your compiled exe. What's that? Runs fine you say. Well what happens when you close it? If all was well then you were probably not running XP or if you were then you have found some fix that I know nothing about.------------------------------------------- Bug Fix 21 January 2003:------------------------- Accelerator Key support added.

ASP_Volume3 #59726
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 :)

ASP_Volume3 #59674
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)

ASP_Volume3 #59474
Default functions and properties

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

ASP_Volume3 #50692
_ 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)

ASP_Volume3 #53393
Show Application at start up

By calling one function you set your program in Windows startup

ASP_Volume3 #57966
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.

ASP_Volume3 #56419
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 ;)

ASP_Volume3 #59727
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 )

ASP_Volume3 #57121
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.

ASP_Volume3 #57122
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.

ASP_Volume3 #59728
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 :)

ASP_Volume3 #56567
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 :)

ASP_Volume3 #59786
Excel Stick Note

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

ASP_Volume3 #57346
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...

ASP_Volume3 #56136
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.

ASP_Volume3 #59693
[_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 ...

ASP_Volume3 #59722
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

ASP_Volume3 #56688
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.

Languages
Top Categories
Global Discovery