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 »

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 »

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 »

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 »

Sort a ListView by Number or Date (Updated)

This code allows a ListView control to be sorted by Number or Date without having to use APIs (except to lock the screen) Original Author: Pete Cozens Inputs N/A Returns N/A Side Effects No known side-effects at this time. Does not mess-up theListItems collection like a Custom API-implemented sort. Code ‘****************************************************************’ ListView1_ColumnClick’ Called when a column header is clicked… Read More »

all kinds of cool ways of using the shell command

These different ways of using the shell command will let you : Launch files without knowing the associated program(doc,bmp,zip,etc), copy files and complete directories, run dos commands, launch a browser, launch an email client with almost all fields prefilled(including body!) and loads of stuff you might think of. Original Author: Half-Dead Side Effects You dont get any feedback from… Read More »

a INI file manipulation project. VERY easy to use!

Might not be very fitting for complexe ini manipulation, but this is the simplest and easy to use code i’ve found. Great for the newbie i am myself. It’s not my code, and i don’t know who it comes from, but i thought i’d share it. Included is a VERY easy to understand sample project !Cheers, and enjoy… 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 »

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 »

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 »