Desktop screenshot with internet send

This will stretchblt the desktop into a picturebox! Next, if you have two instances running with the correct IP’s (use 127.0.0.1 if you only have one machine), a copy will be sent to the other (using winsock). Original Author: joe miguel Assumptions One instance must have a blank IP and the other must have that blanks IP API Declarations… Read More »

DirTreeView

This is Explorer-like drive/folder TreeView. No delay at startup (for the hell of read directory structure), because content of each folder is readed on “expand” event.You can also specify any path and this code automatically find the path in TreeView.Base for this code are taken from other submission on Planet-Source-Code.Thanks to all programmers for publish their codes on… Read More »

ECInet

This beta version of my networking component consists of two classes. The first “Email” sends email optionally with attachments encoded as base64 and compatible with the MIME 1.0 protocol. The other “Upload” allows for uploading of files through a web browser. Both were developed for use with Active Server Pages, but could be adapted for other uses as… Read More »

Access 97 Password’s viewer

This simple program allows users to see the an Access 97 .mdb Password, to open it after. Original Author: Axlkike Inputs .mdb file Assumptions Buttons text and labels ar in spanish, but are very easy to read 😉 Returns Password Attachments File Uploaded Size CODE_UPLOAD1776.zip 9/3/2020 3:45:00 PM 4381

MDIChildMaker-Use ActiveX forms as MDI child forms

THE PROBLEM: VB allows regular forms to be instantiated from an ActiveX DLL…but does not allow MDI child forms to be instantiated from an ActiveX DLL! THE SOLUTION: MDIChildMaker! Now you can put your forms in a seperate ActiveX DLL and use them as MDI children forms in your main application’s MDI form! NOTE: This is not a… Read More »

Database Autocomplete TextBox Module (No API)

This is a veeeery simple code to make one autocomplete textbox that gets the first letters you typed and searches for the most similar word from a table and then completes the rest. No API Calls, No Classes, Only few lines of code in 2 events…Simply save it as a module (.bas) and add it to your project… Read More »

Create a DLL Easy as 123 (Part 2)

Step by step instructions to create an ActiveX DLL !In this lesson we will create a DLL to compact a Database ! Original Author: Marc F. Assumptions Basic Navigation in VB Attachments File Uploaded Size CODE_UPLOAD1751.zip 9/3/2020 3:45:00 PM 5432

Using VB code to access MS Word Functions

This code is an example of how to use various functions contained within the Word Application object. To use this code you must first set a reference to the word libary then declare a word application object. This code shows how to use the search/replace functions, how to bold items, how to do a “Save As” from the… Read More »

_a simple game programming tutorial

Transparent sprite animation over background. A collision detection (COLLIDE.BAS) module/engine which will make collision detection more easier. Original Author: martin casta??eda Attachments File Uploaded Size CODE_UPLOAD1746.zip 9/3/2020 3:45:00 PM 14096

How to fade one image into another image

Ever wanted to fade one image into another image? Like fade a picture of yourself into a picture of a goat? If so, check this example out. It shows you how to fade one image frame by frame into another image. Original Author: Patrick Gillespie Side Effects Fading will take awhile on slow computers Attachments File Uploaded Size CODE_UPLOAD1716.zip… Read More »