Results for "Volume: 2002VB"
Factorial, list prime numbers to a given amount, factor a positive integer, matrix multiplication (the fun part), and test to see if the inputed value was a number and not letters or excess decimal points/neg. signs.
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!
Processes Mouse actions for Webbrowser Control enabling you to disable the action. This is an update due to requests from people that could not get it working. I have included a sample project to show it working.
This simple code hides the mouse pointer when you want to. (o:
This a great chess game playable over the net, ther you will find a good exemple of what is an internet Game data transfer, i use an OCX as the ChessBoard. The code is littlebit spagetti but its been a while from this creation, the most important is to learn, there is also a chat window and you connect by IP MUST SEE !!. Please visit my new web site and see what you can do VB power !!!come and chat with me http://www.virtualgamer.t2u.com
Create a POKER game in LESS THAN 10 LINES OF CODE !!!! :) Whit an OCX. This is good to integrate in a nice user inteface and 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
This article contains details about reading and writing structured data, the get and getline functions and more. A MUST for someone just entering programming.
Have you ever needed a to hear something from your computer besides that grinding it makes and the humming? MAKE IT TALK!!!
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.
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 '.
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 figured out. (o:
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!
This code shows how to make a DLL in C++, and use it in visual basic.
Turns your modem on and off a number of times that you define. God code for someone who is pissing you off!
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 to see some one make something really good with this piece of code Please visit my new web site and see what you can do VB power !!!come and chat with me http://www.virtualgamer.t2u.com
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 !!!
It's my first DirectDraw powered game
Displays a plasma fractal and cycles the colours. Sorry no docs for this code, not got round to it yet:)
This package contains a sort header file I developed with 4 types of sorts: bubble, insertion, quick, and selection. The header also uses templates so that you can implement the sorting of several types.
A recreation of a classic game called Solitaire. Not the card game but a different solitaire. Your objective is to jump balls to make balls disappear and end up with one ball left. Hard to explain so just download it and try it out. Complete with sounds.