G Guest May 14, 2004 #1 In vb6, I could Enumerate windows with API calls. Is there an easier way in .net, or do I still need to use the api calls?
In vb6, I could Enumerate windows with API calls. Is there an easier way in .net, or do I still need to use the api calls?
H Herfried K. Wagner [MVP] May 14, 2004 #2 * "=?Utf-8?B?RG91Zw==?= said: In vb6, I could Enumerate windows with API calls. Is there an easier way in .net, or do I still need to use the api calls? Click to expand... All windows in Windows? You will still have to use p/invoke to do that.
* "=?Utf-8?B?RG91Zw==?= said: In vb6, I could Enumerate windows with API calls. Is there an easier way in .net, or do I still need to use the api calls? Click to expand... All windows in Windows? You will still have to use p/invoke to do that.
H Herfried K. Wagner [MVP] May 14, 2004 #3 * "=?Utf-8?B?RG91Zw==?= said: Yes all windows in windows. I'm not familiar with p/invoke. Is that api calls? Click to expand... Yes. It's very similar to VB6, but there are differences. <http://msdn.microsoft.com/library/en-us/csref/html/vcwlkPlatformInvokeTutorial.asp>
* "=?Utf-8?B?RG91Zw==?= said: Yes all windows in windows. I'm not familiar with p/invoke. Is that api calls? Click to expand... Yes. It's very similar to VB6, but there are differences. <http://msdn.microsoft.com/library/en-us/csref/html/vcwlkPlatformInvokeTutorial.asp>