Click here to Skip to main content
16,010,650 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Question for embedVisual Tools (eVB & eVC) Pin
João Paulo Figueira30-Jun-03 23:56
professionalJoão Paulo Figueira30-Jun-03 23:56 
Questionhow to detect Bluetooth around Pin
saha1130-Jun-03 3:48
saha1130-Jun-03 3:48 
AnswerRe: how to detect Bluetooth around Pin
João Paulo Figueira30-Jun-03 4:49
professionalJoão Paulo Figueira30-Jun-03 4:49 
GeneralRe: how to detect Bluetooth around Pin
saha1130-Jun-03 19:06
saha1130-Jun-03 19:06 
GeneralRe: how to detect Bluetooth around Pin
João Paulo Figueira30-Jun-03 23:53
professionalJoão Paulo Figueira30-Jun-03 23:53 
AnswerRe: how to detect Bluetooth around Pin
FlyfishX3-Jun-11 23:14
FlyfishX3-Jun-11 23:14 
GeneralCListCtrl with "tap and hold" and selecting item with a "tap" Pin
Frank S.28-Jun-03 3:47
Frank S.28-Jun-03 3:47 
GeneralRe: CListCtrl with "tap and hold" and selecting item with a "tap" Pin
João Paulo Figueira28-Jun-03 6:16
professionalJoão Paulo Figueira28-Jun-03 6:16 
Hi,
Check my article on this subject: Handling tap-and-hold[^]. In this article I explain a technique that allows you to select an item using a tap while keeping the tap-and-hold capability: you have to correctly handle the NM_CLICK notification. This notification will be sent after a normal tap and after a tap-and-hold operation. When you handle the tap-and-hold (through the GN_CONTEXTMENU notification), use a flag to store this state, ans test it in the NM_CLICK handler. If the flag is TRUE, this is a tap-and-hold, otherwise it is a normal tap.

I know nothing about Windows CE < 3.0...

Hope this helps.
GeneralRe: CListCtrl with "tap and hold" and selecting item with a "tap" Pin
Frank S.28-Jun-03 6:36
Frank S.28-Jun-03 6:36 
GeneralRe: CListCtrl with &quot;tap and hold&quot; and selecting item with a &quot;tap&quot; Pin
João Paulo Figueira28-Jun-03 6:56
professionalJoão Paulo Figueira28-Jun-03 6:56 
GeneralRe: CListCtrl with "tap and hold" and selecting item with a "tap" Pin
Frank S.28-Jun-03 7:04
Frank S.28-Jun-03 7:04 
GeneralRe: CListCtrl with &quot;tap and hold&quot; and selecting item with a &quot;tap&quot; Pin
João Paulo Figueira28-Jun-03 7:29
professionalJoão Paulo Figueira28-Jun-03 7:29 
GeneralRe: CListCtrl with &quot;tap and hold&quot; and selecting item with a &quot;tap&quot; Pin
Frank S.29-Jun-03 0:40
Frank S.29-Jun-03 0:40 
GeneralRe: CListCtrl with "tap and hold" and selecting item with a "tap" Pin
Frank Siedler30-Jun-03 3:18
Frank Siedler30-Jun-03 3:18 
GeneralDataGrid with custom color for each cell Pin
holtsch27-Jun-03 6:31
holtsch27-Jun-03 6:31 
GeneralRe: DataGrid with custom color for each cell Pin
Jermo8-Jan-04 0:19
Jermo8-Jan-04 0:19 
GeneralRe: DataGrid with custom color for each cell Pin
holtsch8-Jan-04 2:48
holtsch8-Jan-04 2:48 
GeneralThread exit problem Pin
Cedric Moonen26-Jun-03 4:10
Cedric Moonen26-Jun-03 4:10 
GeneralRe: Thread exit problem Pin
Daniel Strigl26-Jun-03 18:56
Daniel Strigl26-Jun-03 18:56 
GeneralRe: Thread exit problem Pin
Cedric Moonen29-Jun-03 20:21
Cedric Moonen29-Jun-03 20:21 
GeneralRe: Thread exit problem Pin
Daniel Strigl29-Jun-03 22:39
Daniel Strigl29-Jun-03 22:39 
GeneralRe: Thread exit problem Pin
Cedric Moonen30-Jun-03 1:20
Cedric Moonen30-Jun-03 1:20 
GeneralSplash screen Pin
#realJSOP26-Jun-03 1:22
professional#realJSOP26-Jun-03 1:22 
QuestionIs there a wireless 802.11b utility sample code? Pin
Joye Liu25-Jun-03 16:59
Joye Liu25-Jun-03 16:59 
QuestionHow to change ClassID of MFC ActiveX Control Pin
subramjobmail25-Jun-03 14:45
subramjobmail25-Jun-03 14:45 

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.