Category Archives: Microsoft

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 »

Encryption ActiveX DLL (Source Code)

Ever wondered in VB5/6 what the ActiveX DLL does; Ever thought that the MS tutorials were bloated and useless….. Look no further, here is a perfect working example. The complete sorce code to my other submission (Active X encryption DLL (Example)). Original Author: Jack Hoxley Attachments File Uploaded Size CODE_UPLOAD766.zip 9/3/2020 3:45:00 PM 2410

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

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 »

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 »

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

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 »

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

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 »

Page designer

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 »