Advertisement

Results for "Category: Miscellaneous"

ASP_Volume2 #28914
XP Manifest UI State fix

Perhaps you've noticed that the VB Form engine does not support dynamic changing of the ui state. It gets the ui state when the form is first created and then never again. Obviously this defeats the whole purpose of it. For example, if the user opens your form using the mouse then the focus rectangles will not show on the command buttons or on other controls that conform to XP ui standards. This code a kludge that will show all ui states instead of only the state that was active when the form was created. Just call this sub in the initialize event of a form that is linked to CC 6 with a manifest.

ASP_Volume2 #28934
Add a VC++ like 'Build' Button to your VB6 Toolbar Without any AddIns

Ever wish you had a 'Build' button in vb6 just like VC++, now you can add a build button to your visual basic 6 toolbar. There are addins available for doing it but they are part of a paid addin products, but my methods don't uses addins etc. Just download the zip and read the instructions. zip also contains image for build button. AND PLEASE VOTE.

ASP_Volume2 #28946
Cover Print Pro 1.0

The Purpose Of This Is To Make It As Simple As Possible To Print Your Cd Covers Realy Good Layout (Graphics Included) If You Want To Carry On this Project Please email Me At [email protected] (Only Tested On Windows XP) Plz Vote As This Is My First App

ASP_Volume2 #28971
Reverse Border Styles

My code will create a border style on runrime, and it can reverse the borders it can edit the border styles of any app if you get its handle. ive showed it rversing the taskbar as well I never found this code any where else I serached for months so finally I just Wrote my own code to do this so if you use it plz give me some feed back!

ASP_Volume2 #28985
NetScan 2.0 - Debugged, 5 apps

This is NetScan 2.0. It has a totally new look to it, i fixed my form moving code, debugged my apps, enhanced them, and added the Ping/Pong Form. This is a major improvement on my NetScan set of network tools because now, they work. Ping/Pong Gives you a response time, a 10 second time-lease for remote host responses, and error protection. My host scanner is a lot less efficient than i would like it to be. I am working on something to where it would load a timer for each host and try to connect for a certain amount of time. My Port Scanner works, its fast, and extremely efficient. My Telnet Client has improved, is sizeable now, has tutorials, and the option to listen on a port too. It generates HTML Logs now also. The IP Grabber is pretty much the same but it gives a warning about being behind networks, it gives you your IP address, the status, and phase of IP grabbing. Votes would be great and hang around for NetScan 2.0.1, the rebuild, with NetStat. Votes, suggestions, and comments would be great. Please also try to find bugs, I haven't found beta testers.

ASP_Volume2 #28987
A Real Clock

This is an analog clock. Its hands move like a battery-operated clock! You also have the option to show the second hand or not. You can minimize this application to the system tray as well! Other features include a swinging pendulum, hourly chime, and time synchronization with an atomic time server without using MSWINSCK.OCX (GUARANTEED ACCURACY)! Configurations include start-up on Windows start and setting the windows to be always on top. On load, the main form reshapes to the shape of the clock as you can see in the screenshot. It has ticks for easy time reading. If you like it, plz vote!!! :-P

ASP_Volume2 #28989
Get UK Weather

This code will let the user select their town in a tree view panel, then by double clicking the name of their town and then clicking the button a 5 day weather forecast is displayed

ASP_Volume2 #28991
Get Current Winamp Song

This Function gets the current winamp song. I got tired of people iming me asking for this and me redoing it each time.

ASP_Volume2 #28999
Synchronize system time and date from time.nist.gov

Synchronize the system clock to the correct time according to the time.nist.gov server. useful...

ASP_Volume2 #29003
OCX Extractor

This is a very simple, but still usefull app. It is designed for easier transporting of .ocx files. Like, you can include this with your application, that needs some special controls that you are not sure if the user have. With a simple click, the desired ocx files are copied to the system folder, and registered via REGSVR32.EXE. Now your application is ready to go. No need anymore to increase the size of your EXE with resource files with OCXs. You can also ZIP the OCX Extractor to reduce it's size. I frequently use it myself, so i decided to publish it, despite the fact it's so simple.

ASP_Volume2 #29014
Graphical circular progressbar

This simple code will teach you how to create a graphical progress bar. You'll see how to use classical progressbar, some maths (angle conversions), you'll use PSet functions. Nothing really hard, but it could help soem people arounde here. The code is a bit messy, but you should be able to understand it quite easily. It was written in 2000 and revised for PSC. What's the interest? This is up to you to figure it out. I wanted to do this after seing Fix-it utilities progress bar. Have fun.

ASP_Volume2 #29021
[Fast] Remove Duplicates From A Listbox

Removes Duplicates From A Listbox. Fastest one i've seen.

ASP_Volume2 #29023
[ Tray Icon?, Wow! Thats Simple! ]

Get the very easy implimentation to set yourown system TrayIcon. You can also capture any mouse event that happens on that. Enjoy! and please leave your comments.

ASP_Volume2 #29050
VB7 - Maybe a last chance

Right now there is a big online petition to get Microsoft to continue supporting/developing our beloved Visual Basic. Great sites like VBnet (Randy Birch) are supporting it. If you do so goto ___ http://classicvb.org/petition/ ___ and read more/sign there. ___ Light Templer

ASP_Volume2 #29070
Tracking Down

This program is nothing but my wish to imitate the spy movies where the bad guy was tracked down by fbi. You can go across the world in few seconds.. Feedbacks are welcomed

ASP_Volume2 #29072
Am I running in the IDE?

The proper way to find out whether your code is running in the IDE or was compiled

ASP_Volume2 #29073
A Very Flat Std Command Button

Make a standard command button very flat ;-)

ASP_Volume2 #29080
A Proper Msn Messenger Bot!

Hello, This Msn Bot Example Runs On The Msn Protocol 9 And Allows Users To Interact And Play With It. It Is Run On Commands, Such as If a user types !menu, The Bot Will Respond As What you coded him to respond. Fairly Straight Forward, Easy To Learn, And Will Have Users Playing With Him In No Time. The Other Users Dont Need No Special Software At All, They Only Have To Add The Bot To Their Msn Messenger List, And They Can Talk To It. To Make Your Bot, Edit The " Bot.bas " Module And Type In Your Bots Email And Password. I Have Gone Over the code and checked for bugs and found none. If you have any questions Or problems with the bot, feel free to write your questions in the comments section, and i will try and get back to you A.S.A.P, And Dont forget to rate and comment this code, as i have spent hours of hard work bringing this great project to you.

ASP_Volume2 #29088
Mouse Wheel !

This code demonstrates a simple and easy way to handle the mouse wheel in VB by method of subclassing.

ASP_Volume2 #29102
Calendar without ocx, 1 form, great features

This is an interactive calendar (like the windows one) that is totally definable. It does not use any OCX's the code is simple and effective. Great for adding into projects when you need a date input from the user.

Languages
Top Categories
Global Discovery