VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Four Cool User Controls GGCommand, GGProgressBar, GGMover and GGCommonDialog

Georgi Yordanov Ganchev  (2 Submissions)   Custom Controls/Forms/Menus   Visual Basic 3.0   Advanced   Wed 3rd February 2021

4 cool user controls. !!! FOR ADVANCED USERS ONLY !!! NO SAMPLE PROJECT INCLUDED !!! Experiment with Properties Browser and methods and events. Look at the great events of GGCommand (I have not seen a Flat Command Button like mine on VBC yet :)) - MouseEnter and MouseExit. Supports transparent images and Caption and Picture position adjustments.
Usage of GGMover:
In MouseDown events of some object (Picture1 for example - set form and picture1 .ScaleMode to 3-Pixel):
GGMover1.CaptureObject X,Y
In MouseMove event:
GGMover1.MoveObject Picture1,X,Y,True,True,0,300,0,500
In MouseUp event:
GGMover1.ReleaseTargetObject
If you have any problems with these user controls just write me an email to gogox@yahoo com or [email protected]
This is my first submission to VBC.Enjoy

Side Effects
Be carefull with GGCommonDialog - Set .Flags before using it for Fonts - Use GGCommonDialog1.Flags = cdlCFBoth

API Declarations
A lot of API's in user control's source code.

Rate Four Cool User Controls GGCommand, GGProgressBar, GGMover and GGCommonDialog (6(6 Vote))

Download Four Cool User Controls GGCommand, GGProgressBar, GGMover and GGCommonDialog

Four Cool User Controls GGCommand, GGProgressBar, GGMover and GGCommonDialog Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters