Wednesday, March 18, 2009

Adding A Timer While The Form Loads

This shows you how to add a timer to your form as you load it.


Add Any Control At Run-time

you always have seen some people adding some cool addin to VB which esase their programming right? now you can do it too...You can add commands, command buttons, to menus with any command you like.


Star-Like Rating Control

This is a iTunes/shockwave-style star-like rating system. I havent seen this (to my recollection) on PSC. This was developped for a custom DVD/Video management application. Set the MaxStars to 4, and use it to rate restaurants. Use (virtually) any number of stars and rate at an interval of 0.5.


Take A Screenshot To Form

This code simply takes a picture of your desktop or a screenshot. I guess if you wanted to you could use this to view the desktop of a computer over a network, although that would be a bit slow. I hope this code is of some interest to some people Hope this helps.


A Transparent Form

This code creates Transparant Forms.You can choose the Transparanty value (from 0 - 255).All other Controls placed on the Form are transparent.


Tuesday, March 17, 2009

Disable Close Button On Form

Disable close button on form.

Popup Menu Made Simple

Popmenu for beginners, shows great example of how to implement a popup menu into your program, from this example you should be able to add popup menus to which ever control you wish, hope this provides use to somebody.