G
Guest
I am using a C# dll (WinForms component) from unmanaged C++. Th
einteroperability is provided by a CCW(Com Callable Wrapper).
To enable visual style(XP-like controls) in a C# application you normally
type following code in the Main() function of the class.
Application.EnableVisualStyles.
Is it possible to enable visual style of a Form that is residing in a dll ??
If so, where can i type this code in WinForms library(dll) - where is the
main entry point of the dll ?
Thanks Bilal
einteroperability is provided by a CCW(Com Callable Wrapper).
To enable visual style(XP-like controls) in a C# application you normally
type following code in the Main() function of the class.
Application.EnableVisualStyles.
Is it possible to enable visual style of a Form that is residing in a dll ??
If so, where can i type this code in WinForms library(dll) - where is the
main entry point of the dll ?
Thanks Bilal