Re: shlwapi.dll
- From: "Howard Kaikow" <kaikow@xxxxxxxxxxxxx>
- Date: Thu, 26 Jan 2006 17:22:07 -0500
"Thorsten Albers" <albersNO@xxxxxxxxxxxxxxxxxxx> wrote in message
news:01c622c1$30499900$defefad9@xxxxxxxxxxx
> The SHLWAPI.DLL isn't a library of the 'standard' Windows API, i.e. it
> isn't in memory by default. You have to load and map it to your
> application's memory by using LoadLibrary() or LoadLibraryEx() before
using
> GetProcAddress() (don't forget to call FreeLibrary() later).
Thanx.
Loading the library worked.
> With a Declare statement this is not necessary because VB loads (and
frees)
> the library for you.
This did not work.
.
- Follow-Ups:
- Re: shlwapi.dll
- From: Thorsten Albers
- Re: shlwapi.dll
- References:
- shlwapi.dll
- From: Howard Kaikow
- Re: shlwapi.dll
- From: Karl E. Peterson
- Re: shlwapi.dll
- From: Thorsten Albers
- shlwapi.dll
- Prev by Date: Re: VB's Menu's
- Next by Date: Re: VB's Menu's
- Previous by thread: Re: shlwapi.dll
- Next by thread: Re: shlwapi.dll
- Index(es):
Relevant Pages
|