Results for "Author: sparq"
Rotate Text to any Angle!!! EASY!!
When placed on a form, this Control will take whatever its .Value is and show you what angle of rotation you've entered. GREAT FOR Graphic / Multimedia / Game Application Development
This Code will Scroll the title of your window(s) like Winamp To the left OR to the right.
To Check a Credit Card number for TYPE and VALIDITY *** PLEASE RATE ***
Combine 2 Images. See Screenshot
This control handle Many Customization Factors, including Caption, ForeColor, InsideTrackColor, OutsideTrackColor, Direction, Speed and More! jMarquee is set up now to handle one line of streaming text, but is Multi-Line Ready. This could be useful for scrolling Stocks etc.. with multiple lines moving at multiple varying speeds.
This Control will go out to the internet, connect to the host, and find the local weather conditions. This code can easily be altered to get the 5-Day Forecast, Temperature, etc.. Please Vote if you like it!
Wow.. talk about cool replicas. I used KR's Awards winning Gradient control for this code. A Custom Control that when placed on your form mimics the red swooshing light on the front of KITT, the car from Knight Rider. You can change the BackColor, ForeColor and the speed at which it swooshes.
This control will let you visually display Data in an easy to understand way.
This will show you all the cookies you have set for netscape navigator and puts them in ENGLISH!!! Please Vote you you like .
This is a slot machine game I made A) Because I was bored and B) To show my appreciation to IAN, the whole PSC Crew, and everyone who contributes (no matter how little) To PSC. Enjoy .. and of course as Mayor Quimby says.. "Vote For Me!"
I was looking for some code to re-create a users Desktop into a listview control with all their correct icons. *** This doesnt work in Windows2000. Because there is no ONE desktop *** Please Vote :)
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..).