Click here to Skip to main content
16,009,391 members
Home / Discussions / C#
   

C#

 
AnswerRe: hi friends! Pin
PlayByTheRules16-Jul-06 23:16
PlayByTheRules16-Jul-06 23:16 
QuestionHow can I Map other web?? Pin
dabuskol16-Jul-06 0:03
dabuskol16-Jul-06 0:03 
AnswerRe: How can I Map other web?? Pin
Gavin Roberts17-Jul-06 2:11
Gavin Roberts17-Jul-06 2:11 
Questionunsure about running apps of different cd's... Pin
Anthony Mushrow15-Jul-06 15:04
professionalAnthony Mushrow15-Jul-06 15:04 
AnswerRe: unsure about running apps of different cd's... Pin
led mike15-Jul-06 16:23
led mike15-Jul-06 16:23 
GeneralRe: unsure about running apps of different cd's... Pin
Jun Du15-Jul-06 16:46
Jun Du15-Jul-06 16:46 
GeneralRe: unsure about running apps of different cd's... Pin
S. Senthil Kumar16-Jul-06 6:17
S. Senthil Kumar16-Jul-06 6:17 
GeneralRe: unsure about running apps of different cd's... Pin
led mike16-Jul-06 19:59
led mike16-Jul-06 19:59 
Jun Du wrote:
Actually it's not like that.


Actually it is like that.
#include "stdafx.h"
#include <iostream>
#include <conio.h>

using namespace std;

int readkey()
{
	int n = getch();
	while(kbhit()) getch();
	return n;
}

int _tmain(int argc, _TCHAR* argv[])
{
	int nret;
	cout << "Hello Jun Du remove disk or data stick then enter a key." << endl;
	nret = readkey();
	cout << "Still here Jun Du" << endl;
	nret = readkey();
	return nret;
}


"Just about every question you've asked over the last 3-4 days has been "urgent". Perhaps a little planning would be helpful?"
Colin Angus Mackay in the C# forum


led mike
Questionerror in database program in vs2005 . Pin
hdv21215-Jul-06 13:43
hdv21215-Jul-06 13:43 
AnswerRe: error in database program in vs2005 . Pin
led mike15-Jul-06 16:31
led mike15-Jul-06 16:31 
GeneralRe: error in database program in vs2005 . Pin
hdv21215-Jul-06 21:15
hdv21215-Jul-06 21:15 
GeneralRe: error in database program in vs2005 . Pin
Stefan Troschuetz15-Jul-06 22:25
Stefan Troschuetz15-Jul-06 22:25 
QuestionPrnScr Pin
TAREQ F ABUZUHRI15-Jul-06 10:56
TAREQ F ABUZUHRI15-Jul-06 10:56 
AnswerRe: PrnScr Pin
Paul Conrad15-Jul-06 11:05
professionalPaul Conrad15-Jul-06 11:05 
AnswerRe: PrnScr Pin
Robert Rohde15-Jul-06 11:09
Robert Rohde15-Jul-06 11:09 
AnswerRe: PrnScr Pin
Ravi Bhavnani15-Jul-06 12:48
professionalRavi Bhavnani15-Jul-06 12:48 
QuestionArranging a web page to print it. Pin
orentuil15-Jul-06 10:20
orentuil15-Jul-06 10:20 
AnswerRe: Arranging a web page to print it. Pin
Asif Sayed15-Jul-06 19:34
Asif Sayed15-Jul-06 19:34 
AnswerRe: Arranging a web page to print it. Pin
orentuil15-Jul-06 20:06
orentuil15-Jul-06 20:06 
GeneralRe: Arranging a web page to print it. Pin
orentuil16-Jul-06 10:27
orentuil16-Jul-06 10:27 
QuestionAdding Data-Connection to a form Pin
Grant Lindsay15-Jul-06 8:02
Grant Lindsay15-Jul-06 8:02 
QuestionDrawing on the Desktop Pin
bneacetp15-Jul-06 7:42
bneacetp15-Jul-06 7:42 
AnswerRe: Drawing on the Desktop Pin
Judah Gabriel Himango15-Jul-06 9:08
sponsorJudah Gabriel Himango15-Jul-06 9:08 
AnswerRe: Drawing on the Desktop Pin
Jun Du15-Jul-06 12:34
Jun Du15-Jul-06 12:34 
GeneralRe: Drawing on the Desktop Pin
bneacetp26-Jul-07 17:43
bneacetp26-Jul-07 17:43 

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.