Category Archives: Visual Basic 6 (VB6)

Start a screen saver from your code !!!

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 »

Add Serial Number Registration to Your Program!

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

Modem Thing

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

D3D DirectX (!! 3D GRAPHIC !!)

This one is just perfect for lerning all the basic and advanced features of Directx 5 and higher Summary : ( Cube Sub – Sphere Sub – Animation – Clipper Device Utillization – CLEAN CODE) With this code you can create many meshes as you want verry easy !! another MUST !!!Thanks for Using the Code i wish… Read More »

RegPass

This code allows you to enter and read an encrypted password from your VB project by inserting and reading the encrypted password to and from the registry. Original Author: unknown Inputs Password Assumptions Create a Form (Form1) and on it put a Label (Label1), A TextBox (Text1)and 2 Buttons (Command1 and Command2).Cut and paste the code into the form… Read More »

Nokia Snake Game

This game is the VB version of the nokia Cellphone ‘Snake’Game…play it on your computer or just check out how a block inherits the direction of another block using the tag property to give the ‘Snaking effect ‘. Original Author: Brad Barnes Assumptions Use the arrow keys on the keyboard to control the snake.The help page explains the game…… Read More »

!!!!***Cool Roll***!!!!

This is a really cool effect that you can add to make it so that when you click a minimize button, the form slides off the screen and a little mini form appears in the bottom left hand corner. When you click this mini forms title bar, the form appears again. A Very cool effect that I just… Read More »

Internet Chess Game

This a great chess game playable over the net, ther you will find a good exemple of what isan internet Game data transfer, i use an OCX as the ChessBoard. The code is littlebitspagetti but its been a while from this creation, the most important is to learn, there is alsoa chat window and you connect by IP… Read More »

Poker Game

Create a POKER game in LESS THAN 10 LINES OF CODE !!!! 🙂Whit an OCX. This is good to integrate in a nice user intefaceand maybe a black jack game so it become a real CASINO !!!Please visit my new web site and see what you can do VB power !!!come and chat with me http://www.virtualgamer.t2u.com Original Author: HarveySolutions… Read More »

!Make the textbox Locked for inputs and NOT grey!

Let you lock your textbox for inputs and it will NOT be grey, but will be able to highlightning and scrolling. One line code is all you need! Original Author: Martin Tonek Inputs add a textbox named Text1.Thats IT!! Assumptions None, More simple then this it will never be!well if you cant see all text.. just change multiline to… Read More »