|
-
Apr 19th, 2005, 04:45 AM
#1
Thread Starter
Junior Member
How to remove borders from graphical command buttons
I am currently working on a VB 6 project for which we had designed our own buttons. I set the style of the command buttons to graphical and added pictures in the picture and mousedown properties. However, there was still a grey background and a small black border surrounding my new graphical buttons. I removed the gray background by changing the backcolor to white (same back color as my form) but I have no idea how to remove the border. Any help would be greatly appreciated as I am working to urgent deadlines on this project and cannot find out how to resolve this in any of my textbooks. Thanks! Jo
-
Apr 19th, 2005, 04:58 AM
#2
Re: How to remove borders from graphical command buttons
Sounds like a school project or similar, so I won't say what to do, but have a look at using Labels to do what your buttons are doing instead.
-
Apr 19th, 2005, 05:34 AM
#3
Re: How to remove borders from graphical command buttons
As I understand it you have images that looks like buttons or? If so use a PictureBox instead of a regular Command Button.
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
|