Results for "Volume: 4_2005-2006"
a great game to play in school with your mates. Features four player gaming and 9 different levels to compete on.
Hi All .. This is a module that is read and write registery .. Im sure you have one better than mine .. But If you use Windows XP , You can not Delete a Registery Key that's Include SubKeys .. For Eample You Can not Say : Call RegDeleteKey(HKEY_LOCAL_MACHINE,"MyKey1\MyKey2\MyKey3") It Will Make Nothing .. So You Will Have To Delete ("MyKey3") First then ("MyKey2") .etc .. But In This Module You Will Be Able To Delete a Key and all It's SubKeys In Window XP .. This Module Incude Other Functions Yo Will need With Registery .. Please Comment and Vote For Me :Q)
Like many people, I've played around with the web browser control and vb. One of things that has always ticked me off is the fact that you can try to cancel popups by using cancel=true in the newwindow2 event. But many times you get a small window showing some kind of script error. I've even tried using ppdisp=webbrowser2.object where webbrowser2.visible=false. No matter what I try I still get the window with a Internet Explorer Script Error. I started to look at the webbrowser.silent property but every time I set it to true it doesn't work. Finally, I know why. You see every time a webbrowser control is run, it automatically sets webbrowser.silent=false. Setting it to true during development doesn't work. What you need to do is run a seperate control. I used a timer control in the form load event, to set the .silent property to true. I then set the timer.enabled=false. The silent property is now set and you won't have to worry about script messages again. So far every web site with popups has been blocked and no script errors. In the source example I also included a way to control popups using the ctrl key.
VERY SIMPLE cut and paste funtion for the Keypress event of a combobox. Just paste this code into a module or form and call the function from the KeyPress event. KeyAscii = AutoComplete(cboCombobox, KeyAscii,Optional UpperCase)
Tray icon can select & configure screensaver, run with double-click or temporarily enable/disable the saver with a single click. This version has a list of all the screensavers in the system & windows directory WITH THE PROPER NAMES as listed on the display settings panel. (thanks to 'Ark' for pointing me in the right direction here.) Also options for setting timeout, password protection and launching configuration dialog (if there is one--might just start SS if there isn't...) Also avoided the problem with last version that made it appear you could run the SS when none was available. Several new options and icons (CoolMenu system) VB5 users will need a function to replace Replace$(). Old version is still available for those who want the tiny & simple app (http://www.Planet-Source-Code.com/vb/default.asp?lngCId=43788&lngWId=1)
This program search empty folder from any specified folder or drive.User can remove selected folder and all folder from result.If user want to store a history for management then they can do it from this software i provide copyclip facility
Demonstrates how to add bitmaps to menus using VB 5 or 6
Here is an easy way to bypass the simple and normal progress bar in vb any controll in vb can be a progress bar itself see the code its very easy this is for beginners as well as for some advanced users can be a nice simple example, i place an option controll you can place whatever you like as well ( label, button, shape, line, textbox, etc ) Thx enjoy :)
Planet source code cd visual basic jumbo 2002 Suppport this beautifull site by purchasing the full cd of visual basic 2002 jumbo this cd contain many great usefull source codes as well as many tutorials with graphics, for me i try this cd and purchase it beleive me its very beautifull work by lan ippolito Website: http://www.exhedra.com/Exhedra/ProductCatalog/Download/PSCCD_2002VB.aspx
Mailster 1.0.2 is a pop3/smtp server. This is a new release...You can allow incoming relay now, and work on R-Admin support is well underway. Uses Winsock and Sysinfo control
Purpose: Allows customization of the icons displayed in the VB Project Explorer window. Icons can be customized on a global level (eg all form icons) or on an individual per-component level. I personally use it for visually separating collection classes, interfaces and normal classes. It allows 32-bit colour icons to be used, as opposed to VB's standard 16-colour ones.
auto refreshes after a certant amount of time set by the user.
This code show you how to do a GDI programming to create a desktop game. The game provides a solution to create on-fly transparent effect pattern. User will be able to drag and drop pattern to complete puzzle. Puzzle can be created from any picture image. You can save and load your game too.
This class provides a logging object that you can create and destroy as you like, the properties it has are: CurrentProcedure LogFile LogLevel MaxFileIterations MaxFileSize The methods are: BeginLogging StopLogging IUPrint If you create a global clsLogger object, in each procedure you can pass .CurrentProcedure the name of the procedure as a string. Anytime you want to log some data, use the IUPrint method to write out to the file. The logfile is kept open for the duration of your application to save time, the WriteFile API is used for this purpose also. The IUPrint method takes the LogLevel of the message, the message itself and a parameter array of other data you'd like to write to the file. The levels work like this: clslogger.LogLevel is set at 3, an IUPrint is processed passing a level of 5, IUPrint will not write it out to the file clslogger.LogLevel is set at 3, an IUPrint is processed passing a level of 2, IUPrint will write it out to the file. This way, you can up or down the level of logging to conserve log file size. LogFile is the name of the file to be logged to. It will have a .Log extension, unless you make use of the File Iteration feature. File Iteration allows you to save to files until they reach a certain size(MaxFileSize), it will then change the extension to 002, 003 etc., until MaxFileIterations is met, then it will revert back to 001 again. LogFile is the name of the initial logfile, without an extension.
I can't believe how much trouble I went to, to show you how to rotate objects (like a space-ship) around the Z-Axis. This should be a great learning project for people wanting to create their own vector-graphics games... like Asteroids.
"Weather" is an application which will query a weather server and display a 5 day forecast for the entered area. Cheap and cheerful!! :-) Jim - www.jimbooth.co.uk
IP to Serial port Pass-Through Server Update 22-MAR-2005 This project takes TCP and UDP messages from other applications and routes them to the proper serial port to control serial devices (ex. Telephone systems, IP Routers console port etc.) or other device on a PC COM Port from a remote site. Communication can be one way (App --> COM Port) via UDP packets, or Communication can be two way (App COM Port) via a TCP connection. App can support up to four connections to four serial ports. App also starts in the SysTray so it's out of the way and a double click brings it onto the desk top. App has a monitor feature, look at the packets in Raw Text, Verbose Text and HEX values. TCP connections release the serial port when there is no connection In UDP mode, serial port is always active. Application has been tested on Win2000 Pro and XP Pro. Serial applications tested have been … Connection to Comdial Telephone Systems (DXP, DPX Plus, FXS, FXT, FXII) using the programming software (VMMI). Unix box via a Procomm Plus Telnet connection with terminal negotiate off. Kenwood TS870 Amateur Radio serial control Netopia 5000 router console port using Procomm Plus as above. Comments welcome
This code will simulate an Ant Colony. This is a bit of fun and not something to be taken seriously. There are no comments and may be scruffy in places. Perhaps someone out there would like to make a screen saver of it.
Plays Mp3's, cda, and wav, and more if needed, just a simple player, nothing special. Custom Highlight in playlist, nice progress bar, drag and snap, and more. Can't remove from playlist yet, and there are a few bugs, i am working on them. I will update with better options and more functions. Note: Some of the Code is not mine, i apoligize, i forgot the authors names
Syntax Highlighter with linenumbers. Also has the ability to load syntax and colors at runtime, which makes it great for multi-language code books. ## EDIT ## I managed to get the tabs to work nicely using Paul Caton's Keyboard Hook (http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=42918&lngWId=1) For the next version I am looking to have Undo/Redo capabilities.