|
-
Sep 20th, 2006, 03:56 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] command button
Hi
I want to add a command button into my VB6 form,I want that when I press into this command, to still pressed.How can I design the command buttons?
thanks
-
Sep 20th, 2006, 03:59 AM
#2
Re: command button
Check It Apperance Style Property
Last edited by shakti5385; Sep 20th, 2006 at 04:11 AM.
-
Sep 20th, 2006, 04:06 AM
#3
Re: command button
if you mean you want a toggle button then use a CheckBox and set it's Style to Graphical
-
Sep 20th, 2006, 04:07 AM
#4
Re: command button
are you talking about the check box control with the style property set to Graphical
If an answer to your question has been helpful, then please, Rate it!
Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.
-
Sep 20th, 2006, 04:07 AM
#5
Re: command button
 Originally Posted by engnouna
Hi
I want to add a command button into my VB6 form,I want that when I press into this command, to still pressed.How can I design the command buttons?
thanks
Use checkbox and change the style to Graphical.
Use [code] source code here[/code] tags when you post source code.
My Articles
-
Sep 20th, 2006, 04:11 AM
#6
Thread Starter
Fanatic Member
Re: command button
well no I am talking about when I press the command button to still pressed.Also the command button doesn't have a forecolor property.How can I change the forecolor of the caption?
Also I want to set the border style to 0-None but also this property does not exist.How can I do it?
thanks
-
Sep 20th, 2006, 04:20 AM
#7
Re: command button
 Originally Posted by engnouna
well no I am talking about when I press the command button to still pressed.Also the command button doesn't have a forecolor property.How can I change the forecolor of the caption?
Also I want to set the border style to 0-None but also this property does not exist.How can I do it?
thanks
Most of it can be done using a CheckBox.
Use [code] source code here[/code] tags when you post source code.
My Articles
-
Sep 20th, 2006, 04:34 AM
#8
Thread Starter
Fanatic Member
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
|