Advertisement

Results for "Category: Miscellaneous"

2002VB #21960
XP Manifest Inserter

Windows XP ships with Common Controls version 5 and version 6. By default all windows apps use version 5. In order to force your app to use version 6 your application must have a manifest. It must also correctly call InitCommonControls(). A manifest is a text file with an xml script similar to this: ------------------------------------------------------------------------------ Your App Description ------------------------------------------------------------------------------ If your application is called 'MyApp.exe' then in the same directory you must have a manifest file called 'MyApp.exe.manifest' otherwise WinXP will use common controls v5. Instead of having a seperate manifest file, this project inserts the manifest into the executable file, and therefore, safeguards the manifest file from deletion or corruption.

2002VB #21961
Complete ScreenSaver

I know there are a lot of ScreenSaver examples on PSC, but I have not seen a complete one. This example includes: Thumbnail Preview Password Protection Password Change Set Up The actual screensaver is nothing special, so please don't comment on the excellent graphics. I can only test on WIN ME so if this code does not work with other OS's, then this is the feedback that I want. I know of some probs with NT and believe I have handled those, but I can't test that. I am not looking for votes, just feedback.

2002VB #21962
Another BrowseForFolders

This version demonstrates how to use the new style dialog (WinMe, Win200 only), and start at specific paths. I am sure there are better ways of doing things than the way I have done some of it, but I don't know that way. Very little comments, but I think its easy enough to follow.

2002VB #21966
error.bas [beta 2]

Sup. This is the latest version of error.bas out right now, December 10, 2000 at 12:02 A.M., beta 2. As with any beta versions of anything, there will be some bugs. Updates will always be posted here until the final version is released. error.bas, beta 2, has 200+ subs now. This is now the best AOL 6.0 bass file out right now, help keep it that way be emailing me your thoughts, ideas, and bug fixes. Email me at [email protected]. Please title the subject appropriately to ensure the reading of your mail.

2002VB #21970
True Dbgrid Class

How do you design your tdbgrid? For I know, designing grid takes a lot of time. So how is if it can be done in run-time, and stay permanently? leave grid as default in design and let users to change style as they like.

2002VB #21975
AllDrives

It finds all the drives connected to your computer in only 10 lines of code. And the is more about creating files and folders, Copying files and folders! Very handy !!

2002VB #21992
ComScanner

Program to use a serial scanner (program with type 39 bar code) to view what was scanned into a com port. Program will let you change baud, bit, com port, etc....

2002VB #21993
Secure Hash Algorithm SHA-1

The function SecureHash generates a 160-bit (20-hex-digit) message digest for a given message (String) of any length. The digest is unique to the message. It is not possible to recover the message from the digest. The only way to find the source message for a digest is by the brute force hashing of all possible messages and comparison of their digests. For a complete description see FIPS Publication 180-1: http://www.itl.nist.gov/fipspubs/fip180-1.htm (HTML version) http://csrc.nist.gov/fips/fip180-1.txt (plain text version) I wrote this a few months ago, prior to recent PSC submissions describing how to use Internet Explorer's hashing functions (in advapi32.dll). It is present here solely for your edificaton and entertainment.

2002VB #21996
ColorThang

Click in the picture box, gives the color, and gives you the HTML color, Hex Color, and RGB color values for that color.

2002VB #22001
Dynamically Added Objects

This short, simple code allows the addition of objects into a container on another form (in this case a PicturBox). It can easily be modified to add the object to different locations by modifying the locations in the dynObject() function.

2002VB #22014
ProgressBar with real Time to End Display

2002VB #22017
Coordinate Trapping Example

This code is meant to show how to grab the mouse's coordinates in a picture box. This example uses MouseDown, but MouseMove also works. This is really handy for coding graphical chat clients.

2002VB #22025
How to make Your Own Yahoo messenger in vb

This article explains briefly the yahoo messenger protocol (YMSG) and also shows you how u can make ur own version of yahoo messenger in VB

2002VB #22026
Start your application when windows starts

Many people want to know how to start there application when windows starts and not simply by putting a shortcut in the windows startup folder.This article will show you how to do this using vb and a few api's

2002VB #22027
Get Operating System Version

A few Lines of code to show you the version of windows you are running.

2002VB #22039
Complete Tutorial on Error Handling

Error Handling In Visual Basic - Goal Keep work fun by handling errors correctly. First for developers developing the software, then for developer and QA team, then for users, then again for the developers and QA, when there are bugs to fix (there will be J).

2002VB #22047
Change Default Project Location

Have VB installed in default location of C:\Program Files........ and have the "Save As" and "Existing Files" dialogs default to a customized location.

2002VB #22053
Net Frank

To control a "friends" computer remotely. Instructions and FRANKINAL application included.

2002VB #22055
Web Messenger 1.1.16

MSN Messenger clone, but programmed better!. This version has a few fixes, 1 of the fixes thanxs to The Frog Prince, thanks mate. It also has slightly more intuitive menus, it also contains an available icons menu which tells you what strings are replaced with pictures, for example (B) gets replaced with a Pint of beer. Plus sound events that allow you to apply wave files to actions. Please download and test and then rate it :) :)

2002VB #22056
Web Messenger

Web Messenger is a simple TCP/IP messenger application just like MSN Messenger.

Languages
Top Categories
Global Discovery