Advertisement

Results for "Volume: 2002C"

2002C #14975
Attributes

It sets the Attributes for any file. including hidden read only and archive.

2002C #10920
Image effect: Circelize

This is a image effect that looks very cool on many pictures! Very short and easy to understand code! Please vote!

2002C #14491
String Maker V1.1

Updated to v1.1, Fixed few bugs. I always feel I loose a lot of time formating my msgbox strings. String Maker is a program that formats your "normal text" into a variable string usable in visual basic. Lets say, for example, you want a msgbox to show this: ------------------------------------- Warning: The "input" parameters found in the data size field can generate a general protection error ------------------------------------- String maker will format it for you to just copy and paste like this: MyString = "-------------------------------------" & vbNewLine MyString = MyString & " Warning:" & vbNewLine MyString = MyString & "The " & chr(34) & "input" & chr(34) & "parameters" & vbNewLine MyString = MyString & "found in the data size" & vbNewLine MyString = MyString & "field can generate a" & vbNewLine MyString = MyString & "general protection error" & vbNewLine MyString = MyString & "-------------------------------------" Then you could use it like: MsgBox mystring It also has the capability to create SQL table strings: MyString = "CREATE TABLE [tblThisTable] (" MyString = MyString & "[fldBinary] Binary(20)," MyString = MyString & "[fldBit] BIT," MyString = MyString & "[fildInteger] Short," MyString = MyString & "[fldText] Text(240)" MyString = MyString & ")" All you have to do is execute the string like dbobject.execute mystring. And, as always, it also shows the use of MDI projects, menus, tray icon, popup menu in the tray icon, selections, etc... You are allowed and encouraged to continue this project to grow its capabilities... just keep me informed. Thanx to the guy of the tray area control. Note that you must use the exit menu command to close the program, since pressing the X button in the window's controls will just send the program to the tray area... Pretty much like audiogalaxy. -Fongus

2002C #12060
Shove H'Penny

Shove H'Penny by Robert Rayment. An old English pub game. The full rules are applied including illegal moves - see help file. The hardest part was getting a reasonable collision between disks: a bit of distorted Newton plus blitting, constructive comments on this welcome. Win98, Zip file 56 kb.

2002C #14965
Userlist using ListView

Need a userlist with graphics for user levels and status (ie. away, online, offline, etc...). Need that list to sort according to user levels? Here's an example of how you might do that.

2002C #14981
A 3D Retar_ Engine with SDK

Sorry for downloading problems. This code contains 3D engine with collision detection, bullet flight system, meshes and other very nice features. Code is very simple with a lot of comments and help file. If you like it, vote for me, so I can create advanced version for you.

2002C #13860
How to make screen savers.

this shows you the correct way to make screen savers in vb.

2002C #14356
Get MP3 ID3 Tag & Info

This code is used to get info about a MP3 file (frequency, bitrate, Layer type, MPEG type etc.), and to add/change/remove ID3 Tag(one of the rare one's that has genre, compatible with Winamp + 1 more type - Turbo Folk).

2002C #14190
How-to exit an application correctly

This article demonstrates how to exit an application cleanly with user prompting (if required) without using the END Statement.

2002C #14542
Autorun maker by Jerome Kleinen

You fill in the program and it's icon and this app generates a file. Burn this file on a cd and the program you filled in will execute automaticly when you insert the cd into your drive. The code is very easy, so i didn't commented it all.

2002C #14849
HTMLLabel v0.1.0

HTMLLabel is a free HTML display control which provides a simple way of displaying HTML within a Visual Basic application. Version 0.1.0 now supports tables.

2002C #13063
Http Elementary Data Exchange

Enable communication betwin 2 PCs.

2002C #14990
Knowing whether two objects intersect

This simple function let you easily know if two objects intersect. You can use it for making games or for any other purpose.

2002C #9097
Show Or Hide All Your Internet Explorer Windows With One Single Mouse Click!

Show Or Hide All Your Internet Explorer Windows With One Single Mouse Click. Compleet Version!... Would you like to have a new and better version with a automatic update function and with more options? then VOTE IT! U just like it? just VOTE IT! and I will release the new version soon, because the new version is almost ready to release!...

2002C #12369
Office2000 Toolbar

Make your toolbars like Office2000's it's COOL, Menu's with Icons, Dragable Toolbars, Dragable Menubars. USING ONLY THE COMMON MICROSOFT TOOLBAR!!!

2002C #14025
Columns

Another Columns game version. See:

2002C #14935
Wizzard Works 2001 (MAJOR UPDATE!)

Same as the first and second but now with WEB BROWSER and with new tool bar and much much more!

2002C #12343
A SIMPLE WAY TO REGISTER YOUR DLL'S AND OCX'S

A Quick and easy way to register you dll's and ocx's without having to restart your computer now windows 2000 ME compatible!!!

2002C #8982
AddressBook

Personal email address book that opens directly the default email software, copies and pastes the address selected so as to be ready to write and send an email message. Useful when you use different PCs with different email software.

2002C #9617
flatCombobox

Easy code for clone flat comboBox style office2K

Languages
Top Categories
Global Discovery