VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Four Cool User Controls GGCommand, GGProgressBar, GGMover and GGCommonDialog

by Georgi Yordanov Ganchev (2 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (6 Votes)

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

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

Download Four Cool User Controls GGCommand, GGProgressBar, GGMover and GGCommonDialog (27 KB)

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

No comments have been posted about Four Cool User Controls GGCommand, GGProgressBar, GGMover and GGCommonDialog. Why not be the first to post a comment about Four Cool User Controls GGCommand, GGProgressBar, GGMover and GGCommonDialog.

Post your comment

Subject:
Message:
0/1000 characters