Results for "Author: sparq"
A retro game for anyone who ever used QBasic :) the old Nibbles game is back again. Included is all the code, images, and the EXE. Sound is on its way. ****-=[ PLEASE VOTE ]=-****
If you've downloaded previous versions, you'll know the genral basis here. This program will allow you to Manage your contacts' Address, Phone Number(s), Email Address, URL, Brithday (Now with 2-Week-Prior Reminder). Automatically Dial Numbers, visit URL, or Write an Email with the click of a button
Wow - Im averaging a New version every 1.4 days. Well This version has 2 main features added. 1. Record printing is now possible 2. You can export your ENTIRE Phonebook to a fully functioning HTML Web-Phonebook (ONE CLICK TO EXPORT AND VIEW!!!)
Keep track of your contacts! Dial their phone number(s)! Write them an E-Mail or visit their website with the click of a button. Please vote!
Sparq's Phonebook 2.0 - To Do list Added! Manage your contact's Address, Phone Number(s), URL, E-Mail address, Birthday AND MUCH MORE
Take a blank form with 3 Labels, add some VB code and it turns out to be a method of making your own Custom Calendar Control or Application!! (EXE INCLUDED) *Please Vote*
Networked drives. They're an administrative nightmare. In fact, the average user changes his networked drive letters more often than his underwear. But you can solve this problem of binding an application to a particular drive by using a Universal Naming Convention (UNC) path. This still references a network area, but doesn’t tie it to any one drive letter. And you can retrieve and check the UNC of a particular path in code using this neat little function. To use it, simply call GetUNCPath, passing it your drive letter along with a pre-declared empty string. If a problem occurs, the relevant number is passed back with the function. These can be matched with the possible return code constants. However if everything goes swimmingly, the function returns a zero (a constant value of NO_ERROR) and places the UNC path into the ByRef-passed variable. This code works by making a call to the WNetGetConnection function in MPR.DLL. It's essentially a neat wrapper for a regular API call.
Access all different aspects of your control panel (Add/Remove Programs, Mouse Control, etc..).
This code will enable you to take two dates, find the total seconds in between them, and calculate the Hours, Minutes, and Seconds.
This code allows you to input two zip codes, and find out the Distance (In Miles, Kilometers, and Nautical Miles). The Access Database was aqcuired on this site some time ago.. so thank you to whoever it was that posted it. :) Feedback is appreciated.. and Vote if you like it.
Amazing new control! Tired of VB's common controls, check out this textbox! When it receives focus, the blinds open and when focus is lost, the blinds close again, creating a dazzling effect on YOUR FORM! PS - Dont worry, YOU CAN CHANGE THE COLORS OF THE BLINDS TO A COLOR OTHER THAN PALE RAINBOW COLORS :) I did that for effect.
This will show you how to make groups in your listboxes with this simple control. Since it is not yet 100% functional (it's about 95%), there is a lot of roomfor personal customization. This control is yours for the taking. Download it and add / remove any features you want.
You know when your printer gets all messed up and the MessageBox Pops up and says "PRINTER ERROR - WILL RETRY IN 5 SECONDS". Well if your printer becomes ready before you click anything on the message box, the box disappears... ? This is how it's done!!
This code will let you access the answeres to over 25 of these questions!
GET YOUR POPCORN! Scrolls Credits like in a movie theatre. Customize Colors, Alignment, size, etc... This code is IDEAL for ABOUT FORMS!! A MUST SEE!!!!!
This code will tell you the difference between two dates. You can find the difference in Days and Months. EASY CODE!!
This project will show you how to scroll all of 'your controls within a small form - EASY! 'NO External Files needed!
This code will give you some ideas on how to break away from VB's standard controls, using VB's standard controls. Ironic isn't it? :) Included: Specialized Textboxes Specialized Command Buttons Scrolling Text SelStart / SelLength
To show how to ADD / EDIT / DELETE information from an access Database. Fully Functional - Ready to be used in your programs!!!
Will not let the mouse leave the form specified.