vcl-styles-utils
vcl-styles-utils copied to clipboard
Title bar and main menu are not styled when the form is loaded from a dll
Is there some call I can make from inside the DLL to enable the Styling ?
If I re-enable the style inside the dll with TStyleManager.TrySetStyle('Windows10 BlackPearl'); it's ok.
Does someone have a tip to query the active style in the main application without passing the style as a parameter to the dll ?
Hi have you tried downloading Mr. Rodrigo Ruz Blog repo? Its under the Repositories tab. Then try this demo := blog-master\VCL\VCL Styles\VCL Styles Hooks
Im sure you can grab the active style your looking for and set it in your dll.