Results for "Category: Miscellaneous"
Wanna know how to use those functions you just wrote in C++ in VB using a DLL? Here ya go!
Disable paste in a textbox.
This code will allow you to send E-mail to someone that is chosen from the Windows Address Book (WAB). Send to multiple recipients and include attachments.
Rotate Windows Enhanced Metafiles inside a picture box.
Determines the intersection of two line segments
This is my first bas file. It contains 134 WORKING subz/functions for AOL. Please email me if 1 or more of the functions do not work and the error message.
A really cool code that will first - make the form expand down, then second - it will expand out sideways! No need to customize it to the size you want, it does that automatically. Just pop it in your code. Really easy - good beginner's code!
UPGRADED: NOW MENU & TOOLTIPTEXT ENTRIES This code permit to have a multiple language application. The LoadResString provided with VB doesn't permit to end user to make a new language file.
This code closes a window, if you know part of it's title. It uses some AOL API's, hehe(sendmessagebystring). I used it for closing Netscape windows because the "Window Class Name" always changed. Not sure if this code has any use though...
This short code enables you to make your application insert itself into the user's Startup menu, if it's not already there, so that it will run every time they start up their computer. Now works with WinNT and Win2000
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.
INTENDED ONLY FOR EDUCATIONAL PURPORSES! USE IT AT YOUR OWN RISK! Yeah, don't forget to backup your dll :) Patching msvbvm60.dll HEX's View On It :) How to find string and replace it with hex editor
A very simpile example of sorting. Not the most efficeint, but easy for beginners to see whats happening.
This little program allows to send keys to a specific window and/or move the mouse. It can do so on a button click or automatically every given number of seconds (what I call "Auto mode"). I made it to simulate surfing, and it works ok (even though I don't use it anymore). Can send some special keys as well (check sendkeys function documentation to do so).
Makes the System Tray, Task Bar and Start Button transparent. When mouse is over them, it will make them NOT transparent. Simple eh? I take no credit for the .bas file in the project. I took it from another project that makes any for transparent. This code was inspired by another submission a few days ago that was suppose to do the same thing, but the coder neglected to unclude the .bas that contained the functions needed for the program to work. So I made my own and here it is. You may steal, copy, delete or do whatever you want with this code, I don't mind.. Learn from it and enjoy it is all I care.. Note: may not work for older Operating Systems.
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.
This will Disolve your screen! LOL, actually it will jsut keep pixelating your screen to the point of no return! I think it'll serve as a nice way to scare someone! I'd like to thank Patrick Moore, I used his OCX thats on PSc (Image FX) to pixelate, check out his stuff! and please vote and leave feedback!
Quickly creates branches in a treeview with a single string.
Introduces uses and ways to implement the revolutionary AI technology... genetic algorithms.
This application shows how we can make use of multiple agents interact with each other simultaneously. This code can have numerous end uses especially in the field of presentations & advertisements where issues can be focussed and delivered through animated characters to the public. Although I have designed the entire code by myself however, I have taken help from various MS Agent codes available on the PSC and fianally come out with this one since, I could not find any code which so explicitly displayed the use of multiple agents. Please read the accompanied Readme First.txt file before using this application. Please vote.