Obtain a Window/Application Handle

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I know already this is a really stupid question but how do you obtain a
handle to an application or a window in C#. Formerly I used
Application.Handle in Delphi so I'm looking for the equivalent in C#
TIA
kim
 
Hi,
Use the .Handle property of a form to get its window handle.
But, I am not sure what an application handle is in Delphi.

Hi,
I know already this is a really stupid question but how do you obtain a
handle to an application or a window in C#. Formerly I used
Application.Handle in Delphi so I'm looking for the equivalent in C#
TIA
kim
 
Hi,

What exactly is an application handle in delphi?
Or what use it has?

Cheers,
 
Back
Top