Re: Manifest file as a custom resource.



"Steve Easton" <admin@xxxxxxxxxxxxx> posted...
Public Declare Function InitCommonControlsEx Lib "comctl32.dll" (iccex As tagInitCommonControlsEx) As Boolean

That should be declared (?) as ...

Declare Function InitCommonControlsEx Lib "comctl32.dll" _
(ByRef lpInitCCEx As tagInitCommonControlsEx) As Long

Not sure if that'll fix the problem, but my API references tell me it
returns a 32-bit value instead of a 16-bit value.

--
Jim Carlock
Post replies to the group.


.