|
-
Jul 14th, 2000, 02:32 AM
#1
Thread Starter
Hyperactive Member
I think there is a way of having a command button act as a check button ie it remains depressed when clicked. Trouble is I can't remember it!
-
Jul 14th, 2000, 02:33 AM
#2
Fanatic Member
Command1.Enabled = False
Hope that's what you meant,
D!m
-
Jul 14th, 2000, 02:43 AM
#3
Lively Member
"it remains depressed when clicked"
Theraphy?
But seriously. You could use a check box and then set the style property to graphical. This way it'll look like a button, and act just this way.
//Anders
-
Jul 14th, 2000, 02:45 AM
#4
Thread Starter
Hyperactive Member
Umm.....
Godamm I took so long to write a reply to myself!
[Edited by gravyboy on 07-14-2000 at 03:47 AM]
-
Jul 14th, 2000, 02:45 AM
#5
Lively Member
... but it looks like you already knew that. I'd better read the posts properly next time, eh?
//Anders
-
Jul 14th, 2000, 02:50 AM
#6
Fanatic Member
I'm still confused but...
If you are trying to make a command button that looks like a check box you would have to take a screenshot of the check box, save it as a pic and then set it as the picture property of the command button and set the style of the button to graphical.
Then when the command buttons is pressed, have the picture property change to a different pic of the check box (where it looks like it's selected.
But this is a mess...why not just enlarge the Checkbox and set it's Apperance to 3D and put a border around it using the lines.
I hope i understoon you correctly.
Gl,
D!m
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|