31-05-2008, 01:08 AM
Another alternative:
When the form loads the check boxes add this:
Check1.Height = 0
Check1.Width = Check1.Height
Also make the check box flat rather than 3d.
Then use a label set to transparent.
*Note: This is just another method not the best.
When the form loads the check boxes add this:
Check1.Height = 0
Check1.Width = Check1.Height
Also make the check box flat rather than 3d.
Then use a label set to transparent.
*Note: This is just another method not the best.