Click here to Skip to main content
15,909,324 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: How to load a Bitmap over a dialog faster ? Pin
Arun AC24-Aug-04 9:52
Arun AC24-Aug-04 9:52 
GeneralRe: How to load a Bitmap over a dialog faster ? Pin
João Paulo Figueira25-Aug-04 4:28
professionalJoão Paulo Figueira25-Aug-04 4:28 
GeneralRe: How to load a Bitmap over a dialog faster ? Pin
Arun AC25-Aug-04 21:04
Arun AC25-Aug-04 21:04 
GeneralRe: How to load a Bitmap over a dialog faster ? Pin
João Paulo Figueira25-Aug-04 22:32
professionalJoão Paulo Figueira25-Aug-04 22:32 
GeneralRe: How to load a Bitmap over a dialog faster ? Pin
Arun AC1-Sep-04 7:23
Arun AC1-Sep-04 7:23 
GeneralRe: How to load a Bitmap over a dialog faster ? Pin
João Paulo Figueira1-Sep-04 7:40
professionalJoão Paulo Figueira1-Sep-04 7:40 
Generallogging on PocketPc Pin
Anonymous23-Aug-04 12:06
Anonymous23-Aug-04 12:06 
GeneralBlueTooth serial port Pin
Cedric Moonen23-Aug-04 1:08
Cedric Moonen23-Aug-04 1:08 
Hello !
I'm facing a problem when opening a connection to a BlueTooth device (using CreateFile, WriteFile, ...). So, the connection is opened like a normal serial port but when I try to write something to the port, if the device was not connected, my program hangs (so, the WriteFile instruction never times out !!). I set the write timeout to a specified value (so, it is not an infinite timeout):

//Setup Timeouts<br />
COMMTIMEOUTS Timeouts;<br />
Timeouts.ReadIntervalTimeout=MAXDWORD;<br />
Timeouts.ReadTotalTimeoutMultiplier=MAXDWORD;<br />
Timeouts.ReadTotalTimeoutConstant=500;<br />
Timeouts.WriteTotalTimeoutMultiplier=100;<br />
Timeouts.WriteTotalTimeoutConstant=500;<br />
SetCommTimeouts(hCom,&Timeouts);<br />


If I use this code on a desktop computer it works (so the WriteFile instruction times out if no connection is established).

Anybody has an idea how I can change this behaviour ?? This Write instruction is in fact a command sent to the device to get back its Id number (so, check if the connection was well established and the device recognized).

Thanks
GeneralRe: BlueTooth serial port Pin
LittleYellowBird27-Aug-04 1:14
LittleYellowBird27-Aug-04 1:14 
GeneralRe: BlueTooth serial port Pin
Cedric Moonen27-Aug-04 1:34
Cedric Moonen27-Aug-04 1:34 
GeneralRe: BlueTooth serial port Pin
LittleYellowBird7-Sep-04 0:48
LittleYellowBird7-Sep-04 0:48 
GeneralRe: BlueTooth serial port Pin
lbendlin4-Nov-04 9:17
lbendlin4-Nov-04 9:17 
GeneralProblem in HTTP POST Pin
khchan22-Aug-04 18:48
khchan22-Aug-04 18:48 
GeneralS/Getting wireless client adapter information Pin
Clay20-Aug-04 14:52
Clay20-Aug-04 14:52 
QuestionBluetooth HOW TO? Pin
zoid ! 20-Aug-04 12:10
zoid ! 20-Aug-04 12:10 
AnswerRe: Bluetooth HOW TO? Pin
zoid ! 23-Aug-04 8:22
zoid ! 23-Aug-04 8:22 
GeneralRe: Bluetooth HOW TO? Pin
LittleYellowBird6-Sep-04 5:46
LittleYellowBird6-Sep-04 5:46 
GeneralPPC 2003 for MIPS Pin
rmkmani20-Aug-04 1:14
rmkmani20-Aug-04 1:14 
GeneralRe: PPC 2003 for MIPS Pin
Ian Darling20-Aug-04 6:34
Ian Darling20-Aug-04 6:34 
GeneralHelp trapping Sync event with .NET CF Pin
Andre Oschadlin20-Aug-04 1:09
Andre Oschadlin20-Aug-04 1:09 
Generalborderless combobox Pin
jatin@indus20-Aug-04 0:55
jatin@indus20-Aug-04 0:55 
GeneralButton text problem. Pin
and_vb18-Aug-04 23:33
and_vb18-Aug-04 23:33 
GeneralMFC dlls question Pin
Rassul Yunussov18-Aug-04 18:18
Rassul Yunussov18-Aug-04 18:18 
GeneralRe: MFC dlls question Pin
João Paulo Figueira18-Aug-04 23:29
professionalJoão Paulo Figueira18-Aug-04 23:29 
General.NET CF and eVC++ Pin
monn18-Aug-04 16:19
monn18-Aug-04 16:19 

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.