MS Access ActiveX VC++
-
Hi I have a activex control developed in VC++. The graphics in the control is created using GDI. Now I want the windows XP themes to be applied to this control also. What is the best way to do it. Am not deriving the control from any Control class. Regards
The Best Religion is Science. Once you understand it, you will know God.
-
Hi I have a activex control developed in VC++. The graphics in the control is created using GDI. Now I want the windows XP themes to be applied to this control also. What is the best way to do it. Am not deriving the control from any Control class. Regards
The Best Religion is Science. Once you understand it, you will know God.
I would suggest looking into the
DrawTheme*(...)
functions, and other Theme-related functions, and use them to get the active Theme and draw the "theme-able" parts of your control(s). Peace!-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles -
I would suggest looking into the
DrawTheme*(...)
functions, and other Theme-related functions, and use them to get the active Theme and draw the "theme-able" parts of your control(s). Peace!-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles