SpaceFighter
Easy programed space game Original Author: Loreno Heer Attachments File Uploaded Size CODE_UPLOAD30131232000.zip 9/3/2020 3:45:00 PM 2239
Easy programed space game Original Author: Loreno Heer Attachments File Uploaded Size CODE_UPLOAD30131232000.zip 9/3/2020 3:45:00 PM 2239
If you would like to have your taskbar icons and all the windowsicons to be animated then this code is for you. This code demonstratehow icons of differnt windows can be animated.This example loadsnotepad and animates its icon. Note: It assumes the pathc:windows otepad.exe, if notepad is located in a differentdirectory please chage the code first. It also… Read More »
Virtual Keyboard. Looks exactally like a keyboard with all the right keys in their respective places. When you press a key on your regular keyboard, the corresponding key on the virtual keyboard lights up. Includes all keys, even start menu key and option menu key!! Original Author: Marc Newlin Attachments File Uploaded Size CODE_UPLOAD29951222000.zip 9/3/2020 3:45:00 PM 19061
Creates a file association with as may commands as you like ie Open , Edit etc. Also sets default icon of file type. Original Author: Damien McGivern Inputs ‘// Required Extension (Str) ie “.exe”‘// Required FileType (Str) ie “VB.Form”‘// Required FileTYpeName (Str) ie. “Visual Basic Form”‘// Required Action (Str) ie. “Open” or “Edit”‘// Required AppPath (Str) ie. “C:Myapp”‘// Optional… Read More »
To automatically resize an image control in a frame control to view at an acceptable size. The full image is on screen even if the image is bigger than the screen. Original Author: WalkerBro Inputs n/a Assumptions What an Image and Frame control is. How pixels and functions work. Returns n/a Side Effects n/a API Declarations n/a Code Option… Read More »
‘ Heres a very simple code to change the system‘ NONCLIENTMETRICS like the the window title font,‘ the message font,menu font using VB. You can also change‘ other elements like status font etc‘ in your window only or all the open windows‘ like PLUS! or display settings (appearance)‘ also it is possible to underline, strikethru fonts in‘ your… Read More »
Given a pathname, the class in this program returns a sorted list of directories or filenames in a string array, without the use of the drivelistbox, dirlistbox, or filelistbox controls.This program illustrates several important programming concepts, including quicksort, passing arrays to and from procedures, and handling undimensioned arrays. In addition, it’s very easy to use. Original Author: Kamilche Inputs… Read More »
This code, you may insert in your program, allows to start a screensaver.Many other usefull solutions you’ll find on my site: http://www.netcity.ru/~timur555/Glad to see you !!! Original Author: Timur API Declarations Private Declare Function SendMessage Lib “User32” Alias “SendMessageA” ( _ByVal hWnd As Long, _ByVal wMsg As Long, _ByVal wParam As Long, _ByVal lParam As Long) As LongPrivate Const… Read More »
Easily add serial number registration to your programs! Comes with a serial number generator, and an example of how to implement the serial number verify code into your program! Easy to add to your own program! Check it out! Original Author: Jacob Allred Attachments File Uploaded Size CODE_UPLOAD340.zip 9/3/2020 3:45:00 PM 4898
Turns your modem on and off a number of times that you define. God code for someone who is pissing you off! Original Author: Jake McCurry Side Effects There is a possability that this could mess up yor modem, but i wouldn’t worry too much about it Attachments File Uploaded Size CODE_UPLOAD341.zip 9/3/2020 3:45:00 PM 2417