Results for "Volume: Java_Volume1"
This is a level access program with login and administrator rights, You can use with your program. I got some of this code from this web site. Please vote.
Cool GUI and Loads of Animation. This program has two games, each game stored in a file. To play the game just open the file. I've put a lot of animation here, so i hope you like it. ;)
9/3 Updates Set Version 1.02- Removed MediaPlayer MP3 Player (was slowing it dwn and plain f-ing everything) Plays with external player on DblClick FIXED and Tested on windows 98se FIXED Download Resume File. FIXED Upload Resume Files. FIXED Speed settings (really did this time) The problem was i forgot 33.6 before.. oops NEW Options One Upload Slot Per User+ Share Downloaded Files+ Confirm on exit+ Upload Speed limiting +
A small utility to compile a list of visual basic project with a specific output path
Creates a Server which, when run, allows a user to upload any kind of files to the computer running the server with abilities to also execute the uploaded file. There is also a basic Edit Server package included where you are able to define msgbox error when run and also Email notification when Server is online. There's also a Remove tool.The server compressed occupies 17 kb and it does not use mswinsck.ocx, the winsock API ' s utilizes
Gradient label! And no, it's not the label's background that has the gradient: it's the text. This is just a control I spend some time with, I wanted a label that doesn't blink and which I could use for big headers. It can do word wrap, autosizing, gradient horizontally and vertically and it has Change and Resize events. The code is commented! Made with VB5CCE and the example program with VB6. Remove the Split function before compiling with VB6! Hope you like it.
I thought this code might help those struggling to make a percent bar. This code transforms a normal picturebox into a Percent Bar (progress bar with % in the middle). Choose from 2 different borders.
I always looking for a barcode generator but I didn't find any. So, I decided to make a barcode generator myself instead. I would like to credit someone from PSC but I can't remember his name. This code can generate barcode 39 (3 of 9) and you have 3 options: 1. Copy to clipboard and paste in to come graphic application. 2. Save the barcode as an image file and print when you need it. 3. Print the generated barcode immediately. Comments are welcomed. Please Vote for my work.
IT IS USEFUL FOR SMALL COMPANY, & ALSO CALCULATE THE EMI, PF..
First of all this code is very simple, just ideal for beginer users, but anyone can use it. This code is used for undo and redo functions for a simple TextBox or RichTextBox
By request here is an example on how to use the BruteForce Class. This Program will do a plain text crack against the text specified. This code is currently fastest bruteforce code on PSC at over 20,000 combinations per second running on a Celeron 900. Please remember to Vote and Comment
Stamp3 is a full featured Video Player. It supports the major video formats including .AVI .MPG .ASF and .WMV. Uses DirectShow to render video. If you want to make .skin files, compiler the skincompiler and copy its .exe into one of the premade skin templatedirectory ("\Fjomp\" and "\Default Skin\"). Run the .exe to make a .skin file, copy that to the "Skins" directory. Code is not commented.
This is a code of multiple exercises. There are addition, subtraction, multiplication and division exercise in 1 zip. The code uses Randomize to generate random numbers and use the generated numbers to make questions. This code can also check your answer see whether it is correct or not. Please vote for my work.
I figured this would be a great example for someone wanting to create a control array on the fly. I envision this to be used possibly for displaying fields in a database or something.
Update 11-24-03 This does everything the standard msgbox does plus more and it is all in one file. It uses all the standard parameters for selecting the buttons, icons and sounds; which means it is a direct replacement for the standard msgbox. It automatically adjusts its size based on the amount of text to display (in the caption or the body of the message). What makes it different are the following: 1. Display it centered or at the current mouse position. 2. Display it with no buttons and close it through code only. 3. Display it so that it automatically closes after a specified number of seconds. 4. Display it as a modal or non-modal form. 5. Display 5 additional system icons. 6. Uses a more modern look, rounded corners and a yellow background to make it easer to read. 7. The special Help button is treated as any other button, returning a value when pressed. 8. The Ok button is not shown by default. You need to add the vbOkButton parameter to make it show. 9. NEW: Added an Inputbox function (frmMsgBox.sInputBox) with the same look and feel as the msgbox.
Update to previous submition fixes some freezing problems and a more easier to use format also added system tray icon ability with amazing stability using windows hooks, this update is due to feedback from previous submission, so thanks for your input. 'Next' update will use strickly API calls for netstat :)
Its a little better than the last one, it can only read bog standard tags from the 'exif' standard plus a few more, it has other subs/function which you might find usefull. Plus a few pictures
Use KeyDown function to move an object. This code shows how to move an object in the form. I use a cartoon samurai as an object. Beginners in programming games may want to learn this. The graphic comes from www.vbgames.co.uk. Comments are welcomed. Please vote.
The use of Templates can dramatically reduce development time and time spent debugging. The repeated use of the same code means that over time, that code gets tested in many environments, and gets further refinement to produce robust code and bug free applications. This submission contains two small simple "Templates" that you are free to use. Using "ModCmnDlg.bas" means that you do not have to use MS Common Dialog Control (comdlg32.ocx) for the simple task of opening and saving files. Using "ModMRU.bas" enables the easy addition of recently used files to menus in a form. This can make your application easier for the user to use and gives a more professional feel to the application To those coders that have requested my Templates in the past - I am in the process of moving over to .NET and will release the more advanced ones over time, stay tuned !
Tired of typing? How about VB completing your function names and variables just like when you declare a variable? Now that would save a lot of time!!! This article shows how to use the build-in VB word prediction-completion tool anywhere in your code. (not just after the keyword As)