Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #158919
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)

4_2005-2006 #166655
FileSplitter

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

4_2005-2006 #166674
Trojan Scanner v.1.0

One very good Trojan Scanner

4_2005-2006 #165626
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.

4_2005-2006 #167083
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!)

4_2005-2006 #164910
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!

4_2005-2006 #163952
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).

4_2005-2006 #166746
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.

4_2005-2006 #163795
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.

4_2005-2006 #166684
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!!

4_2005-2006 #165880
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!!

4_2005-2006 #163365
Create your own scripting language -----example-----

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

4_2005-2006 #166057
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.

4_2005-2006 #162580
_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

4_2005-2006 #163707
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.

4_2005-2006 #163953
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.

4_2005-2006 #162782
Winsock multi-user Tutorial (Single Socket)

Shows how to use Winsock properly using just the one socket to create a mult-user chat. Decided to create after a friend couldnt find a working example anywhere.

4_2005-2006 #160589
Yahtzee XP

Yahtzee XP - Fully Featured Game. Features include: Save Game, Load Game, Multi-player, Click-2-Pick Score Box, TruVoice DirectSS Game Play Narrator, Multi-Colored 3D Dice, complete Help File(Help File Project included), and more. Application uses Learnout & Haupsies TruVoice Speech Synthesization, due to other functionality this application is only compatible on Windows NT 5(Win2k) and Windows NT 5.1(XP). Project was requested by a user of an old version of a 1996 Yahtzee game who wanted to improve an allready addicting game. All graphical resources were not included due to their collective size, however, they are available on request(Photoshop Files, 3DSM 5.1 Dice Model, Bitmaps). Thank you, Alex Smoljanovic - Salex Software (C) 2003

4_2005-2006 #163429
Treeview Manipulation -Another Updated - Complete Inventory Program

Well guys, due to several requests for an update on this project, I decided to create a complete inventory application where most transactions involved the manipulation of the treeview control. This update contains several more features, besides the one featured in my first release. This update features revised tree search, node expansion, adding, editing and deleting nodes, cutting, copying and pasting a node and all its children, and set and reset node colors. Creation of pure vb splitter just like windows explorer splitter is also featured here as well as adding bitmaps to menu items. Saving an ado recordset to excel form is another added feature as well as compacting and repairing a MS database. The zipped file was already updated to include the missing splash screen. Also, don't forget to make a reference to the ms excel library so you can make use of the SaveAs Excel function. Please give feedbacks on what you think of this project, and do'nt forget to vote...

4_2005-2006 #158726
VB EXE Compression utility front-end

This VB Add-In is a GUI for the wonderful UPX compression utility (The Ultimate Packer for eXecutables, written by Markus Oberhumer & Laszlo Molnar at upx.sourceforge.net). It allows you to compile and compress your project with a single click of button on the VB 6.0 toolbar. Compression allows you to add some protection to your project + faster loading times on the network and etc.

Languages
Top Categories
Global Discovery