HWND hwndClog = FindWindow(L"MSClog", NULL); //MSClog is the class
name for Call History window
if (hwndClog =! NULL)
{
SetForegroundWindow((HWND) (((ULONG) hwndClog ) | 0x01));
}
thanks, will try that. but i got it working doing something a bit
different. i was able to determine what message is sent to open that
window and i programmactically send it myself. i don't have th code in
front of me right now to let you know what that message is
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.