Hi guys
I would like to play a little bit with the system menu of a window. I found
already code that allows me to add items to the system menu. It uses a
function from the run32.dll. I am sure that there are other interesting
functions but I really do not know where to search for it.

Do you know where I can find the definition of the run32.dll or how I can
easily extract this information from the dll itself?

Thanks in advance for your answer.
Chris

RE: Offered functions of the run32.dll by chjossigmxch

chjossigmxch
Tue Aug 16 09:43:04 CDT 2005

Must be late: I am looking for the user32.dll interface.

"chjossi@gmx.ch" wrote:

> Hi guys
> I would like to play a little bit with the system menu of a window. I found
> already code that allows me to add items to the system menu. It uses a
> function from the run32.dll. I am sure that there are other interesting
> functions but I really do not know where to search for it.
>
> Do you know where I can find the definition of the run32.dll or how I can
> easily extract this information from the dll itself?
>
> Thanks in advance for your answer.
> Chris

Re: Offered functions of the run32.dll by Paul

Paul
Tue Aug 16 16:48:16 CDT 2005

Hi,

A good place to get unmanaged API information is http://www.pinvoke.net/.
Is there a specific API you are working with?

~ Paul



"chjossi@gmx.ch" <chjossigmxch@discussions.microsoft.com> wrote in message
news:6FFDF42C-F9FA-49A3-BB60-AD23DB0A253A@microsoft.com...
> Must be late: I am looking for the user32.dll interface.
>
> "chjossi@gmx.ch" wrote:
>
>> Hi guys
>> I would like to play a little bit with the system menu of a window. I
>> found
>> already code that allows me to add items to the system menu. It uses a
>> function from the run32.dll. I am sure that there are other interesting
>> functions but I really do not know where to search for it.
>>
>> Do you know where I can find the definition of the run32.dll or how I can
>> easily extract this information from the dll itself?
>>
>> Thanks in advance for your answer.
>> Chris