PDA

Click to See Complete Forum and Search --> : API rookie question.


mallet
Apr 30th, 2000, 11:33 PM
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.

May 1st, 2000, 03:54 AM
I think you might have to include the FULL title of the MS Excel spreadsheet.

(uncertian though)

Stevie-O
May 2nd, 2000, 10:57 PM
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.