|
-
February 24th, 2000, 04:30 PM
#1
Adding a bitmap to a button
Is there a way to make the picture you add to a command button(via the Picture property) to appear to the left of the text on the button? Or do I need to paint a Picturebox on the button and paste it that way? Currently, when I assign a picture to the button, it places it above the text on the button.
-
February 24th, 2000, 05:45 PM
#2
Re: Adding a bitmap to a button
add picture ontop of the button or make a active control and make your own button
-
February 24th, 2000, 06:05 PM
#3
Re: Adding a bitmap to a button
With VB 6 there is an easier way. Set the buttons style = 1 - Graphical and choose a picture for the picture property.
Sometimes simpler can be better. 
John
John Pirkey
MCSD
www.ShallowWaterSystems.com
John Pirkey
MCSD (VB6)
http://www.stlvbug.org
-
February 25th, 2000, 08:29 AM
#4
Re: Adding a bitmap to a button
I think you might have mis-read my post. I have already done that.
-
February 25th, 2000, 08:39 AM
#5
Re: Adding a bitmap to a button
Actually, I added the Component Microsoft Forms 2.0 Object library and used the command button that comes with that. It has 8 or so PicturePosition properties that will place the picture anywhere on the 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
|