Click here to Skip to main content
15,899,026 members
Home / Discussions / C#
   

C#

 
GeneralRe: Alternative to databinding Pin
Alex Korchemniy9-Oct-03 4:34
Alex Korchemniy9-Oct-03 4:34 
QuestionWhat exactly is the get and set used for?? Pin
IrishSonic8-Oct-03 12:39
IrishSonic8-Oct-03 12:39 
AnswerRe: What exactly is the get and set used for?? Pin
Guillermo Rivero8-Oct-03 12:49
Guillermo Rivero8-Oct-03 12:49 
AnswerRe: What exactly is the get and set used for?? Pin
Daniel M. Edwards8-Oct-03 14:02
Daniel M. Edwards8-Oct-03 14:02 
GeneralPageScale Pin
Gary Kirkham8-Oct-03 12:39
Gary Kirkham8-Oct-03 12:39 
QuestionHow to tell if a DOS process is waiting for input Pin
Wjousts8-Oct-03 10:42
Wjousts8-Oct-03 10:42 
AnswerRe: How to tell if a DOS process is waiting for input Pin
Blake Coverett8-Oct-03 16:00
Blake Coverett8-Oct-03 16:00 
GeneralRe: How to tell if a DOS process is waiting for input Pin
Wjousts8-Oct-03 16:14
Wjousts8-Oct-03 16:14 
Blake Coverett wrote:
1) You need to be parsing the output of the program in order to decide whether to respond with a 'y' or an 'n'. In that case, you should be reading the program's standard output and you will see when the question appears.

Well, that's want I'm doing at the moment, but I was wondering if there was a more flexible and fool-proof way of doing things. Right now I'm comparing strings coming out of the stdout (actually, it's the stderr) to a string I know will appear if it decides to ask this question. Then my program will pop up a yes/no message box and, depending on the users response, sends either a 'y' or 'n' to the stdin. The problem is, what if that string changes in the DOS program I'm running (I didn't write it), and what if there are other situations that might need a users response (again, I didn't write it).
GeneralRe: How to tell if a DOS process is waiting for input Pin
Blake Coverett8-Oct-03 16:18
Blake Coverett8-Oct-03 16:18 
GeneralRe: How to tell if a DOS process is waiting for input Pin
Wjousts9-Oct-03 4:24
Wjousts9-Oct-03 4:24 
GeneralCommunicating with COM object Pin
mahvk8-Oct-03 8:56
mahvk8-Oct-03 8:56 
GeneralRe: Communicating with COM object Pin
Heath Stewart8-Oct-03 10:25
protectorHeath Stewart8-Oct-03 10:25 
GeneralRe: Communicating with COM object Pin
mahvk8-Oct-03 10:33
mahvk8-Oct-03 10:33 
GeneralRe: Communicating with COM object Pin
Stephane Rodriguez.8-Oct-03 11:09
Stephane Rodriguez.8-Oct-03 11:09 
Generalextend an array like int[] Pin
yyf8-Oct-03 8:16
yyf8-Oct-03 8:16 
GeneralRe: extend an array like int[] Pin
Daniel M. Edwards8-Oct-03 8:48
Daniel M. Edwards8-Oct-03 8:48 
GeneralRe: extend an array like int[] Pin
jparsons8-Oct-03 12:09
jparsons8-Oct-03 12:09 
GeneralI'm C# newbie, how do I add a website to my application using Microsft Web Browser control? Please tell me step by step Pin
CSharp13148-Oct-03 7:54
CSharp13148-Oct-03 7:54 
GeneralRe: I'm C# newbie, how do I add a website to my application using Microsft Web Browser control? Please tell me step by step Pin
JJF0078-Oct-03 10:32
JJF0078-Oct-03 10:32 
GeneralRe: I'm C# newbie, how do I add a website to my application using Microsft Web Browser control? Please tell me step by step Pin
CSharp13148-Oct-03 17:51
CSharp13148-Oct-03 17:51 
GeneralRe: I'm C# newbie, how do I add a website to my application using Microsft Web Browser control? Please tell me step by step Pin
Daniel M. Edwards8-Oct-03 18:25
Daniel M. Edwards8-Oct-03 18:25 
GeneralHelp, can not lock a TextBoxBase Pin
yyf8-Oct-03 7:48
yyf8-Oct-03 7:48 
GeneralGet Logical Drives and Contens from a Server Pin
eristoffx8-Oct-03 5:01
eristoffx8-Oct-03 5:01 
GeneralRe: Get Logical Drives and Contens from a Server Pin
Blake Coverett8-Oct-03 16:15
Blake Coverett8-Oct-03 16:15 
GeneralIntellisence custom object Pin
Anonymous8-Oct-03 4:53
Anonymous8-Oct-03 4:53 

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.