G
Guest
I am trying to create a transparent button, subclassing from control. I
cannot seem to get it to work and its led me to ask a few questions.
1) How do we set styles in the compact framework? What is the replacement
for CreateParams that you can use on the desktop? I can do a pInvoke to set
the style, but you get into the problem where the style needs to be set once
you get a window handle and before it is activated and as a control I am not
sure you know when that is.
2) Is there somewhere you can go to know how to do something that is not
supported in the compact framework, but is supported in the full framework?
All you know from the help is which methods are supported by the compact
framework, but it would be really nice to know what replacement (pInvoke or
other class) is expected to be used as the replacement.
3) Does Windows Mobile 5 support the WS_EX_TRANSPARENT exStyle?
cannot seem to get it to work and its led me to ask a few questions.
1) How do we set styles in the compact framework? What is the replacement
for CreateParams that you can use on the desktop? I can do a pInvoke to set
the style, but you get into the problem where the style needs to be set once
you get a window handle and before it is activated and as a control I am not
sure you know when that is.
2) Is there somewhere you can go to know how to do something that is not
supported in the compact framework, but is supported in the full framework?
All you know from the help is which methods are supported by the compact
framework, but it would be really nice to know what replacement (pInvoke or
other class) is expected to be used as the replacement.
3) Does Windows Mobile 5 support the WS_EX_TRANSPARENT exStyle?