Results for "Category: Miscellaneous"
Squeak be gone! Have you ever wondered how to hide the user's cursor (mouse pointer)? Well, this simple API call will do the trick! See what you can do with it, and please vote!
This simple example shows you how to create an irregular shapped form (see screenshot). You can choost from the sample, or click on the form to view the tamagotchi-shapped form! What shapes can you make? Send the code to me! Thanks!
This will convert your VB6 Code to .NET code, Currently it only supports conversion of the Form Code. Soon I will add support for the Other windows Controls also.
Will show a simple way using API to see if your Application Has been infected with a Virus or Trojan, by checking the File size.
This example shows you how to get OS name, version (major, minor, build), service packs info, platform type, 10 NEW PROPERTIES FOR EASY CHECKING OS plus whole code is really basic. If do you find it helpful, you can vote, if not then please write feedback.
This is a simple sample in two parts, first project1.vbp is a sample of ADO with text and other types of files. The second part is for reading, writing, adding and editing to a database. This is for people who are looking for simple samples of ADO The ADO through files has to be observed when the code is running becuase it is only meant for tempdata. This has been written for windows 95, 98, ME, NT and 2000 but it hasn't been tested in only 2000. Be sure to follow the instructions from the readme, there are almost no instructions but the one that I give, the code depends on. Also, the database is in Microsoft Access 97.
this little progy let you control a Furby by infrared with your com port (electronic scheme is included in the prog)
My code is a screen saver that if commpressd properly will work. First it has snow falling then it makes a snow man then a little guy pops up and hits it with a snow ball
Get the System OS
This example will show you how to make tabstrips use the "HotTracking" mode, and how to use a console richtextbox wise, eg: insert text with colour.
This is a small example showing how to alternate row colors in a listview. Very basic...very simple! Please comment and rate, I am looking forward to reading your thoughts. Thanks
When Desktop Protector is activated,it disable all the function keys ( ALT+TAB , ALT+CTRL+DELETE , ALFT+F4 , CTRL+ESCAPE ..... ) and freezes the mouse in the middle of the form...the updated version also hides it from ALL windows OS and set the priority to Realtime for so windows won't allow to close the program...the only way to unlock you windows is to enter the password...if you type the wrong password a msg "Access Denied" appeares and don't leave unless you enter the right password so when you come back to your pc..you can see if anyone tried to unlock it behind your back :).The program also denies to close unless you enter the right password..this is to prevent other programs to close it ..and give access to your pc....( THIS CODE DOESN'T WORK SO WELL FOR WINDOWS XP/NT/200 ).....Have Fun :)
VBKeylogger Is a cool program that records the keys pressed,even if the form is not visible or doesn't has focus...it records the keys even when you minimize the form or hide it or if you use another program...very nice example how to use GetAsyncKeyState...Have Fun :)
In this article i don't try to explain complicated code,but i will just tell you some simple but very usefull commands.I wrote this for beginners but i think many people who are not beginners can learn some usefull tips
FINALLY! No one did it so I did it myself. This program removes any keys from VB6 project files that VB5 doesnt like and makes it so you can open it in VB5. You may think it's sad that I still use VB5, but it gets the job done. There are about four keys removed so far. If you want to add any or know of any others, please make the changes and e-mail me the key > I will re-upload the file. You can vote if you want to but it is more for the needy than for the points. :p Instructions: Compile the project (my one, not your one ;) ) Click and drag your .vbp file onto the EXE It's that simple!
This little program uses heapalloc, getprocessheap, and heapfree api functions to tell you all your ports (LTP,COM,etc.), what they do, and what type of port they are (See screenshot). It's nothing much, but I like it. :) Oh, and if you on a network, you can get the ports of other machines your connected to. Cool, huh? :)
Do you want to pass multiple arguments to your function/method? There are two ways to do this using unbound array or you can use 'ParamArray'. ParamArray is really a professional way to proceed. Here is the sample code to make sum of numbers to make you clear how to pass multiple argument to a function.
This is a simple code for a forum without using mySQL. It keeps track of user names and paswords (unreadable of course) in two text files. It allows users to make a unique user name and post massages.
A simple Hub for the Direct Connect protocol commonly used by DC++ Uses SocketWise (included) : http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=39858&lngWId=1 Any changes, improvements, modifcaion are welcome. Updating soon...
This class simulates several common random objects (coins/dice/cards) and provides the ability to extract either a single member of a random range or an array containing a shuffled array of the full range of the object. Also supports random letters, vowels & consonents(standard English only), numerals(0-9), RndWords or user created ranges. Please let me know if you extend the letters to cope with other languages.