|
-
Jan 30th, 2008, 09:14 PM
#1
Thread Starter
Frenzied Member
-
Jan 30th, 2008, 10:32 PM
#2
Re: Send CheckBox Behind Image
Why not just do the same thing you did to the address bar, which seems to have disappeared.
-
Jan 30th, 2008, 10:33 PM
#3
Re: Send CheckBox Behind Image
I see where the globe image stays behind the checkbox. What is the difference the globe image and the right arrow image? Are those really images in a picturebox or image control or are they buttons on a menu strip control?
-
Jan 30th, 2008, 10:36 PM
#4
Re: Send CheckBox Behind Image
Personally I'd put the block pop-ups option in the menu and just get rid of the check box.
-
Jan 31st, 2008, 06:15 AM
#5
Re: Send CheckBox Behind Image
The Image control (like the Label control) is lightweight, so cannot be "in front" of normal controls (ones which have an hWnd property, like a TextBox etc).
If you want it in front, use a PictureBox instead.
-
Feb 1st, 2008, 06:38 AM
#6
Thread Starter
Frenzied 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
|