Category Archives: Microsoft

Simple TCP client

A small and simple code to connect two computers using the TCP protocol with winsock control. I’ve added some comments in the code, so any1 should be able to understand easily… Read the ReadMe.txt file for usage instructions Attachments File Uploaded Size 968-20190909-160712-TCP.zip 9/9/2019 4:07:12 PM 3643

SetGateway

Change the Default Gateway of machine without reboot using IP Helper API functions. Attachments File Uploaded Size 1021-20190909-160950-GetIpForwardTable.zip 9/9/2019 4:09:50 PM 2260

UDP Simple Messenger

UDP Simple Messenger uses UDP to send messages in broadcast to all other computers in the network running it. you will be able to send messages to other people in your private network. Attachments File Uploaded Size 968-20190909-160545-UDPSimpleMessenger.zip 9/9/2019 4:05:45 PM 2147

3d Box

Changing the height and width of the 3 d box with help of a scroll bar. Attachments File Uploaded Size 1018-20190909-075833-3dBox.zip 9/9/2019 7:58:33 AM 1631

Changing Drive Icons using VB6

This article Explains How to change Drive Icons.By editing the Registry values we can change the drive icons. Attachments File Uploaded Size 1019-20190909-080325-ChangeIcon_demo.zip 9/9/2019 8:03:25 AM 3582

Transparent Form

Demonstration of how to make a form transparent in VB6. Attachments File Uploaded Size 1020-20190909-080458-algodeformtrans.zip 9/9/2019 8:04:58 AM 5173

A Rainy Day Desktop

There is a thunder storm brewing inside your monitor. This program takes a few seconds to load, please read my comments. Tested on XP. Zip ~ 260K. I hope you enjoy viewing it. Attachments File Uploaded Size 1017-20190909-075331-ARainyDay.zip 9/9/2019 7:53:31 AM 270834

Icon Extractor

Extract icons from exe’s and dll’s and save them as ico files or bmp files. Any ideas to improve please let me know. Attachments File Uploaded Size 983-20190909-075629-IconExtractor.zip 9/9/2019 7:56:29 AM 13629

Adding Gradients to VB forms

This example shows a couple of custom classes that can very easily be used to add gradients to your VB forms by painting them over standard rectangle shape objects. You draw the shapes on the form, then in form_load you attach the shapes to the Gradients class, which over-rides the form’s paint event to draw the gradient. Supports… Read More »