How to get window title / caption of a .NET window?

  • Thread starter Thread starter jsmani
  • Start date Start date
J

jsmani

Hello,

I am using .NET CF v3.5 in Window Mobile 6.5.

I am trying to traverse through all the windows in the system and need to get window title / caption. I could successfully traverse the windows. However, I could only get window title for Win32 applications and not for .NET created windows (with class NETCF_AGL_BASE_).

I am using Win32 function GetWindowText() using dllimport.

Any help is highly appreciated!!

Regards,
Subbu
 
Back
Top