Advertisement

Results for "Volume: 2002ASP"

2002ASP #1456
Character shaped forms!!

Have you ever wanted to make your form's shape odd? Ok, there are several samples and programs around that can make your forms like a shape(circle, rounded box or something a little bit more complicated). But here is the example to make your form's shape to be ANY TEXT, in ANY FONT, in ANY SIZE and also any two colour's gradient. It's a really good example. Imagine you can shape the form not to be just plain text, but the shape of special fonts(such as Windings and Webdings). Just change the GetTextRgn function's variables(Font, Size, Text) and the variable Color1 and Color2. Easy. And the result is outstanding! You can also use the Chr$ function to add a text(this is useful for spec. chars).

2002ASP #572
Is Process Running

This is do determine if any exe is already running. This handles the multithreading issues of NT, and it works on 95,98,NT. I got most of this straight from Microsoft, but have wrapped and cleaned it up alot.

2002ASP #731
Online Resource and Memory Meter

Shows Win9x resources level (System, User and GDI). Ofcause it will not work on NT, because it does not handle resources the same way as Win95. Included is some usercontrols, like: PopDown, ProgressGuage, Coolbutton and TrayIcon. So if you do not want it for the resource meter, you can always download it for the other source. Executable is enclosed. Besides resources it also shows memory information, allows you to mark current resource level (great to check for resource leaks in your program). It is a "finished" program, so you can use it straight away.

2002ASP #1533
Complex Math

Perform functions on complex numbers. Add, subtract, multiply, divide, take logarithms, sines, cosines, tangents, raise one complex number to the power of another. Program has a nice interface allowing the user to see the complex vectors interact. Though written in VB5, it is really an excercise in mathematics. The bas module is where the real meat of the program lies, all the code for the complex number manipulation. The forms are just the 'fluff' for the nice interface. Sorry, the code is not documented at all; just a spur of the moment kind of thing. Any comments or improvements would be greatly appreciated. Thanks in advance. Please direct to Soze99@aol.com

2002ASP #1534
Xenopolis

I wrote this "game" quite some time ago when I hardly had any experience. It's horribly buggy. I'm going to work on improving and correcting it. I apologize for any inconveniece caused. This was the original description: A strategy game where you have to manage your planet and make it prosper, you also have to defend it from pirates. You can also activate multiplayer mode and play with a friend across a local area network. Sounds have also been implemented. (They're horrible!) This game need a lot of improvement. =) Enjoy! =)

2002ASP #726
EMMM to Float, Float to EMMM conversion

For those folk that play with EMMM stuff, finally something you can use. I got these calculation (entirely done in VB, not C) from a great guy somewhere in the US. It really helped me. Maybe it will help someone else in the world. The problem I had was that I had a hardware device that recorded information in EMMM format. This data could be downloaded through RS232, but for me to use this data in VB, I had to convert it from EMMM (2 byte float) to a data type "Single" (VB float). I do not think many people will be using it (maybe you prefer to use C).

2002ASP #579
Bulk Copy to SQL Server Made Easy

BCP is a method to transfer large amounts of data from a flat file into SQL Server VERY quickly. BCP is a functionality of the low-level DBLib environment. Unfortunately the modern data components (ADO, DAO, RDO) don't support bulk copy. The only way to get to BCP in the past was to either use the BCP.exe tool shipped with SQL Server, or to write some serious low level BCP type stuff. I wrote slpBCP.dll as a wrapper for VBSQL.ocx and DBLib. It will allow you the developer to reference the DLL in your project, Create a reference to the object, set a few properties, call a routine... and bulk copy data into your SQL server.

2002ASP #1535
AudioRecorder 2.0

AudioRecorder is a program for recording sound. You can select the bit rate, 8/16 bits and stereo/mono. It is possible to make a manual recording, but is is also possible to program a recording. The recording can be saved, if you like automatically. All settings are stored in the registry. Furthermore you can choose a midi file (use "Settings") to record. As soon as you hit the "Record" button the midi file starts playing and it is recorded as a wave file at the same time. Some minor bugs have been removed! Furthermore you can now use long file names and map names with spaces in it. Version 2.0!! The newest version is from February 18, 2000 at 11:30 UTC.

2002ASP #2336
Family Address Book v2.0

This is a family address book program created using VB6. Its main purpose is to store personal address book information for each member of a family. THIS IS AN UPDATED VERSION OF THE ONES THAT I CREATED SOME TIME AGO. THIS VERSION HAS ALOT MORE FEATURES SUCH AS PRINTINING / SEARCHING, Personal Internet Links ETC. IT ALSO USES THE LISTVIEW AND TRE VIEW CONTROL TO GIVE IT A BETTER INTERFACE. REQUIREMENTS Microsoft Windows Common Control 5.0(SP2) - COMCTL32.OCX Microsoft DAO 3.51 Object Library. Please write any question comment or suggestion. Tell me if you find any bugs. Note : Read the file readme.txt before you begin using it. If you are running the program for the first time you have to allow the program to Create the Database file. Filesize : 296KB. CHECK IT OUT!!!. Author : OmarSwan.

2002ASP #1536
Close a window(if you know part of the title)

This code closes a window, if you know part of it's title. It uses some AOL API's, hehe(sendmessagebystring). I used it for closing Netscape windows because the "Window Class Name" always changed. Not sure if this code has any use though...

2002ASP #1538
File Manager

File Manager - I've seen no file manager's like this one. This is a popular format for a lot of programs. All Folders, Files, etc are in a Listbox. When I couldn't find any source code to do this.. I made it myself. Please let me know how you like it.

2002ASP #1283
Drag Britney Spears

Drag Britney Spears,, this code teaches you the drag and drop function.

2002ASP #117
MailGateway ( modem sharer and modem sharing )

This code allows several users on a LAN to access their mail from an ISP by using Windows NT 4.0 RAS services. Only ONE modem is needed for several users. Please note that this is NOT and e-mail client. The app acts as a gateway between your email client and the ISP This code dials the ISP and allows several simultaneous connections, I have tested this for 25 simultaneous connections, so it should be O.K for a small company. The code also disconnects from the ISP after a few seconds of innactivity. All YOU have to do is the following (1) Make sure that you have RAS services on your NT server, a valid Internet account, and have this executable code running on the server (2) There are 2 Winsock controls on the form called RemoteSMTP(0) and RemotePOP3(0). Change the "RemoteHost" property for these controls to your ISP's mail server name (3) Your mail client must be set to use the IP address (or name ) of your local NT server, not your ISP's mail server. Just the IP address or the name! Nothing else should change (4) Configure your Internet dial-up connection to "close on dial", otherwise you'll have a new window popping up every time the computer dials out Once the executable is up and running you can test it manually by running the following command telnet 127.0.0.1 25 The dial-up screen should appear and the modem should start connecting. After a few seconds, your telnet screen should show you a message saying that you have connected to some server somewhere. This indicates that your server is properly configured.

2002ASP #970
aRename Files in Folder in Sequence (New)

This is an update to my previous program which renames all the Files in a Directory in sequence, eg. if you have a Directory full of Files and you want to rename them all the same but with a index number on the end then this will do it. This new version can increase and decrease the index number, rename the extension only, with the option of having the Filename UpperCase, LowerCase and Selectedcase, (SelectedCase sets the first character to UppersCase and every character it finds after a blank space, eg "this is a test.txt" would become "This Is A Test.txt", you can now do this operation on selected Files only. Very simple program but comes in handy especially when renaming .gif files to make animated gifs.

2002ASP #1541
Account for the taskbar when centering a form

This code takes account for the taskbar and the office toolbar when centering the form.

2002ASP #1542
Animated gif display

This code allows you to display an animated gif file in your project

2002ASP #2325
VB-PacMan The Full Game

Check Out This Very Cool Pacman Clone. It's A Fully Featured Game Which Includes Its Own Level Editor and 5 Different Level Schemes! If You Make Games In Vb, You Must See This! This Game Is Brought To You From The Creator Of Quad-Ball, Which Many People Loved And So Far All Of My Submissions Have Won The Code Of The Month So You Must See This One Too.

2002ASP #1545
clsMp3Info

This provides ID3 information about an MP3. Originally from MP3 Snatch, this fixes some bugs and provides a method of "generating" artist/title/album information based solely on the filename (for those files without ID3 tags.) "(New Order) - Bizarre Love Triangle.mp3" and many other formats are parsed.

2002ASP #1546
Transparent Text Box

This emulates a textbox with some limitations. But this text box control can have a texture picture. Something different from the standard colors.

2002ASP #1505
Basic screen saver with full features (preview...)

As many peoples seems to be interested in creating a screen saver, here is the code for a basic "blank screen" screen saver. You just have to put any animation you want. This code has all screen savers features, including password protection and preview... Have fun!

Languages
Top Categories
Global Discovery