Results for "Volume: 5_2007-2008"
Orion Belt is an application that comments your Visual Basic projects. It has many features to make your works easier and your project nicer. With comments, people who see the code for the first time will have no hard time reading through your project. Commenting is one of the most essential parts in structure (Non-Spaghetti) programming, and it's extremely necessary for big projects. But why waste your valuable time thinking, designing and commenting your code? Try ORION BELT! Orion Belt comments your every VB projects, forms, modules, to the procedures! It automatically fills in some useful information as comments to make your project easier-to-understand. ***HEAVILY & NICELY COMMENTED*** P.S.: The screen shot contains the picture of Orion Belt 1.0, which is slightly different from this version (1.2). Download and try it yourself and if you found it useful please do not forget to VOTE!!! [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[VERSION 1.3 SUBMITTED: ALL KNOWN BUGS FROM THIS VERSION ELIMINATED!!! http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=39451&lngWId=1]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
Hello I Make This Msn Nick machine in 5 Month Please Do not Use Code in your code please please if you like my code please vote me please please for this msn nick machine i work very hard It have 12 item to do with msn nick name please vote me if any question please mail me
This is a collection of 18 Visual Basic programs which covers all VB default controls. They are arranged in systematic way so that beginners can learn and develop the logical mindframe. It covers all simple programs from Basic Hello World to Advance Picture Browser/File Manager.
Supports 14 Different Modes!! All with the extended ability to ban or allow a certain set of characters! Control number of Decimal Places for Decimal values. Allow|DisAllow Negative values. Control Character Case and more! All in one little module :) Please Take time to Vote and Comment. Enjoy ;)
2 Simple Progress Bar
Next Generation Keyboard Catch 2004 will trap almost every key on the keyboard and put it into a label. The program is removed from memory and is not on the process's list and is also not on the Ctrl, Alt, Del list. Take a look at the screen shot! The keylogger can catch anything pressed on the keyboard no madder where it is. If you set the form's visible property to false, you can type stuff in other applications and it will appear on the keylogger! Typing passwords in a program? The keyloggers got it!
DevCon is a muli-download, muli-upload FTP application with progressbar, local and remote renaming of files and folders, progress bar, profile saving, binary/acii conversions, logging, and more. Well worth a look. Please vote. Used YZYFTP code base and added alot. Plus translated most of the code into english. Revamped the GUI.
This is merely an attempt to create a more advanced version of the game Drugwars that many of you are familiar with. Through a nice GUI, a more intelligent code and random events that makes the game much more fun to play. As well as interrest rates that goes up and down, prices that floats and much more. Please note that this is a work in progress, so it's merely just the start of the game. Still quite alot of work to do on it.
Error overflow corrected. Graphical display for a network bandwidth monitor Update to code found on PSC… Class modules belong to Shane Croft http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=32253&lngWId=1 I added the GUI.
Well, here you are - my own little Lyrics Management program. Free for you to learn from. The only reason I post it here, is so that others can learn from it, how to use div. advanced tecniques in order to create a dynamic GUI and more. Concisting of a online search engine as well as some other nice functions in order to have a nice Lyrics Management program.
This is a complete System Analysis Documentation of "Character & Signature Recognition System"... Guys studing in Computer Science, would surely know, how important is the Project Documentation... All those who have made softwares, but are often feared of documentation, can use this as a standard and easy format of Project Documentation. This may not be the right place for my submission, but I think this is gonna be of great help to many users over here... so if you feel its a garbage, then plz. dont comment, as it may be of some use to others... Thanx... Vikrant Thakker
Cant remember the important things in your busy schedule? Then have this code (Using MS Access Database). This code reminds you on the date and time set by you by a popup window which will be on top of all running applications. Prpoerly commented. You can reschedule the reminders. Can mark them as pending a or done. At start up checks all the reminders which are not shown previously bcoz this application was not running at that time.when you close it (by X) then it will be in the system tray.Dont forget to vote for me.
This code shows you how to save a couple of setting to a text file and open them using a FileSystemObject and a TextStream. For an example of how to combine this with a program, download my BartNet Editor (found on this site).
Using the rmcontrol ocx, it displays full screen a sun and planets revolving around it. The bmps were cut from pictures at the Public Domain site, NSSDC Photo Gallery who asks that the are recognized as the source of any use of their pictures. The water planet and water planet with green came from the planet-source-code.com (A 3d spinning world with text) by Dustin Davis whose original source code is the foundation of this sample). Any of the planets bmps not already mentioned came from Yohkoh Public Outreach Project, another public domain site). The solid color bmps were created with my handy/dandy MS. Paint Program. The truth be known, as an artist, I would starve. The reason that I used so many timers to change the background is that each "star" is a bmp and any changes to more than 4 "stars" at a time causes degradation in the motion of the planets. If anyone could tell me how to paste a starfield into the backgroound instead of having to code each star, I would certainly appreciate it.
**** NEW VERSION WITHOUT TIMER BUG **** I made this code to auto-center all controls on a form. This code is used to make an application to fit on any screen resolutions. Basicly, when we resize a form, all the controls won't move and will stay on the upper left corner of the form. With my code, when you resize the form, all the controls will be centered on the form. The code use a dynamic structure to save all objects positions. You can save positions of the controls on each form you want. I have a version for MS Access. If you want it, just send me a mail. :)
This is a Report program desiged for an export corporation. It Uses ADO. You can add, edit, sort, search and print(with printpreview). Additionly you can set autobackup for defined times and can add logon feature, systemtray icon and more...
It gets the Window Text,ClassName,HWND for any window,the mouse pointer points.
Description: This program is a pattern recognizer that has the capability to “Learn” optical characters. It was made in Visual Basic 6 and is based on array based 2 Dimensional pattern matching algorithms. This program can be run directly by running the “textrecognition.scr” file. Working: The working of this program is based on an input in a paint area which is converted into a 100 element 10X10 matrix. This array is compared using brute force with a database of “learnt” characters. The character with the highest match matching attributes is displayed in the screen. In the case of a new element being inputted, the program generalizes to the pattern in its database that matches the input the most. In this case, the program can be “taught” the correct character by pressing the “Learn” button. The learnt characters area automatically saved to disk. References: Congratulations to [email protected] who is the actual coder of this program.
Using the TabStrip supplied by Microsoft, I soon realised I wasn't getting much value for the 1-Mb overhead needed by the common controls ActiveX. I also wanted the look and feel you see here, which I couldn't find elsewhere. I looked at other replacements for TabStrip, but they used quite a lot of resources (images, text boxes, etc) which all put a drain on Windows. This control just uses a totally empty control and draws on it. It's as simple as I could make it. I also added a PropertyPage - I've not used them before but it was surprisingly straightforward. Very useful for administering the various tabs and their captions. I didn't set out to create an all-singing all-dancing tabs control. This is a simple control which displays tabs in a particular way, and is flexible enough for many purposes. If you want more, extend it yourself! Enjoy!
* Fixed Int/Long problems This application allows you to resize another application's components. Using the API it sets the border of a control so it can be dragged with the mouse. allowing you to change the layout of any application you like!