Click here to Skip to main content
15,900,724 members
Home / Discussions / Mobile
   

Mobile

 
Question"Save Password" on asp.net mobile pages? Pin
Kir Birger2-May-07 10:44
Kir Birger2-May-07 10:44 
QuestionRadio Button owner draw problem Pin
Shailesh Namjoshi1-May-07 20:13
Shailesh Namjoshi1-May-07 20:13 
QuestionOpening a TCP/IP connection over ActiveSync Pin
GuyM1-May-07 4:49
GuyM1-May-07 4:49 
QuestionFolderBrowserDialog Pin
Tink30-Apr-07 11:40
Tink30-Apr-07 11:40 
QuestionRunning app on windows CE Pin
Tjie Pouw30-Apr-07 1:50
Tjie Pouw30-Apr-07 1:50 
QuestionLink on "Today" Pin
AlexB4727-Apr-07 2:25
AlexB4727-Apr-07 2:25 
AnswerRe: Link on "Today" Pin
Mike Dimmick27-Apr-07 6:44
Mike Dimmick27-Apr-07 6:44 
QuestionStandard input on WinCE Pin
Cedric Moonen25-Apr-07 23:47
Cedric Moonen25-Apr-07 23:47 
Hello !

I'm porting an application (a console application) that was developped for a standard desktop platform to a PocketPC 2003. I'm using Visual Studio 2005.

Everything seems to work fine except for the standard input/output streams.
First, a little explanation of what this application does: in fact, this app is started by a Java application that will retrieve the standard input and ouptut streams of my application to be able to communicate with it. So, the console windows is even not displayed as the streams are captured by the Java app.
What I'm doing is waiting for a signal of the Java app (a simple string) using cin:

char szBuffer[255];
cin >> szBuffer;


Problem: under WinCE this code doesn't work correctly. The operation returns immediately (it should block until a string has been received) and the bad bit or the fail bit of the stream is set (I just checked both of them together). This has to do (almost certainly) with the fact that console windows are not supported on winCe (as far as I know).

For now, I only tested without the Java app but I don't think the stream will reset itself once the Java app gets the streams.

Does anybody know how I can solve the problem ?


Cédric Moonen
Software developer

Charting control [v1.2 - Updated]

QuestionHow to add a shortcut under Start Menu/Settings/Connections tab in Pocket PC Pin
snprani25-Apr-07 0:51
snprani25-Apr-07 0:51 
Questionspeech Recognition in pocket pc Pin
meghu25-Apr-07 0:50
meghu25-Apr-07 0:50 
Questionhow can I read Unique DeviceID on Pocket PC using C# Pin
Blue_Boy24-Apr-07 22:02
Blue_Boy24-Apr-07 22:02 
AnswerRe: how can I read Unique DeviceID on Pocket PC using C# Pin
Christopher Fairbairn22-May-07 15:58
Christopher Fairbairn22-May-07 15:58 
QuestionAttaching text file to email using VB.net Pin
finicio24-Apr-07 5:31
finicio24-Apr-07 5:31 
Questioninstall sql server ce Pin
SVb.net24-Apr-07 3:56
SVb.net24-Apr-07 3:56 
Questionfopen in windows mobile Pin
the pink jedi23-Apr-07 5:57
the pink jedi23-Apr-07 5:57 
QuestionOpen GPRS Connection Pin
Blue_Boy23-Apr-07 3:01
Blue_Boy23-Apr-07 3:01 
QuestionHow to attach WinCE emulator into VS 2005 Pin
ctlqt1221-Apr-07 5:28
ctlqt1221-Apr-07 5:28 
QuestionDetect call in progress Pin
CarpenterJim21-Apr-07 2:51
CarpenterJim21-Apr-07 2:51 
AnswerRe: Detect call in progress Pin
Rajesh R Subramanian2-May-07 23:24
professionalRajesh R Subramanian2-May-07 23:24 
GeneralRe: Detect call in progress Pin
CarpenterJim3-May-07 5:23
CarpenterJim3-May-07 5:23 
GeneralRe: Detect call in progress Pin
Rajesh R Subramanian3-May-07 6:39
professionalRajesh R Subramanian3-May-07 6:39 
QuestionSystem Tray [modified] Pin
~J~20-Apr-07 13:32
~J~20-Apr-07 13:32 
AnswerRe: System Tray Pin
Christopher Fairbairn22-May-07 16:02
Christopher Fairbairn22-May-07 16:02 
QuestionText Message from Server to Mobile Pin
Civic0620-Apr-07 10:48
Civic0620-Apr-07 10:48 
Questionmobile phone to pc Pin
p.praveenid4u19-Apr-07 22:33
p.praveenid4u19-Apr-07 22:33 

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.