1 Attachment(s)
Program Option buttons "Black out" {RESOLVED}
Hello,
With this program I am adding a XP Style Visual... However once I add the XpStyle.ctl and Manifest.res and then add the XpStyle component to the form (not the Frame) then the "Request Registration key" and the "Register" Option buttons become Black... Can someone take a look at the attached files and see why it does that?
Thank you!
Stilekid007 :wave:
P.S. Step By Step Instructions are in Instructions.txt
Re: Program Option buttons "Black out"
Its a bug with the XP manifest running under XP. You need to place the option buttons "inside" a picturebox
control to elimintate it.
Re: Program Option buttons "Black out"
PERFECT! Simple as that! Thank you so much! :p
Stilekid007 :wave:
Re: Program Option buttons "Black out"
Quote:
Originally Posted by RobDog888
Its a bug with the XP manifest running under XP. You need to place the option buttons "inside" a picturebox
control to elimintate it.
As a frame does not have an hDC which is used to draw the XP style, whereas PictureBoxes and Forms do.
Re: Program Option buttons "Black out"
Re: Program Option buttons "Black out"
Yes, frames are also affected when nested in other frames too.