Category Archives: Visual Basic 6 (VB6)

Mixer

This is a simple game, which will take a picture you select, break it up into various pieces and scatter the pieces randomly for you to try and put together again. For more information, please view the help section of the application. Attachments File Uploaded Size 997-20190829-102054-Mixer.zip 8/29/2019 10:20:54 AM 7146

Hide Desktop Icons, Taskbar and Wallpaper

This project shows how you can make the taskbar (containing the start button etc) invisible. You can also hide the desktop icons if you don’t want the user to be able to access them. Another thing is that you can hide the wallpaper. Be sure to restore them when you end your program. Just include MDesktop into your… Read More »

C Language Parser

This is my first work in language design field. It was my “Language Implementation and Design” project in IUST University. It takes a standard C program. Then it recognizes variables, constants, statements, loops and other standard programming structures. In each step it tries to simplify the current step by replacing equals in the language table like : VarDecl… Read More »

Quick Email Clipboard

QEC is a program make use of binary files, clipboard, arrays, listbox and simple cryptology, virgenere encryption function. It is use to store emails in text files and paste in email program such as Yahoo. Attachments File Uploaded Size 995-20190829-101648-QEC19.zip 8/29/2019 10:16:48 AM 25846

Store last position and size of every form

Use this code to store last position and size of every form in your project, every form will be loaded in the state and position of the last time it was opened. Use this code to store last position and size of every form in your project every form will be loaded in the state and position of… Read More »

Calculator

Nothing more than a simple calculator program. Attachments File Uploaded Size 994-20190829-101500-Calculator.zip 8/29/2019 10:15:00 AM 211599

Digital diary /Translater

This is form useful for Digital dictionary /translator which I have converted from phone-book ; however all credit of code goes toward that person. [So not to me.] You can use it by changing font of text , as use as translator instead. Attachments File Uploaded Size 993-20190829-093410-translator2.zip 8/29/2019 9:34:10 AM 5551

Calculation Pad

This is nice & first one Idea of calculation Pad, Very useful for every one where calculation done with list of Items. You can add the list of items which to be use for calculation & calculate it easy way.It need not require your memory, & work make very easy…! Attachments File Uploaded Size 993-20190829-093555-Calculater_pad.zip 8/29/2019 9:35:55 AM… Read More »

Toolbar in VB6

An example of how to use a toolbar in VB6. An example of how to populated a toolbar with buttons, icons and tool tips at run time. Attachments File Uploaded Size 991-20190829-092830-toolbar_Ver01.zip 8/29/2019 9:28:30 AM 14091

Savings Calculator (With Interest)

This calculator will figure how much you would save if you were to deposit a certain amount of money out of each check that you get every 2 weeks. You can enter what interest you want to have on your amount and also see an extended savings total depending on how many years ahead you want to see.… Read More »