Connecting Tech Pros Worldwide Forums | Help | Site Map

Shell32.dll -- What's in there?

Ron
Guest
 
Posts: n/a
#1: Nov 13 '05

Last week I saw in a code snippet where you can use the shell32.dll to
use code that will shut down Windows from an Access application. I
tried this and this worked nicely.

My question:
How did the author know about this originally? Where can I obtain a
listing of all of the things that you can do with the SHELL32.DLL file?
Instead of using someone's code snippet, once I find something in there
I want to use, how do I set the code up to use that particular piece I
find interesting?

Thanks.


*** Sent via Developersdex http://www.developersdex.com ***

Tom van Stiphout
Guest
 
Posts: n/a
#2: Nov 13 '05

re: Shell32.dll -- What's in there?


On Thu, 14 Apr 2005 21:26:15 GMT, Ron <nospam@devdex.com> wrote:

Perform a search for this keyword at msdn.microsoft.com, and you'll
find pages like this one:
http://msdn.microsoft.com/library/de...asp?frame=true

-Tom.

[color=blue]
>
>Last week I saw in a code snippet where you can use the shell32.dll to
>use code that will shut down Windows from an Access application. I
>tried this and this worked nicely.
>
>My question:
>How did the author know about this originally? Where can I obtain a
>listing of all of the things that you can do with the SHELL32.DLL file?
>Instead of using someone's code snippet, once I find something in there
>I want to use, how do I set the code up to use that particular piece I
>find interesting?
>
>Thanks.
>
>
>*** Sent via Developersdex http://www.developersdex.com ***[/color]

RLN
Guest
 
Posts: n/a
#3: Nov 13 '05

re: Shell32.dll -- What's in there?



Thanks Tom, I appreciate the link.

RLN


*** Sent via Developersdex http://www.developersdex.com ***
Closed Thread