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