Category Archives: Microsoft

Address Book by Nagalla Anil Chouary

Hi folks this application haven’t used any databases. You can store images of the concerned easy navigation, sorting, finding with respect to any field, its really nice to maintain your friends and business addresses. Entire source code is available in ZIP format can store web, email, phone, fax numbers also sorting acording to any field and field entry… Read More »

CopyFile

Copy a file in binary mode. You can easily implement a prograssbar with the value of the variable “iPercent”. Change the buffer size for various use:SMAPLE: 10240 for normal mode; 2048 for network; … Original Author: Christian Leh Inputs Sourcefile and Destinationfile Returns Return True or False and internal the var “iPercent” for an optional progressbar Attachments File Uploaded… Read More »

Jumper – The Ultimate in REAL Fireworks.

The purpose of this application is to simulate fireworks in a realistic mannerusing gravity and direction vectors. It can be used as an EXE or a Screensaver.Single click to expode your own firework, double click to quit.The code is not very clear, as it was a quick test. I may comment it andresubit if people require explanation.Andre Powell.… Read More »

another cheap way of doing FTP Transfers

Actuall this is probably the CHEAPEST ftp client in the world 🙂 Dont get me wrong, i did this for joking around, and it’s definately NOT the way to do it, but it might give some ideas for doin some other stuff.Actually this prog uses the ftp.exe that ships with win98 an NT and feeds it command line… Read More »

Find and Highlight Substring

‘ Given an editable textbox named Text1, this code prompts to find a word and‘ searches throught the textbox and highlights the first occurance of the‘ found word (if exists). Original Author: Bill Chelonis Code Private Sub FindFunction_Click()Rem Find/highlight first occurance of a word in a textbox named Text1Dim a As StringDim y As Integera = InputBox(“Find text: “,… Read More »

A Simple Encryption and Decryption function

I wrote this code to learn a little bit about string manipulation. Although I will deffinatly not claim it’s uncrackable, it is deffinatly a little less bulky than some of the others. Not to mention since i submited the code anyone could just use the decryption on it. But anyway, it may be of some help, although I… Read More »

Calendar Class

Here is a Calendar Class that can be used as a replacement for the Microsoft one. No additional files have to be attached to your project, simply put calendar.cls(+two more support classes) in your project, stick a picture box on your form, write 3 lines of code, and you have a fully functioning CALENDAR with multiselect, dropdown and… Read More »

A VB6 to VB5 Converter!!!!!!!!

have u ever download source that was created in vb6 and u still have vb5 cuz u dont wanna shell out $$$? now u dont need to, this program makes vb6 files compatible with both vb6 and vb5!!!!!! this is also a great OLE and Hex Editing example and a great utility whether or not u use the… Read More »

Awesome 3D Buttons! No OCX’s

This is great! A 3D button with no OCX’s or API’s. Every thing 3D on your forms is just an illusion. Well, this one is a great illusion. Anyone can do it. Just look at the code and you will see how to use it. One button is fixed, the other one you can resize and move. Uses… Read More »