G Guest Oct 21, 2004 #1 Is there a .Net class that you can use to Enumerating Top-Level Windows like the win32 EnumWindows() ? Thanks in advace. Sid S.
Is there a .Net class that you can use to Enumerating Top-Level Windows like the win32 EnumWindows() ? Thanks in advace. Sid S.
S Shiva Oct 21, 2004 #2 You can call EnumWindows() itself from .NET. A sample is here (in C#): http://msdn.microsoft.com/msdnmag/issues/02/08/CQA/ Is there a .Net class that you can use to Enumerating Top-Level Windows like the win32 EnumWindows() ? Thanks in advace. Sid S.
You can call EnumWindows() itself from .NET. A sample is here (in C#): http://msdn.microsoft.com/msdnmag/issues/02/08/CQA/ Is there a .Net class that you can use to Enumerating Top-Level Windows like the win32 EnumWindows() ? Thanks in advace. Sid S.