BitBlt
This is a very simple program and source for BitBlt-ing.It doesn’t get any simplier then this.Download: 53K Original Author: DosAscii Attachments File Uploaded Size CODE_UPLOAD739.zip 9/3/2020 3:45:00 PM 53757
This is a very simple program and source for BitBlt-ing.It doesn’t get any simplier then this.Download: 53K Original Author: DosAscii Attachments File Uploaded Size CODE_UPLOAD739.zip 9/3/2020 3:45:00 PM 53757
I got tired of trying every wallpaper example on this site and finding they didn’t workon Windows NT.This shows the example from Microsoft of how to correctly set the Desktop Wallpaperfrom Visual Basic.Original code is from :-http://msdn.microsoft.com/library/techart/msdn_msdn192.htmSeeing we are not allowed to link to another site, I just copied the code fromthe above URL and modified it slightly.… Read More »
This code is very good,it is a wysiwyg web page designer,you can add your text,images,lines or html code on any part on the page and the the page on the program format or export it to html,I ‘ve use the wysiwyg code that someone ‘ve alreay posted to save html but all the other code is mine it… Read More »
An extremely simple, fast, and efficient way to get your current IP Address without using either the WinSock control, or the Internet Transfer Control. I hope you guys don’t mind a girl submitting code… and I LOVE mail, so please visit my web page for even more VB applications and a pic of me, too… 🙂 Original Author: Vicki… Read More »
This application will allow users to search 4 Search Engines at one time for the search criteria which they have entered in the Search String. This source uses Yahoo!, Lycos, Alta Vista, and Infoseek but the code can be easily adjusted to work for any engine. MSINET.OCX and Common Controls Required. Original Author: unknown Returns The code will return… Read More »
This is shorter way to disable the ‘X’ or close button on a form. It also works on MDI Child forms also which I have found most other code does not. Original Author: Mark Troutwine Inputs None. Assumptions Just copy and paste it as stated below! Returns None. Side Effects None. API Declarations ‘ Place this in a module:Public… Read More »
Have you ever wanted to create a game where the character or tank or whatever can shoot something, and instead of just drawing a straight line it took into acount gravity(or none) angle(direction)power/speed(velocity) then calculated it and created a curve upon which the object of your choice, like a sprite or shape or button, or character.. ANYTHING, followed… Read More »
This is a c-chat or c-com FOR aol ( America Online ) , whatever you call it..all you have to do is, type in the chat wahtever you want, and then it does it, like here is an example, .newmail ; this would open the new mail you have gotten for aol, THIS WILL HELP YOU!!! THIS IS… Read More »
Enhancing the SHBrowseForFolder API Function ============================================ Browse for a Folder using SHBrowseForFolder API function with a callback function BrowseCallbackProc. This Extends the functionality that was given in the MSDN Knowledge Base article Q179497 “HOWTO: Select a Directory Without the Common Dialog Control”.After reading the MSDN knowledge base article Q179378 “HOWTO: Browse for Folders from the Current Directory”, I… Read More »
This Code opens and closes the cd-rom drive at a given interval. This can be used for security purposes and just for laughs. (though cruel laughs they would be ) This code is great for beginners. It shows how to use a timer in a very simple way. Original Author: zOnE Inputs n/a Assumptions Needs two command buttons (optional… Read More »