Skip to main content

Posts

Showing posts from 2009

Clock - My 2nd Vb6 application

This one is my 2nd application called clock. I think most of the beginners in VB or other platform surely make a clock program by curiosity and to learn more, so do I have done one. I learnt many things while programming this one. Its color changing capability is I think cool and one should give it a try n try make a great color combination. The biggest challenge while programming this one was making the border less form movable by user click and drag. I could not create logic well and coded something bizarre that was moving the form out of the screen!!! Anyways to tackle with this problem I searched a VB coding forum and found a nice code that just worked amazingly. Thanks to the person for that code and making me realize I have a long way to go and learn. Anyways, greets to all. Download From 4Shared DOWNLOAD Download free. Thank you for downloading... Sachin Kharat

IFcalc Version 1.0.0

hello friends its my VB6 application I was developing to learn more about VB6, called IFCalc, 1. What is IFCalc? 2. Getting Started. 3. How to Use. 4. Download (discontinued...) 1. What is IFCalc? IFCalc is a small computer program for windows XP operating system. Using IFcalc one can do calculations in imperial length units i.e. Feet - Inches directly using the (0''-0 0/16") format. All calculations viz. addition, subtraction, multiplication and division are performed simultaneously at one click. User can put any desired result in memory and retrieve the same for further calculations.Hope it helps to people who need to do feet-inch calculation frequently.The software is freeware and is completely open source. Mail to sachinstructure@gmail.com for the source code. 2. Getting Started : IFCalc is a standalone program which needs no installation and very light sized just around 60 Kb. At most of the places the developer has put a tool tip for assistance. ...