I'm just learning about the API. Here's my question:
I've been able to use FindWindow to locate NotePad and several other apps. However, I can't seem to get a handle on MS Excel. Can any one please help me?? I'm running on Windows NT.
Thank you.
Printable View
I'm just learning about the API. Here's my question:
I've been able to use FindWindow to locate NotePad and several other apps. However, I can't seem to get a handle on MS Excel. Can any one please help me?? I'm running on Windows NT.
Thank you.
I think you might have to include the FULL title of the MS Excel spreadsheet.
(uncertian though)
If you're going by titlebar, you need the full, exact title according to Windows. This is why I recommend you go by window class instead.