Results for "Volume: 5_2007-2008"
create an url from a file path for example input: "E:/my photo.jpg" output: "file:///E:/my%20photo.jpg"
This is a program which helps the beginner a lot. Easy coding and commented every line. If it helps anybody please comment
Dos Basic like POKE and PEEK functions for VB6
I made this to hide programs/windows that were currently open when my parents walked in. It has memory so you just press F6 to hide everything you have selected. Very useful for quickly hiding things. There will be a new version comming out soon, with the following features: Hides a hWnd from Control Alt Delete when you choose to hide the window, cleaer code and new functions.
This application will make your mouse wrap around the screen. For example: move the mouse to the far right of the screen and the mouse will apear on the left side
This Is A Cool Msn Bot! It Is Fully Functional Without Any Bugs. Tells You Your Nickname, User Info, Status Changer, And Is Easy To Understand The Coding. Please Enjoy This Code And Use Freely For Your Own Applications!! PLEASE VOTE FOR MY WORK! **UPDATE** An Update Is Now Released! It Is Called " Msn Toolbox ". It Is A Little More Advanced Than This, Though It Has HEAPS AND HEAPS Of Features. I Recommend Downloading This Before You Download Msn Toolbox. Thanking You, Jamie C.
This is just experimental code. The database not included because is very large (8Mb), but can you create one for this aplication (table name=T, fields name see in code...)... This phone book is like a cmd.exe app., example you search a phone number: find *michael*-*street8* Enjoy. Sory for my english....................
Using webdings, you can created a VERY rudamentary spinning globe. Please do not vote.
This small pice of code will allow you to compile a text file to a .RES resource file that can then be included in to Visual Basic. At the moment the compiler only compile custom resource types. Note that this compiles the files without the RC compiler. also at the moment the source code will only compile one file to a resource file. if someone can help with that problum that will be helpfull. Well I hope someone finds some us for the code.
Demonstrates how to search/ find data item in ListView Control (ADO). Facilities: 1. Search by index 2. Search by others criteria 3. Sort data in the listview control by HeadColumn 4. Automatic resize control
With this project you can delete items from you registry that show up in the Recent Files list of Visual Basic. Please note that, running the program from the VB IDE will NOT delete items permanently from the list. The reason for this is: When VB is closed it "re-saves" the recent list. So you must compile the project to EXE form, close VB and run the EXE to make it work. UPDATE - Now displays project that no longer exist in red. Other examples in this project include: *Resizing Columns in a List View *Sorting Columns in a List View You can also find a Microsoft reference for the object used in this code sample at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/wsmthregread.asp (Look for RegWrite, RegRead and RegDelete) Thanks for taking the time to look at my example and I hope you find it useful for something :) Christopher.
CodeScanMax(Update 6 Nov) by Robert Rayment. (Work around for forms with no code, addess some differences between Win98 & WinXP RichTB versions when setting Fonts & Coloring) .... This program is intended to give info on declarations and procedures used in a project. Also to display some items within procedures and a variety of unused items. To be most useful the exe can be placed on the Office toolbar or the Taskbar. It can then analyse the current project provided it is saved to disk. It is non-intrusive A second use is to copy/paste code from any other project while in the IDE. Please read limitations in the help file. I've deliberately left some unused junk in the program so you can see how it works straightaway. It's 'horses for courses' CodeScan suits me but try these others if you haven't already, they may be closer to what you want -- Code Fixer v2.2.9 Roger Gilchrist(Ulli) CodeId=53297 -- Deeplook v4.7 Dean Camera CodeId=54836 -- Code Statistics/.. v4.3 E O'Sullivan CodeID=39149 or later versions.-- Fast RTB Coloring Will Barden CodeId=39824.-- Back highlighting buggy CodeId=43509 (Tested on Win98 & WinXP, Zip 57KB).
Shows the KeyAscii and KeyCode as you type, very simple.
This program makes cool circle designs you can print. Could be used to teach random numbers, circles, colors, and circles to beginners.
This Great Program will make your screen melt, check, blow away, fade, colour change, or whatever you want it to! Great Program! Please Vote For My Work!
A remake of Panel de Pon/Tetris Attack/Pokemon Puzzle. Now with online play, chains now register correctly, and basic/pathetic AI. But you can turn the AI's speed to compensate for it's current lack of ability. Fixed garbage block behaviour, added the 3D/Cylinder mode from the N64/Cube versions
A binary clock! on your desktop! remembers where you put it and stays on top! best of all, it's different!!!
This one is mostly for Controls Engineers. Emerson Control Techniques manufactures Servo drives that communicate via the ModBus Protocol. This was and old GWBasic version of the protocol that I think I got from Taylor Software 10 years ago. I have adapted it for VB 6.0 (Win XP is my OS) using flexgrid to display the register contents. I also set this demo up to poll the physical I/O and velocity of an Emerson EN-208 Base drive. It can be adapted to communicate with any serial device that uses the ModBus Protocol.
Files needed to distribute along: CMDLG32.OCX MSCOMCTL.OCX - 1MB (VB 6 SP3) or COMCTL32.OCX - 596KB (VB 5 SP3) MSWORD.OLB Client-server app to keep track of inventory. Main functionalities include accounts payable, accounts receivable, human resource, user management and reporting. User management includes access control to the main functionalities. Main page even include a ticker system allowing messages to be conveyed to the users systematically. Simple reports are mostly available only on-screen (non crystal report). Please vote for me or at least provide your feedback as I need to know what areas require improvement or change. I also need to know how well am I doing in order to decide upon to further develop the key areas. In the future, will try to use object-oriented programming style because it is a good way of programming. Will be standardising the way of reporting as well. Haven't tested in a real multi client environment. If anyone of you have tested it, please let me know if there are any issues of concurrency and stuff like that. Any other suggestions? Please leave your comment here! Thanks!
KEdit is an example texteditor I made to learn how to make windowsprogram without using any VBforms or controls, all is made with pure API like the style a C or C++ programmer would have done it. With messageloop and wndproc to handle messages. This application is quite useless but learning how to do it was really fun :-)