Category Archives: Microsoft

A login thing

This is a ordinary login program, kind of like aol. It makes sure the person enters a username and a password more than 1 letter. It’s pretty cool, I think. I would use something like this on all my projects. Original Author: SeeD Inputs 1. 2 forms2. on form 1, put 2 textboxes and a commandbutton3. thats all4. use… Read More »

A Good Imaging Program to learn from * FIXED *

Learn how to use imaging controls! Quick Image allows you to scan images, save them, print them, open images in diffrent formats. You can do alot of things with this program. Change the resolution, and alot of other stuff. It used the kodak image control and the kodak image admin control to show the image and kodak scan… Read More »

Display vertical Text in a MSFlexGrid

With this code you are able to display vertical Text in a Flexgrid. This isvery helpfull, when you need to display a column which only has a YES/NOValue and would waste to much horizontal Column Space to display the ColumnHeader Original Author: Martin Koenig Assumptions 1.Start a simple Project2.Add the Microsoft Flex Grid component to the Project3.Add a Picture… Read More »

VbMailer

This program uses the MAPI controls to interface with Outlook. You can view your address book, send and recieve mail, and do a lot more. This was originally submitted a year ago by me but now i put a screenshot with it. The MAPI control is not in the zip because I don’t have it. This was written… Read More »

AdoxData.cls

This demonstrates how to create a database and components at runtime from a public sub called from the AdoxData class with ADOX 2.1 objects Original Author: Timothy Vanover Inputs Call the sub and send it the a string for the database name, and a string for the key table name and one for the detail table name. This will… Read More »

Port Control

Ever want to know which of your ports are being used while your on the net? Well, here is a full fledged application, you can scan ports in ranges such as 1-65530 or you can select 11 diffrent ports to scan, and you can watch 2 ports to see if incoming data is being sent on that port.… Read More »

How to add an icon to the tray

One of the questions that occurs most often in the VB Q and A forum is how to add an icon to the tray area of the Windows 95 taskbar.This tip will show you how to add and delete the icon,and also trap the mouse events. Original Author: King Assumptions Create two command buttons (command1 and command2) and a… Read More »

Particle Engine

This program draws a stream of particles eminating from your cursor.They will proceed to fall to the bottom of the screen and bounce around. This is fully customizeable and would make a Great screen saver. UPDATED. LOTS OF OPTIONS!!!! Original Author: Michael Pote Attachments File Uploaded Size CODE_UPLOAD40973202000.zip 9/3/2020 3:45:00 PM 6147

Quoted-Printable — Encode and Decode

Very fast function to encode or decode Quoted-Printable.VB6 only, but you can make it work with other versions, with a 3rd party replace function. Original Author: AndrComm Inputs Just pass it the string to be encoded, or to be decoded. Returns The encoded, or decoded string. Code Public Function DecodeQP(ByRef StrToDecode As String) As StringDim sTemp As StringDim i… Read More »

Pong 2000 with Sound,Bitblit and AI instructions

!Pong 2000 with Sound,Bitblit and AI instructions, Made so you guys can start to program correctly. Those of you that ask how I do it, well here is the source code for you to ponder over…. Have fun, coz I do. Original Author: Derek Hall Attachments File Uploaded Size CODE_UPLOAD481.zip 9/3/2020 3:45:00 PM 14730