Click here to Skip to main content
15,913,854 members
Home / Discussions / Mobile
   

Mobile

 
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 
GeneralRe: BlueTooth serial port Pin
LittleYellowBird27-Aug-04 1:14
LittleYellowBird27-Aug-04 1:14 
Hi,

I'm doing a similar thing with an iPAQ and a Bluetooth module (I've been away so sorry for the delay in replying to your question). I had a look at my own code for setting the timeouts and as you can see it is very similar, but the values are a bit different:-

    COMMTIMEOUTS timeouts;<br />
<br />
    VERIFY(GetCommTimeouts(m_hSendPort, &timeouts));<br />
<br />
    timeouts.ReadIntervalTimeout         = MAXDWORD;<br />
    timeouts.ReadTotalTimeoutMultiplier  = 0;<br />
    timeouts.ReadTotalTimeoutConstant    = 0;<br />
    timeouts.WriteTotalTimeoutMultiplier = 100;<br />
    timeouts.WriteTotalTimeoutConstant   = 0;<br />
<br />
    VERIFY(SetCommTimeouts(m_hSendPort, &timeouts));


I haven't had a problem with this. On my system if the Bluetooth device is not connected, the Bluetooth connection will not open succesfully and my program detects that, so perhaps that is the difference. Sorry I can't be more help.

As you are a fellow Bluetoother, may I ask you a question? On my iPAQ, when I 'CreateFile' to start the comms it runs the Bluetooth manager and I have to manually select the device I want (even though it is the only Bluetooth device!). I would really like to automate this, any ideas? I've looked and looked on the web for help with this, but it is pretty thin.

Hope you sort your problem, Smile | :)

Ali
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 
GeneralRAPI Question Pin
Rassul Yunussov17-Aug-04 8:19
Rassul Yunussov17-Aug-04 8: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.