Advertisement

Results for "Volume: 2002C"

2002C #9748
Cover Designer Pro 3.00

If you've been to any of the CD cover sites you've probably seen a program called CoverPro designed by Jerry Wang, his program only allows you to print the front and back cover. I got bored one day so decided to see if I could make anything better. This code proves I can. You can print the front cover, Back cover, front & inside cover (made up of 2 images) or the front and inside cover (made up of 1 image), there is also a load of print options to print combos etc. I also included ALL the graphics used as when I last used a resouce file I had complaints that no one could edit them (DUH that's the point of using resource files)

2002C #10945
Yahoo! Chat

This Code is an example of how to log-in to yahoo chat if you ever want to make a client for it. It shows how to send and receive the necessary packets so you can establish a connection and fool yahoo chat into thinking that your program is a web browser. All you have to do is simply enter your username and password and this code will request your cookie and log-in with it.

2002C #9373
More Window Skinning

Yet Another Skinning Example Make just for fun to show what cool things you can do with BitBlt

2002C #11287
Web Shelf 5 Open Source Code

This is the full source code for one of my programs, web shelf 5. it is used to generate tables of web images, either for your computer or the web. You are free to use this code to produce your own programs. see the archive for more details...

2002C #11289
barcode

I looked high and low for some type of code snip that showed how to create a barcode (none where available except the ones for sale). So here is one way to print a code 39 barcode in VB. It has worked for me, although very little testing was done.

2002C #10819
Make Your Program Start Up When You Reboot

This is to make your program start up when you reboot your computer just like other programs you see do. **Must See** Please Vote for me!

2002C #11282
Angelfire FTP Updated

I use this to Ftp Upload all my files to my angelfire web site I find this very use full so I don't have to use there online web editors!! this works very well and I think you will like it!

2002C #8831
r.a.d.(remote admin)

Allows 100% remote administration of a computer with a terminal interface. Everything from registry access to running process control, hard drive access, network access, etc...Includes login security, please read the documentation before compiling and running r.a.d. so you are informed of how r.a.d. works, and how to use it with your system or your remote system.(uses winsock)

2002C #10852
Snakes and Ladders

This is a snakes and ladders game. Not all of the squares are on there, but I may update it soon if people like it. I haven't seen any other board games on here as of yet, I think this is the first.

2002C #9361
CodeLib V2

A long time I hesitated about submitting this or not. Finally I made up my mind. The CodeLib V2 is a database-kind of program that stores codesnippets,functions and subs to make programming easier. There's taken care of the layout of the forms, and it uses my award winning T3D-function a lot, together with other stuff I developped, such as my MBox (alternative messagebox) and IBox (alternative InputBox). The result is very good, I might say. Anyway, to make a long story short: Select a code, function or sub, put it on the clipboard (with a button !), go to your VB-project and paste (ctrl/V) the code where you want it. Created a new reusable code ? Start up the CodeLib V2 and add it to the database. Want to replace a certain code with a better one ? Want to rename a code ? Want to move a code to a different category ? Want to delete a code ? Want to add a help-file ? Want to add some notes to a code ? Want to EDIT a code ? Want to print the code ? Want to print the helpfile ? Want to ... As you can see, this is a fully working program that I use a lot when I'm coding. The CodeLib V2 (zip) is about 223 kb, but it has it all: the source, CodeLibV2.exe, data (about 70 different codes, all tested and working fine). I hope you're as thrilled about this as I am. And I don't want to receive mail like "this sucks" or "the worst thing I ever seen", etc... This is GOOD CODE ! It works fine for me (VB6 enterprise edition) and I didn't found any bugs so far. The helpfile can be read with notepad, but will also be loaded in the program. In the helpfile, you have a small button "send mail". This will start up your e-mail prog and link directly to me. Do it ! A final note: this isn't a database prog like acces, or works with ADO, all code is stored in a sequential file, wich is loaded directly into memory. This works very fast. Extract the zip to C:\ or any folder of your choice and voila ! Happy coding...

2002C #11008
Central Error Handler

The following code provides the means of adding a Centralized Error Handler to an application. I keep the Public Function in a Module named ErrorHandling to keep things simple.

2002C #11295
Checks IP for open ports (not only yours)

This program will check any IP you specify for open ports using winsock.

2002C #11261
An Invasion Game

Invasion is an excellent example of how to make really cool, explosive, fast graphics in your games. UFO's fly down the screen and your job is to stop them from getting to the bottom. Luckily, I've armed you with a big machine gun which fires at 20 rounds pers second! This screenshot cannot begin to describe to total mayhem of bullets and explosions - this game is very fast... If you enjoy of learn from this, a vote it return is not too much to ask!

2002C #10782
iNet Connection Booster

This program will tweak the registry entries depending on your OS and make your internet connection faster. I would prefer that if you have ideas send me them instead of make your own updated. TripleXXX@bigfoot.com if you need to contact me

2002C #11015
split function with a textbox

Good example of the split and randomize commands. lets you place a long list of text in a textbox and randomly grab a line. My use for this was I had about 500 cd keys to issue to customers as they would callin. I would run this script, give them a number, remove from my list later, etc. Possible uses might be for numbers, tip of the day quotes, etc. Rokinroj

2002C #11209
L/UCaseKeyPress

Use these functions in KeyPress events to format user entries as entry is typed. UCaseKeyPress() converts key pressed to uppercase while LCaseKeyPress() converts key pressed to lowercase.

2002C #9171
QuickComm PC - PC With Comments

QuickComm PC - PC is a UDP Communications program using the MSWINSCK (Microsoft Winsock) control. With an IP address and a Name, this program allows you to communicate to other users on the fly, without having to set up a connection. Useful for people with cable connections who like to have communications with friends. :) In addition to the simple communications allowed, QuickComm also slides up when not in use, much like an Auto-Hide Taskbar. If incoming data is displayed while hidden, a sound is played, then a small Incoming Message window is displayed at the bottom-right corner of the screen until the user views the incoming text. Download it and check it out. :) If you're looking for help on UDP protocol with Winsock, it's fully commented. If you're just looking for a quick way to talk to someone, it's reliable. Erik Forbes NiftySoft

2002C #10209
Kill a print process

This code kill a print process with Windows'API. Very easy and very cool! Must see... Please vote me!

2002C #10855
Gambling - Now with animation!

This is the same as the other gambling game that I have submitted. But now with animation and crashes. Also I have now stopped anyone inputting a value of less than 0 for all of you cheaters out there.

2002C #11014
Make a dropdown bigger than its combobox **Simple**

The only code I could find for this used tons of api and was a bit difficult (at least for me) this code is only 3 lines and works well.It lets you save room on your form by making your dropdown bigger than its combobox. My use for this was as a state field on a form. The box showed the two letter abbreviation for each state, but if you dropped down the box it showed the full state name. I'm sure you will find your own uses for this

Languages
Top Categories
Global Discovery