Re: Manifest file as a custom resource.
- From: "Jim Carlock" <anonymous@localhost>
- Date: Mon, 5 Feb 2007 11:46:54 -0500
"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.
.
- Follow-Ups:
- Re: Manifest file as a custom resource.
- From: Jim Carlock
- Re: Manifest file as a custom resource.
- References:
- Manifest file as a custom resource.
- From: Steve Easton
- Re: Manifest file as a custom resource.
- From: DanS
- Re: Manifest file as a custom resource.
- From: Steve Easton
- Re: Manifest file as a custom resource.
- From: DanS
- Re: Manifest file as a custom resource.
- From: Steve Easton
- Re: Manifest file as a custom resource.
- From: DanS
- Re: Manifest file as a custom resource.
- From: Jim Carlock
- Re: Manifest file as a custom resource.
- From: Steve Easton
- Manifest file as a custom resource.
- Prev by Date: Accessing a DLL without registering it
- Next by Date: Re: Manifest file as a custom resource.
- Previous by thread: Re: Manifest file as a custom resource.
- Next by thread: Re: Manifest file as a custom resource.
- Index(es):