Click here to Skip to main content
15,889,034 members
Home / Discussions / Mobile
   

Mobile

 
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 
Questionmobile browser emulator Pin
Tamimi - Code12-Jun-06 0:04
Tamimi - Code12-Jun-06 0:04 
AnswerRe: mobile browser emulator [modified] Pin
sommarafton12-Jun-06 0:54
sommarafton12-Jun-06 0:54 
QuestionRe: mobile browser emulator Pin
Tamimi - Code12-Jun-06 1:21
Tamimi - Code12-Jun-06 1:21 
AnswerRe: mobile browser emulator [modified] Pin
sommarafton12-Jun-06 1:45
sommarafton12-Jun-06 1:45 
GeneralRe: mobile browser emulator Pin
Tamimi - Code12-Jun-06 1:56
Tamimi - Code12-Jun-06 1:56 
Questionreading file from pc in PDA Pin
AhsanS11-Jun-06 0:27
AhsanS11-Jun-06 0:27 
Questionhybernation and COM1 Pin
Jazzy Jeff10-Jun-06 21:41
Jazzy Jeff10-Jun-06 21:41 
Questionpredictive text Pin
Jazzy Jeff10-Jun-06 21:34
Jazzy Jeff10-Jun-06 21:34 
Questionencription analogy Pin
rituparn10-Jun-06 11:27
rituparn10-Jun-06 11:27 
Questiontray application Pin
NikoTanghe9-Jun-06 10:19
NikoTanghe9-Jun-06 10:19 
QuestionDo CCommandBar Tooltips work? Pin
compiler9-Jun-06 9:18
compiler9-Jun-06 9:18 
Questionwriting to parallel port in VC++ in window CE 5.0 environment Pin
fatin hamimi6-Jun-06 22:41
fatin hamimi6-Jun-06 22:41 
QuestionIP to Mobile video transfer [modified] Pin
cashi_qau6-Jun-06 19:26
cashi_qau6-Jun-06 19:26 
QuestionHow to communicate from mobile to system Pin
Musharaf Zaheer5-Jun-06 9:36
Musharaf Zaheer5-Jun-06 9:36 
QuestionClipboard support for Pocket PC Pin
unistat5-Jun-06 5:04
unistat5-Jun-06 5:04 

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.