Dnia 28-01-2006 o 14:37:38 Timothy <(E-Mail Removed)> napisał:
> Hi all,
> Can anyone tell me how to import the function ModifyStyleEx() into a .net
> app?
>
> I am not sure which DLL this function is in either, so could someone
> help me
> out, please?
>
> Thanks in advance,
>
[PD] Actually ModifyStyleEx is method of one of the classes in the MFC
rather than a API function. To modify style of the window import
SetWindowLong and use it with GWL_EXSTYLE or GWL_STYLE flag.
http://www.pinvoke.net/default.aspx/...indowLong.html
--
Piotr Dobrowolski
Piotr.Dobrowolski@_usun_gmail.com