Results for "Volume: 2002C"
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:)
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 ;-)
STATES - VALUES
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.
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!!!!
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.
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.
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?
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!
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
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.
What this program does is fake a computer user out into thinking that errors are on their machine. It alse comes with fake freezing.
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.
The purpose of this article is explain how to send informations to a web page with an HTML-Form and Inet control. Really easy.
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 ;)
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.
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.
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.
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!!!
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.