How to show SIP area?
-
Dear all, I am writting an application for Pocket PC 2002, using the Microsoft eVC 3.0. I want to show the Input Area (SIP) in a dialog but it does not appear despite I had tried to call two functions like:
SHFullScreen(((CFrameWnd*)AfxGetMainWnd())->GetActiveFrame()->GetSafeHwnd(), SHFS_SHOWSIPBUTTON);
AndSipShowIM(SIPF_ON);
Can anybody can show me what I did wrong? Thanks a lot! -
Dear all, I am writting an application for Pocket PC 2002, using the Microsoft eVC 3.0. I want to show the Input Area (SIP) in a dialog but it does not appear despite I had tried to call two functions like:
SHFullScreen(((CFrameWnd*)AfxGetMainWnd())->GetActiveFrame()->GetSafeHwnd(), SHFS_SHOWSIPBUTTON);
AndSipShowIM(SIPF_ON);
Can anybody can show me what I did wrong? Thanks a lot!Try using
SHSipPreference
instead. Regards, João Paulo Figueira Embedded MVP -
Try using
SHSipPreference
instead. Regards, João Paulo Figueira Embedded MVPThank you very much! -Kien Bui