Advertisement

Results for "Volume: 2002C"

2002C #12075
Basic Unit Converter

Basic unit converter - converts imperial measures to metric measures. One of my very first programs written in VB :).

2002C #13250
A Complete Multi Downloader (using multithreads)

This project downloads multiple files from the Internet(web) simutaneaously. I used multithreads to do it.       You can active up to 20 threads, that is, you can download 20 files at the same time. Or, you can specify how many threads are active to download files. It provides fast downloads.       Just drag and drop or copy and add URL(s) of web page(html page), image(graphic), mp3, zip or any binary/text file from a webbrowser and click Start! It supports http and ftp protocols.       You can open and save the list of download files(and save path) as a file(simple text file) and open the selected URL or downloaded file, using the popup menu which activates when you click the mouse right button on the list box.       The application window can be fully resized. When you exit the applicaition, it saves the form size and window position in the Windows registry. You can put the application window on the top which makes it easy to grab URLs from web browser. When you select or move the mouse over a download item on the list box, its save path will be shown in the status bar and list box tooltip.       I tried it can be a small complete application as I can. The zip file includes full source codes and an executable also.       This is my first upload to this great server. Many persons and their codes contributed to make my project. I really appreciate their efforts. I used and tried Winsock and Inet controls. They are good. But, finally, I found they are not suitable to just download multiple files as fast as possible.       I found I have to use multithread using an API download function. This project is the result of my efforts. I feel multi thread opens new horizon in my programming skills.       I hope my codes help you to control multi-thread or multitasking tasks when you need them.       Please, enjoy my code and program.

2002C #12323
File Type Generator--(File Associations)

The purpose of this program is to create file associations with programs and file types on your computer. You can select from several options, but of course, the most important ones being what program to open the file with and what program to print the file with. Take a look through the code and feel free to modify it and use it in your install program or setup program to creat file types.

2002C #12892
Dynamic Graph Plotter 2

This is a second,more advanced virsion of my DGP. The programs main purpose is to plot functions. It also supports many additional functions like add labels,eraser of labels, calculator,extending and squeezing axis, zoom box,grid on screen, choosing color, trace equation (updated),Detailed history!(check program) save picture, print picture.You can edit a single equation(New!) From virsion 2.1.0 DGP speaks English, French(NEW) and Dutch(NEW!).A lot of minor bugs are now fixed.All code is fully commented. I would like to thank Ralph Vloemans for his help with languages. Thank you.Please dont forget- it takes days,weeks,months to write a code and make it available to you and it only takes few seconds to rate and leave comments - which is much wormer response than any prize for most developers on PSC.

2002C #11303
NAVEN - Mod Maker

This is another part of the open-source game i am making..when finished it will be allot like starcraft, the engine is currently useing square tiles...but if you know a way to do diagnal ones without using a sprite for each tile then my icq is: 94958901, plz report any bugs you find as well...this prog will be used to create the races,charactors,buildings,sounds,images,animations,weapons,upgrades,abilities,armors, and shields for the game, i will also upload the Skin Art prog today, after that will be either a new version of the tile editor(for diagonal tiles) or the beta version of the map editor(using square or diagonal tiles), the only thing that may not ever be submited is the module to connect to the server...though the game will be...i think i also forgot to mention that there may or may not be any AI in the first version of the game...but there will be a multi-player option and a server open to connect to with 12 players per game(or less)...also if you have vb5 you will need to make replacements for the split/replace functions i use in the save/open routines

2002C #12849
console

you can create a console application from vb.you can also change the textcolor and background color also

2002C #10083
Statistical Analysis Calculator

Shows the mean, median, mode, variance, sum, standard deviation, average deviation, coefficient of deviation, total, square total, and variance for an array of values using either the population or sample method. Features a sort function and rounding from 1 to 10 places.

2002C #12337
Unqiue ASCII drawing program

I've made this program to a mud I played. In the game there was a drawing scroll, to draw on it I had to use annoying dot commands (e.g dot 1,1 white, dot 2,2 white bold) needless to say that because of the bother no one used this drawing scroll. That's why I did this program. You use the mouse and the colors just as any simple drawing program to draw your picture, then you press "Generate Draw" (In the menu) and there you get it, all the dot commands are generated for you. Enjoy the code, I am sure you will find it a good use =).

2002C #13392
ColorThang

Click in the picture box, gives the color, and gives you the HTML color, Hex Color, and RGB color values for that color.

2002C #12608
A yahtzee game

Well, the name says it all, doesn't it?

2002C #13951
Dir2XML

Dir2XML exports the directory structure, from a root folder of your choice on, in an XML file. I supplied a DTD to validate the XML, a XSL transform to render it in Internet Explorer, a CSS and some JavaScript to convert the whole into a nice DHTML application. This application is actually an extension of my Dir2HTML app and adds some nice features: dynamic HTML to collapse and expand on clicking folders, DHTML coloring on mouseover and a better lay-out in general. I think the XML should also be useful outside the browser now (you can use the MSXML to parse the nodes in VB for example) and is a nice example as well of how XML, XSL, CSS and JavaScript work together.

2002C #13292
A full MultiUse program

The MultiUse program that i have developed and now i share its source code with yall.It uses skins,it has many forms with many features,and other cool stuff,check it out!

2002C #12609
Winlock

This is a program that I wrote because people wouldn't leave my computer alone at the place I work. The program lay itself ontop at startup and disables the ctrl-alt-del buttons. You should start it from the registry rather from the autostart. Shortcuts can be deleted in DOS-mode. Just create another string value in the registry (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices) and type in the filename and the path to the file. The password are stored in the VB section in the registry, and it's NOT encrypted in any way. I didn't think it was nescessary to add encryption because this app IS hard to get around ;p. I haven't found any way yet. It also starts in safe-mode. The only way know is to delete the file... The default password is "guest"

2002C #13965
ByRef ByVal Example

A lot of beginner programmers have asked me about the difference between the ByRef and ByVal keywords. This is a simple application I put together to show the difference since a lot of book definitions can be confusing for new programmers.

2002C #12076
Language Packs!

A framework for language packs. Quite easy to integrate in your own applications. Features functions to search, read, and validate language packs. The packs themselves are easy-to-edit files in text format.

2002C #11969
Connection info retriever...

With this code you can retrieve information about your connection(LAN,PPP,etc) like connection speed,MTU,Bytes sent/receive and many more. ATTN:This code is NOT mine so please DO NOT vote for me.It was given to me as an answer to a question of mine in a forum and I thought it'd be very usefull to people.Enjoy

2002C #13919
Mp3 Jukebox

This is a Mp3 Jukebox that allows the user to enter in as many mp3's as they want and they are placed onto a playlist. The user can save and load the playlists' whenever they want. Another good detail is that it keeps playing the mp3's so you can just sit back and enjoy your music. I've also added 6 skins to give a good touch to your music. Hope you enjoy. ***PLEASE VOTE FOR THIS PROGRAM I PUT A LOT OF TIME AND EFFORT INTO MAKING THIS AND THERES NOTHING BETTER THAN KNOWING YOU GUYS ENJOYED IT, THANKS***

2002C #12267
Visual Basic AddIn - Visual Basic 6 Shortcut Keys

A Visual Basic 6 Addin that displays the all shortcut keys, on tabbed dialog box. Very usefull for speeding up your devlopement.

2002C #12912
WinGrep 1.3

Grep for Windows! Search plain-text files (including VB and C Source files) for keywords and regular expressions, with a barrel-load of options and features to choose from! Source includes file-finding, automatic registering of a file type, load/save and much more.

2002C #12848
EQuake

EQuake is a really funny thing U can experience Earth Quake on your system with sound effects it will give u some ideas on following things 1.how add sounds on vb app 2.how to set wallpaper 3.how to capture desktop window 4.how make form topmost 5.how to disable alt+ctrl+del etc.. 6.how to show system crashing msg

Languages
Top Categories
Global Discovery