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

Mobile

 
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 
Hello all.

I have a problem. I have a CDialog-derived class with one CEdit control. This class is catching the ON_EN_SETFOCUS and ON_EN_KILLFOCUS messages for such CEdit. What I want is to show the SIP (System Input Panel, that is, the little keyboard, if available) when the CEdit gets the focus, and hide it when it looses the focus. I have some research, and here's what I've got:

<br />
<br />
BEGIN_MESSAGE_MAP(CCapDescargaBatch, CDialog)<br />
    ON_EN_SETFOCUS(IDC_EDIT_BATCH, OnSetFocusEditBatch)<br />
    ON_EN_KILLFOCUS(IDC_EDIT_BATCH, OnKillFocusEditBatch)<br />
END_MESSAGE_MAP()<br />
<br />
... <br />
<br />
void CCapDescargaBatch::OnSetFocusEditBatch() <br />
{<br />
    SipShowIM(SIPF_ON);	<br />
}<br />
<br />
void CCapDescargaBatch::OnKillFocusEditBatch() <br />
{<br />
    SipShowIM(SIPF_OFF);	<br />
}<br />
<br />


I found that SipShowIM shows and hides the keyboard. However, when I click the CEdit, the keyboard appears for 2 secs and then it "disappears", as if it were not handling the WM_PAINT.

Any thoughts would be appreciated.

Regards,
FG.



A polar bear is a bear whose coordinates has been changed in terms of sine and cosine.
AnswerRe: Problem showing the system input panel Pin
Mike Dimmick26-Jun-06 4:08
Mike Dimmick26-Jun-06 4:08 
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 

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.