Click here to Skip to main content
15,917,568 members
Home / Discussions / Mobile
   

Mobile

 
QuestionReading PocketOutlook email Pin
Duffy5423-Jun-06 2:50
Duffy5423-Jun-06 2:50 
Questione.NET CF Installation Pin
analytiks21-Jun-06 17:27
analytiks21-Jun-06 17:27 
AnswerRe: e.NET CF Installation Pin
Chris S Kaiser23-Jun-06 17:30
Chris S Kaiser23-Jun-06 17:30 
QuestionPorting WIn32->PPC. Pin
Mike Doner21-Jun-06 4:50
Mike Doner21-Jun-06 4:50 
AnswerRe: Porting WIn32->PPC. Pin
Mike Dimmick26-Jun-06 3:20
Mike Dimmick26-Jun-06 3:20 
QuestionLook for a framework like MFC for Smart Device .Net project Pin
vassilux@20-Jun-06 23:08
vassilux@20-Jun-06 23:08 
QuestionRecovering pocketPC from sleep mode Pin
rock777720-Jun-06 21:24
rock777720-Jun-06 21:24 
AnswerRe: Recovering pocketPC from sleep mode Pin
Mike Dimmick26-Jun-06 3:42
Mike Dimmick26-Jun-06 3:42 
QuestionGetting started developing apps for WM... Pin
Wideawake0320-Jun-06 9:32
Wideawake0320-Jun-06 9:32 
AnswerRe: Getting started developing apps for WM... Pin
Duffy5423-Jun-06 10:04
Duffy5423-Jun-06 10:04 
QuestionCreate User Control for Compact Framework. Please help Pin
Jepthy20-Jun-06 5:02
Jepthy20-Jun-06 5:02 
AnswerRe: Create User Control for Compact Framework. Please help Pin
Jepthy21-Jun-06 5:07
Jepthy21-Jun-06 5:07 
QuestionUrl Problem !! Pin
Tamimi - Code20-Jun-06 2:51
Tamimi - Code20-Jun-06 2:51 
AnswerRe: Url Problem !! Pin
Mike Dimmick26-Jun-06 3:38
Mike Dimmick26-Jun-06 3:38 
QuestionUsing Soft Keys Pin
Tamimi - Code19-Jun-06 23:53
Tamimi - Code19-Jun-06 23:53 
QuestionPocket PC Files Encryption methods Pin
wezaya17-Jun-06 16:54
wezaya17-Jun-06 16:54 
NewsRe: Pocket PC Files Encryption methods Pin
wezaya27-Jun-06 2:36
wezaya27-Jun-06 2:36 
QuestionHow to transfer data from Mobile Wireless Application to Web Application using GPRS in .Net? Pin
selatan7916-Jun-06 5:04
selatan7916-Jun-06 5:04 
QuestionOpening a JPG file... Pin
Ponzano Paolo15-Jun-06 9:18
Ponzano Paolo15-Jun-06 9:18 
QuestionConnections Pin
RB@Emphasys15-Jun-06 5:12
RB@Emphasys15-Jun-06 5:12 
QuestionMobile ListControl Pin
softwareitprofessional14-Jun-06 21:51
softwareitprofessional14-Jun-06 21:51 
QuestionProblem showing the system input panel Pin
Fernando A. Gomez F.13-Jun-06 6:20
Fernando A. Gomez F.13-Jun-06 6:20 
AnswerRe: Problem showing the system input panel Pin
Mike Dimmick26-Jun-06 4:08
Mike Dimmick26-Jun-06 4:08 
Welcome to the fun that is the Windows Mobile/Pocket PC shell, where it thinks it knows better than you do.

If you're programming for Pocket PC/Windows Mobile, use SHSipPreference rather than SipShowIM. Also be aware that MFC calls numerous SHXxx APIs on your behalf, specifically SHInitDialog, SHHandleWMActivate and SHHandleWMSettingChange. To stop it doing this, set m_bFullScreen to FALSE in your dialog's constructor, then call SHInitDialog with your own preferences. Handle WM_ACTIVATE and WM_SETTINGCHANGE yourself if you want to avoid these methods being called - call CWnd::OnActivate or CWnd::OnSettingChange to pass the message down to DefWindowProc, avoiding the implementation in CDialog.

One of the values set in the call to SHInitDialog in the framework code is to put the SIP down (SHIDIF_SIPDOWN); it could be that this is being called after the call to your OnSetFocusEditBatch function, or that using the old API does not clear the timer used by the shell to delay putting the SIP down. It may also be that using the API you're using doesn't send WM_SETTINGCHANGE and therefore your form is not resized when the SIP is dropped.

Stability. What an interesting concept. -- Chris Maunder
QuestionProblem in COM port programming. Pin
Abhideep13-Jun-06 0:37
Abhideep13-Jun-06 0:37 
QuestionPlease help: Where has CDumpContext gone? Pin
ClockDivider12-Jun-06 8:13
ClockDivider12-Jun-06 8:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.