Example with MS Agent, text-to-speech

Microsoft Agent will speak (computerized voice) the contents of a textbox or richtextbox to you! Original Author: Amir Malik Inputs the text to speak, or just paste it Assumptions components/objects:Microsoft Direct Text-to-Speech controlrich text box2 command buttonsthe sp is the DirectSS controltext box for the computer voice speed Returns sound! Code ‘ MSAGENT example by Amir Malik’ website: http://amir142.cjb.net’… 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

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