Click here to Skip to main content
15,905,427 members
Home / Discussions / C#
   

C#

 
QuestionRun on top of game in full screen Pin
rfjeld7-Jun-06 20:40
rfjeld7-Jun-06 20:40 
AnswerRe: Run on top of game in full screen Pin
Daniele Ferrero7-Jun-06 21:43
Daniele Ferrero7-Jun-06 21:43 
GeneralRe: Run on top of game in full screen Pin
rfjeld7-Jun-06 21:53
rfjeld7-Jun-06 21:53 
AnswerRe: Run on top of game in full screen Pin
J4amieC7-Jun-06 21:57
J4amieC7-Jun-06 21:57 
GeneralRe: Run on top of game in full screen Pin
rfjeld7-Jun-06 22:13
rfjeld7-Jun-06 22:13 
QuestionAdding a checkbox to ListView Control in C# Pin
peshawarcoder7-Jun-06 20:19
peshawarcoder7-Jun-06 20:19 
AnswerRe: Adding a checkbox to ListView Control in C# [modified] Pin
rfjeld7-Jun-06 21:13
rfjeld7-Jun-06 21:13 
QuestionPrinting Html Table Pin
Suamal7-Jun-06 20:15
Suamal7-Jun-06 20:15 
AnswerRe: Printing Html Table Pin
Suamal9-Jun-06 0:42
Suamal9-Jun-06 0:42 
QuestionComparision between 2 xml files Pin
donymony7-Jun-06 19:55
donymony7-Jun-06 19:55 
AnswerRe: Comparision between 2 xml files Pin
rah_sin7-Jun-06 20:01
professionalrah_sin7-Jun-06 20:01 
AnswerRe: Comparision between 2 xml files Pin
Daniele Ferrero7-Jun-06 20:56
Daniele Ferrero7-Jun-06 20:56 
GeneralRe: Comparision between 2 xml files Pin
donymony7-Jun-06 20:58
donymony7-Jun-06 20:58 
GeneralRe: Comparision between 2 xml files Pin
Stefan Troschuetz7-Jun-06 21:35
Stefan Troschuetz7-Jun-06 21:35 
GeneralRe: Comparision between 2 xml files Pin
lmoelleb7-Jun-06 21:09
lmoelleb7-Jun-06 21:09 
GeneralRe: Comparision between 2 xml files Pin
Daniele Ferrero7-Jun-06 21:27
Daniele Ferrero7-Jun-06 21:27 
GeneralRe: Comparision between 2 xml files Pin
Stefan Troschuetz7-Jun-06 21:41
Stefan Troschuetz7-Jun-06 21:41 
GeneralRe: Comparision between 2 xml files Pin
donymony7-Jun-06 22:04
donymony7-Jun-06 22:04 
QuestionNetwork Programming Pin
alwz_nikhil7-Jun-06 19:09
alwz_nikhil7-Jun-06 19:09 
AnswerRe: Network Programming Pin
Daniele Ferrero7-Jun-06 21:35
Daniele Ferrero7-Jun-06 21:35 
QuestionOpening a console window from a WinForm Pin
k_v_w7-Jun-06 19:01
k_v_w7-Jun-06 19:01 
AnswerRe: Opening a console window from a WinForm Pin
Ed.Poore7-Jun-06 20:31
Ed.Poore7-Jun-06 20:31 
You might be able to create a cmd.exe process and then use the RedirectStandardInput and RedirectStandardOutput to the streams of the Console class (something like GetStandardInputStream and GetStandardOutputStream from the Console class).  You should be able to then write using Console.WriteLine etc and read using Console.ReadLine etc to read and write from cmd.exe.

Note I havn't had the time to look it up properly, but then again that's your job Big Grin | :-D , still might be useful to me when I get the time.



You know you're a Land Rover owner when the best route from point A to point B is through the mud.

Ed
QuestionValidation IsNumeric in C# Pin
angelagke7-Jun-06 17:04
angelagke7-Jun-06 17:04 
AnswerRe: Validation IsNumeric in C# Pin
Christian Graus7-Jun-06 17:46
protectorChristian Graus7-Jun-06 17:46 
GeneralRe: Validation IsNumeric in C# Pin
angelagke7-Jun-06 19:21
angelagke7-Jun-06 19:21 

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.