Advanced Encryption DLL (Example)

This DLL, once declared will encrypt any String fed to it based on a number that you give it. Works prefectly, ie. no characters are deformed. Offers very good encryption. Can only be encrypted with the number that it was encrypted with. It can be used to encrypt files so that the modest file tamperers around won’t be… Read More »

load file to listbox

2 simple code that save items to a file and the other that load items to the listbox from the file visit my homepage at http://www.cyberway.com.sg/~dyrws 4 more app Original Author: Dua Yong Rew Code *** The Save Function ***  Open App.Path & “” & “playlist.dyr” For Output As 1    For x = 0 To List1.ListCount – 1      List1.ListIndex = x      Print #1,… Read More »

Multi-Client Server Application

This is full source code for a Multi-Client server, it allows upto 65535 users to connnect to your server, can be customised to become any server, such as IRC, FTP. plus all the functions are in their to relay data and store information on each users accounts. Original Author: Ed Welsby Assumptions An interesting note would be that Icafe… Read More »

EasyNotePad

This demonstrates many ideas for building a word processor. Shows one way to make context sensitive menus and toolbars. Printing. A simple find/find next routine. Clipboard controls. Form resizing. Shows how to make a status bar. Change fonts(color size type).Any comments greatly appreciated!! Original Author: J C Rock Attachments File Uploaded Size CODE_UPLOAD754.zip 9/3/2020 3:45:00 PM 11739

dragdrop.zip

Drag & Drop file(s) Original Author: TEH Assumptions Drag file(s) from Window Explorer to ListBox (additem to listbox)or to RichTextBox (View file contents). Attachments File Uploaded Size CODE_UPLOAD741.zip 9/3/2020 3:45:00 PM 2795

Serial Comms with Windows API

When I started with Serial Comms and the API’s I tried to find a piece of code as an example… I couldn’t , so I wrote my own .. and here it is. Any suggestions to better the code will be great. This little program will open a COM port and read from it as well as write… Read More »

Correctly setting Desktop Wallpaper

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 »

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

Comprehensive Microsoft Agent Example!

Well, you wanna know how to do almost everything in Agent? Well download this, have a read, and you will! This example project I’ve written shows you how to run through set scripts, use multiple characters, accept speech input, use speech output, use sound files for Agent speech, use Liguistically Enhanced files, hehe or get them to fight!… Read More »

IP Grabber with NO Winsocks

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 »