Advertisement

Results for "Volume: 3_2004-2005"

3_2004-2005 #132090
Decompile vb exe!

This program can decompile almost any exe made on Visual Basic Version 6.0 and find all forms inside. Then it tells you the names and captions of the forms.

3_2004-2005 #132091
Convert Color

Convert color codes RGB to VB RGB to HTML VB to RGB VB to HTML HTML to RGB HTML to VB

3_2004-2005 #132088
ctLabel. Give users control

This control allows your users to change the label captions of your fields at run time. I think this is a unique aproach and concept to customized legends. A lot of my customers sometimes don't agree with the captions I use on certain forms (nitty gritty:) so I sat down one afternoon and cooked this activex. Is not very commented but the code is very simple and easy to follow. This is a quicky control, and if you like it then I will try and improve it. This is the very first time I upload a code to planet source and any comments will be highly appreciated and motivate me for more uploads. Thanks !!

3_2004-2005 #132089
Image2Text

Use _ANY_ (fixed width) font to create ASCII art. The code will scan the font and your picture to create the optimal ASCII image. The screenshot shows it all. The code is commented, but here is some explanation. You choose a picture and a font (Courier / Terminal / Lucida Console) and a font size. The code will create an array for all 255 grey values that maps to a character in your font. This is done by printing each character and 'scanning' it with GetPixel. After this the picture is scanned and the ASCII art - string is created. The code is fast and can be used on larger pictures, even without compiling. Leave a vote, (or better: a comment) if you like it. (updated 2/19/2003)

3_2004-2005 #132094
FileSplitter

Resize and Remix Your Files with any Thing Can be done one files

3_2004-2005 #132095
Trojan Scanner v.1.0

One very good Trojan Scanner

3_2004-2005 #132096
I.P. Site 2

Create your own website using your ip. Host text/HTML, Preview HTML, Blocked ip's/aim screenames, Visitor log and the amount of times they've visited, Randomized list, Create unlimited amount of variables, Host your own AIM profile, automatically update your AIM profile when your ip changes, Help file, and The option to broadcast/not broadcast your pages. All the options automatically saves when you exit.

3_2004-2005 #132097
plot 3d points on a 2d plane

Want to plot 3d points on the screen? this code will enable you to do this! I did not write the original code that calculates the x,y co'ord from x,y,z co'ordinates, but I compiled it into an easy to use (cut 'n paste) form and added a few examples of what you can do. lines wouldn't be a problem either, just write a wrapper function to do the job! Please vote! (I didn't do the trig, but hey, it's just math ;-) and I did the rest!)

3_2004-2005 #132098
A collision avoidance system for games using DotProduct.

Demonstrates how to code an intelligent early warning collision detection system for a simple game of Asteroids. Uses matrix multiplication, vector maths and clearly demonstrates an excellent use for the DotProduct between two vectors. I placed this in the games section, because this is the start of a game, however I wanted to show you my debugging code before I pull it all out, as this debugging code very clearly demonstrates how to use the DotProduct between vectors. Making a good game is sometimes about Maths!

3_2004-2005 #132099
Decompiler Version 1.5

Updated! Now you can view other information about a Visual Basic exe, like Version, Description, Copyright and much more. Also, most bugs fixed. (Note - even though this doesn't actually decompile any code, if may in the future versions).

3_2004-2005 #132292
Sync Folders from Server

This will copy folders from one location to another continuously checking if there are new folders created on the server and checking the last date accessed for the server location to copy to the local computer or other location. This is setup for no user input and will run until it is killed by the Task Manager.

3_2004-2005 #132293
screen saver mega tutorial

This is a screen saver tutorial. I just explained a detail note on how to make screen saver using visual basic. You can make a real life nice screen saver application using visual basic. Just explained you everything. And also how to make flash work for you for your screen saver in VB. There are two examples with source code too. Please don't forget to vote for me or comment.

3_2004-2005 #132296
Lines Manipulations (No Api or ActiveX)

With this you can Read Lines (from a textbox and a string), Set Line Number, Get Line Number, Columns, etc. from a TextBox. This is very usefull, seems n00b but it isn't. Please Vote!!

3_2004-2005 #132297
Access Database Look Up Login Screen

Login screen that looks into an Access Database which stores the user names and passwords and verifies them and acts as a normal login screen!!! Made in VB6 Please Vote!!

3_2004-2005 #132298
Create your own scripting language -----example-----

This is an example program using commands from my articles. Check it out!

3_2004-2005 #132299
BROWSER LOADED WITH FEATURES

Not just any old web browser. I have yet to find a web browser on here that I would consider using above Internet Explorer. I believe that I have created one. This is my first submission to planet source code, simply because I see alot of garbage on here and I did not want to pollute this site with anything less than decent code. My browser supports favorites connecting to an access database. There are 4 options for your homepage, last saved page, current page, type in an URL, or a feature that I added to choose a random page from your list of favorites. Each user will login and have their on favorites saved for them along with their settings. My browser also supports history, blocking pop-ups, plus other features. I also demonstrate form manipulation and error handling. Please vote and leave me some feedback, this is my first submission and will submit more if everyone likes this. You will need msflxgrd.ocx, but I believe that is a standard issue to all versions of VB. I included it in the zip, but I think planet source code will delete it. My name is Ken so I titled the browser appropriately as KenScape Navigator.

3_2004-2005 #132300
_A Supreme Window API Tutorial Part 2 ****

This continued version deals with the problem of "multiple textboxes (and other controls) on one window!" Yes, it can be troubling to try to retrieve info from one textbox and get data from another. Fear not, I know how to fix it. If you read my first tutorial, then you know about the FindWindowEx api, and how I claimed that "no one used the second hwnd parameter." Well, that parameter is actually how you access multiple controls on a window (I wasn't informed about it before, but I started c++ and now API is the only way to do things, so I am much more comfortable!). Check it out! KEYWORDS: FindWindow FindWindowEX findwindow findwindowex FINDWINDOW FINDWINDOWEX Multiple multiple Controls controls API api Api Continued continued Many MANY WINDOW window SendMessage SENDMESSAGE WM_GETTEXT Jaime Muscatelli

3_2004-2005 #132301
Auto Surfer (Internet) Auto Surf in a Explorer Window Without Interruption

No Need to Surf Internet From a List of Urls This will help you here. You Can Set List and Get A Window For Autosurfing. it will automatic autosurf in that window .Adjust to Save Offline Web Pages and then No Need to view or do anything just surf yourside and it will surf itself. Ver Cool By Ajay Kumar Sudhera

3_2004-2005 #132851
Solar System Simulator

This program simulates a solar sytem pretty accuratly. You can create your own solar system, choose the number of planets, star color and size, then you can choose the individuual planet properties. Also you can view your statistics to see how your solar system is rated. Finnally you can save and open solar systems.

3_2004-2005 #132852
A real dos exe decompiler

While trying to decompile a vb exe, I made a program that decompiles dos exes and changes them back into asm. It can understand commands like, pop, push, mov, jmp, sub, add, inc, cmp, dec, and whole bunch more. It can also tell if you are decompiling a windows exe or a dos exe. This program also comes with file telling you how to make a dos program using asm in debug. Of course, it doesn't decompile absolutly every command, this is only a start for decompiling code.

Languages
Top Categories
Global Discovery