Results for "Category: Miscellaneous"
Well basically when you right click on your computer and goto to properties, you will find a picture and a blank space or the people that made its logo. Well, this way will change it and the support info.
Changes the backround of the Internet explorer window to any image you choose.
This code gets current HDD's serial number.It is useful for program protection.Click to Get Serial and see the number.
An app to monitor CPU use and process runnings.
Word Filter OCX + Source..I made this for a chat program to watch and replace cuss words for ppl who choose to block them..Its Pretty EZ to understand. Dont forget to vote!!!
This TUTORIAL and Sample Code shows and describes how u can easy create a C/C++ Library.dll File and load it with VB References Option! ... u dont need the ugly Declare Lib Statements and its really easy to make (no MFC.dll or unreadable Microsoft C++ Code). Make the DLL, load it with VB Reference Option and see ur C++Functions in VB Object Browser with ur own made Descriptions to it. I also added a .rtf (Wordpad) Tutorial how u create the DLL ... Have fun with it, and if u like it, plz Vote for me :)
Ever had to launch a batch/command file on multiple systems?? This very small and simple program will launch batch files on Windows 95/98/NT and 2000 machines. Usage: RunBat /B /W /C Where: /W is window option 0=Hide, 1=Normal, 2=Minimized, 3=Maximized, 4=Normal (No Focus), 6=Minimized (No Focus), /C is close option Y=Close after finished Example: RunBat /B C:\temp\mybat.bat /W 1 /C Y"
Easily know the hexa code of what you type in ascii mode.
Know the ascii code of any pressed key on your keyboard. Helpfull for "TEXT(n)_KeyPress" event.
The idea of this code is to provide a _good_ language packs engine and format for VB applications.
Like a friendly Screen Pal... A Ball bounces on the screen... The Ball will Also Bounce Properly on the edge of any window... Restore A window and check for your self
Hey !! This Program Will Shake Your Desktop Using Simple Tricks. Double Click To End.
Its really simple - I think that it comes with windows (dunno which one), but its little form in the top of the screen that takes screen shots of the screen every millisecond and zooms in a few times. So I decided to make one myself :) only took about an hour, but i had to get the screen size right. Mine puts it in an image box and streches it a number of times, it is always ontop and in the system tray so you can hide and show it at anytime to save memory :) If you like this please please vote and leave feedback and suggestions, Thanks
Ive not seen this on PScode before (so if u have please tell me ;) ) It measures how far your mouse travels in pixels, cm and mm - it sits in the system tray so you dont have to see the form, it gets the old mousex, new mouseX and gets the difference for all the directions and adds it to the value. You can load the form at any time to see the update and check how far youve got - it stores the distance in the registry :), if you like this please please vote and leave feedback saying what you like about it :), i'll probably update this within a few weeks to store a log on mouse clicks and keyboard events but that depends if anyone likes this one first :)
This code allows you to make a bot that connects to battle.net but rather then connecting as a "Chat" user over tell net, you can use this code to make bots that can uses the option of linking into your game clients EXE, the storm.dll, and the battle.snp file so that one of the blizzard games clients (clients that can be used: Starcraft Shareware, Starcraft, Starcraft Broodware, Warcraft 2 BNE, Diablo Shareware, Diablo, Diablo 2, Diablo 2 Expansion) to connect to battle.net using this code. Take note that there is alot of bugs in this code but this did work before the recient game patches come out. All you have to do to get it running again is match the Version Hash...I think. Blizzard patched Chat, its time to fight back. Also for the person who made the program "A TRUE battle.net bot", whoes the jewbie now, hmmmmmm? >:)
This code allows the controlling of a HD44780 LCD Module connected to your parallel port. Now supports Custom Characters!
Do you know that you can call Java classes from Visual Basic ?? well, that's not a fair tale anymore, it's possible. let me guide you through this adventure. Firts at all, we need a Java class, Here you will find an example: Java Code //************************************************** public class MyTest { public int myfunction(int value1, int value2) { return value1+value2; } } //*************************************************** Compile it i.e. javac MyTest.java and when you get MyTest.class file, you must register it for this you will need Microsfot SDK for Java you can download from this link http://www.microsoft.com/java/download/dl_sdk40.htm when you have downloaded and installed. include it on Path variable enviroment just do it using Command Ms-DOS set path=%path%;C:\Program Files\Microsoft SDK for Java 4.0\bin\ (this path could change) then you must register our MyTest.class file. you should do it using javareg.exe file from Microsoft SDK for Java i.e. javareg /register /class:MyTest /progid:MyTest if everything is well-done then you should see a MessageBox displayed with Succesfull register Class message. Otherwise, you must check the correct spelling on the command line. Now, the next step, copy the new Java class file that was generated. MyTest.class and paste in C:\Winnt\Java\Trustlib\ folder if you have windows 98, this folder may change. And the last step, open a New Project on Visual Basic. And paste this brief code on the Form Load event for example and run it. Set x = CreateObject("MyTest") MsgBox x.myfunction(1, 1) Congratulations !!! you can use Java Class from Visual Basic. Please do not forget to vote for this article. =)
Help beginners to understand some codes. PLEASE RATE IT & VOTE FOR ME.
Get Free Memory(RAM) of your PC, Get Free Disk Space, Get CPU Usage, Optimize Memory/Free Up Memory space, Custom Progress bar, System Tray Compatible
This article contains some optimization tips for both standard coding and game creation.