Results 1 to 3 of 3

Thread: How to remove borders from graphical command buttons

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2005
    Posts
    20

    Exclamation 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

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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.

  3. #3
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649

    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
  •  



Click Here to Expand Forum to Full Width