Advertisement

Results for "Volume: 2002C"

2002C #15401
Form Creator/Wizard

Add controls,resize controls, move controls,Change Properties And a little Properties Page Ocx Source include. Look And Send comments. Sorry itsnt a fully functional I write it yet. If you add a some functions pls email to me. If its complete it will be a Little Data Form Wizard:)) If you like it pls rate it. ok:)

2002C #15474
Visual Assembler

Visual Assembler, create machine language executables visually. You don't have to know any Assembly just few clicks and you have your executable, what's the catch? check the code ;-)

2002C #9382
WINSOCK STATES

STATES - VALUES

2002C #15438
English To French Translation Program(UPDATE!)

This program translates as you type. Right now I am mainly working on english to french but I have put limited support for french to english. I know that there are lots of sites that can do this for you but I made this so if someone was making a chat program people speaking two different languages could talk to each other. Please leave a comment so I know where to improve. I will try to upload a new version in a few days or so.

2002C #14657
Desktop PacMan

I Put this together over a couple of days....It's my version of PACMAN :) If you find any bugs let me know, or even if you dont :) Have fun!!!!

2002C #15451
Two methods for retrieving the ListItem object that the mouse is over in a ListView control.

This code gives you two methods (one using built-in functions of the ListView control, and one using SendMessage and the LVM_GETITEMRECT constant) to retrieve the ListItem object that the mouse pointer is currently over with. This is demonstrated by highlighting the item.

2002C #14144
Hack a box

No, we are not going to do anything illegal here. We are going to hack the MsgBox and InputBox. Let me start by saying that this is !NOT! one of those custom messagebox classes, but this uses the real MsgBox and InputBox functions from VB.

2002C #14408
A quick course of making scriptable program, Like the VBA (Very Cool!)

Scriptable make everything possible possible Have you ever use the VBA in Microsoft Office? Making your application scriptable can enable it's functions to be extent to infinite, by the End Users. End Users can "WRITE PROGRAM ON YOUR PROGRAM", and run it as they like. It sounds interesting?

2002C #14841
Paradise Form Designer (MUST SEE!!)

All of the Window Shape Designers Get Away! Here the Paradise Form Designer Comes! Why? Because using this program, you can also modify the shape you have designed! You Design your shape and give form properties you want to this program and it will automatically creates the form your want! An easy-to-use utility!

2002C #15515
DirGuard V1.4

This program guards a given directory, its an update of a previous version. I have added the detection of filechanges (suggested by TonyK), completed the print-code, savecode for the log and put lost of comments in the code. The code is more complex than the previous version but does not contain API, classes or DLL so it should be easy to read. I did not yet found a simple way to obtain the username of the person who does the altering of files (suggested by Maju) but i am working on it. This can result in a bit of API but who knows there might be a simple way. Tested with WIN95/98/SE and WIN-NT. Please RATE this program and feel free to send me suggestions / questions. Cybsoft

2002C #14737
Web Questionairre Designer

User friendly interface that automates the creation of web-based questionairres. It allows for buttons and skip patterns. Responses are submitted to an email address.

2002C #14747
Dr. Error 2001

What this program does is fake a computer user out into thinking that errors are on their machine. It alse comes with fake freezing.

2002C #13056
CS TCP IP Configuration - All API -UPDATED-

I found the main API from some one elses source code, but it need alot of work. I tweaked it out and fixed some problems it had and also have it cleanup the resources it uses. I hope this helps anyone needing things like this.

2002C #14321
How to send information to a web page with Inet control

The purpose of this article is explain how to send informations to a web page with an HTML-Form and Inet control. Really easy.

2002C #15424
Playing-Card Deck OCX

This OCX is used to draw playing cards wherever in your game. all 52 cards, Plus 2 jokers. It uses the bitblt to draw a card (using a card number (1-52 or 53&54 for jokers)) on a specifyed DC. Real easy. You can make games if you draw cards into different picture controls (so you can have event handeling like clicking or dragging) It also has built in functions to get the suit of a card number, or get the 'value' of a card (scale of 1-13 ace 1, king 13). If you like this, Please vote for me ;)

2002C #15439
BEST ENCRYPTER(please check this out!)

this encrypter uses 256 bit serpent,128 bit cheshire,and lots more then it compresses the file to make smaller. A little slow right now but I am working on it. I tried to figure out who owns what code and give them credit.Sorry if I missed you.

2002C #14976
[ Aol, Cs, VbForums, and Yahoo Text Fader ]

Fade Text From one color to the next In Pratically any formate. Lot's more Function. Know with Preview In Rich Text Formate Whitch can be copyed instead of using Code. vbforms color compadible custom color code, fon, link and more. Started the fading funtion from scatch it is differnt form my other alot more compadible know all you do is put in the colors as a array then the text and it spits out the hex code for you. Added more Color setting re did the way i apply colors to each form totaly new program once again all my own code. Totaly 100% mine all pure VB Only one api call wicth is compadible with all systems. I have Frame less forms witch are compadible with all platforms to hope you enjoy and please vote for me. You also must have richtx32.ocs on your comp mostly all people do if not you can download it here http://www.leotown.com/fader/richtx32.ocx For other code simulare to mine but not mine check out Chris O'Hara's code at http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=28687&lngWId=1 And Chris O'Hara Sorry if you thought i stool your code i did not.

2002C #15245
ColorPicker that resembles Adobe Style ColorPicker ( with New ColorChangeEvent)Update 24-Feb-02

ColorPicker that Resembles Adobe PhotoShop ColorPicker. Replace Windows Old Color Dialog with this new Standard ColorPicker (ColorBox) in your application With More Controll over the ColorPicker. This was firstly written as reusable form, but here I'm presenting it as an Active-X Control so that any one can use it easily. Algorithms are fast and was written from scratch. I have tried as much as possible to make this Controll Bug free. Any suggestions, comments expecially Votes will appreciated. With New ColorChange Event which returns selected color Dynamically. small (Bug..? )Fixed.

2002C #15501
Newbie VB Reference

NEWBIE MUST HAVE VB REFERENCE: I spent about a week compiling various commands and functions before I began my first project, not ALL the code is mine, but ALOT of it is. I have previous experience coding in some less popular languages, so I knew what I was looking for ;-) I personally created the three custom controls FontCombo, ColorCombo and LabeledText and some of the following are must haves: Directory Commands File Commands How to use Font and File Dialogs How to use and manipulate List How to Parse by delimiter And there is just a lot of things here, that you will either learn here, or you will HAVE TO learn somewhere else because you will need this stuff. PLEASE VOTE FOR ME!!!

2002C #12820
Dynamic Multidimensional Arrays

This is a fully commented simple example of a two-dimensional array with rows and columns just like a spreadsheet in a program like MS Excel.

Languages
Top Categories
Global Discovery