Click here to Skip to main content
15,894,460 members
Home / Discussions / Mobile
   

Mobile

 
QuestionWindows CE.Net – Reminder Message Pin
Ram Murugan12-Oct-06 23:04
Ram Murugan12-Oct-06 23:04 
AnswerRe: Windows CE.Net – Reminder Message Pin
Mike Dimmick12-Oct-06 23:41
Mike Dimmick12-Oct-06 23:41 
GeneralRe: Windows CE.Net – Reminder Message Pin
Ram Murugan15-Oct-06 17:23
Ram Murugan15-Oct-06 17:23 
Questionnotification control Pin
nith12312-Oct-06 20:08
nith12312-Oct-06 20:08 
Questionwindows media player on Emulator ? Pin
jalsa G12-Oct-06 19:30
jalsa G12-Oct-06 19:30 
QuestionHow can indie devs get revenue for mobile app or game? Pin
AllenArthurGay11-Oct-06 7:52
AllenArthurGay11-Oct-06 7:52 
QuestionHow to creat a floating toobar with evc++4.0? Pin
qianfm11-Oct-06 1:55
qianfm11-Oct-06 1:55 
QuestionProblemo with keys Pin
Fernando A. Gomez F.10-Oct-06 11:57
Fernando A. Gomez F.10-Oct-06 11:57 
Hello fellows,

I have a problemo. I created a new list control for my application, which is derived directly from CWnd (the story why i do not use standard CListBox or CListCtrl is long and useless here).

It was working fine... until the customer asked for a new feature: that when the arrow keys are pressed (up and down), the focus of the selected list... well, moves up and down.

So I captured the WM_KEYDOWN message and I have something like:

<br />
for (int i = 0; i < nRepCnt; i++)<br />
{<br />
	switch (nChar)<br />
	{<br />
		case VK_UP:<br />
			MoveSelUp();<br />
			break;<br />
	<br />
		case VK_DOWN:<br />
			MoveSelDown();<br />
			break;<br />
<br />
		case VK_RETURN:<br />
			Enter();<br />
			break;<br />
	}<br />
}<br />


However, it is not working. Why? Because the device is sending neither VK_UP nor VK_DOWN; rather, it sends a code, 132, which corresponds to F21 or something like that. Furthermore, it sends the same code for both up arrow and down arrow.

That happens with a Symbol 50c PPC. I tried the same with an Intermec 730, and it gets worse: the arrows doesn't even send a code.

Any idea why is this happening? Any comment or suggestion will be really appreciated.

Regards,
FG.

A polar bear is a bear whose coordinates has been changed in terms of sine and cosine.

QuestionPictureBox control causes exception Pin
matt_wupp10-Oct-06 2:11
matt_wupp10-Oct-06 2:11 
QuestionBluetooth in Windows CE .NET 4.2 Pin
skyapie10-Oct-06 0:05
skyapie10-Oct-06 0:05 
QuestionWant some Information Pin
varun_khanna179-Oct-06 19:37
varun_khanna179-Oct-06 19:37 
QuestionNative Exception Error: 0xc0000005 Pin
Mark C Eaton8-Oct-06 16:04
Mark C Eaton8-Oct-06 16:04 
Questionnotification control Pin
nith1237-Oct-06 16:35
nith1237-Oct-06 16:35 
AnswerRe: notification control Pin
acroitoriu9-Oct-06 3:45
acroitoriu9-Oct-06 3:45 
Questionwhy the forground can not receive message ? Pin
lirbert7-Oct-06 16:14
lirbert7-Oct-06 16:14 
QuestionC# Vs. C++ for Windows Mobile 2005 development Pin
Ryzhiy4-Oct-06 11:03
Ryzhiy4-Oct-06 11:03 
Questionnetwork/wifi adapter detection Pin
Michael Hendrickx3-Oct-06 10:23
Michael Hendrickx3-Oct-06 10:23 
QuestionFinding the installed CAB file in Pocket PC. Pin
aruna_koride26-Sep-06 19:29
aruna_koride26-Sep-06 19:29 
AnswerRe: Finding the installed CAB file in Pocket PC. Pin
zhengdong jin28-Sep-06 23:45
zhengdong jin28-Sep-06 23:45 
QuestionUsing c++ activeX in .Net app? Pin
mAlleXXX25-Sep-06 20:39
mAlleXXX25-Sep-06 20:39 
Questionmobile internet explorer simulator Pin
shashank veerkar24-Sep-06 20:56
shashank veerkar24-Sep-06 20:56 
AnswerRe: mobile internet explorer simulator Pin
Alain Rist25-Sep-06 3:35
Alain Rist25-Sep-06 3:35 
QuestionSocket Receive Timeout Pin
aruna_koride23-Sep-06 22:40
aruna_koride23-Sep-06 22:40 
QuestionRAPI soft-reset? Pin
skyapie20-Sep-06 19:39
skyapie20-Sep-06 19:39 
AnswerRe: RAPI soft-reset? Pin
Jonas Larsson20-Sep-06 23:08
Jonas Larsson20-Sep-06 23:08 

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.