get ActiveX Class [modified]
-
I have lots of dialogs and activex controls in those dialogs in my application. I want to set sizes of those dialogs and controls on it according to current resolution. I use enumchildwindow function to get child window but i need to know which control is activex to set activex control font. How can i know which controls are activex, which controls are not? (at runtime) Thanks
modified on Wednesday, May 7, 2008 8:02 AM
-
I have lots of dialogs and activex controls in those dialogs in my application. I want to set sizes of those dialogs and controls on it according to current resolution. I use enumchildwindow function to get child window but i need to know which control is activex to set activex control font. How can i know which controls are activex, which controls are not? (at runtime) Thanks
modified on Wednesday, May 7, 2008 8:02 AM
mehmetned wrote:
I have lots of dialogs and activex controls in those dialogs in my application
:doh:
mehmetned wrote:
I want to set sizes of those dialogs and controls on it according to current resolution
GetSystemMetrics()
mehmetned wrote:
which controls are activex, which controls are not
ActiveX controls would be generally having .ocx extensions
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
mehmetned wrote:
I have lots of dialogs and activex controls in those dialogs in my application
:doh:
mehmetned wrote:
I want to set sizes of those dialogs and controls on it according to current resolution
GetSystemMetrics()
mehmetned wrote:
which controls are activex, which controls are not
ActiveX controls would be generally having .ocx extensions
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_