Results for "Volume: 2002C"
It sets the Attributes for any file. including hidden read only and archive.
This is a image effect that looks very cool on many pictures! Very short and easy to understand code! Please vote!
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
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.
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.
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.
this shows you the correct way to make screen savers in vb.
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).
This article demonstrates how to exit an application cleanly with user prompting (if required) without using the END Statement.
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.
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.
Enable communication betwin 2 PCs.
This simple function let you easily know if two objects intersect. You can use it for making games or for any other purpose.
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!...
Make your toolbars like Office2000's it's COOL, Menu's with Icons, Dragable Toolbars, Dragable Menubars. USING ONLY THE COMMON MICROSOFT TOOLBAR!!!
Another Columns game version. See:
Same as the first and second but now with WEB BROWSER and with new tool bar and much much more!
A Quick and easy way to register you dll's and ocx's without having to restart your computer now windows 2000 ME compatible!!!
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.
Easy code for clone flat comboBox style office2K