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

C#

 
QuestionRe:Displaying Messagebox within client Region Pin
RameshwerE17-Aug-07 2:27
RameshwerE17-Aug-07 2:27 
AnswerRe:Displaying Messagebox within client Region Pin
Hessam Jalali17-Aug-07 5:45
Hessam Jalali17-Aug-07 5:45 
QuestionHow to get a CSV file into a table? Pin
dorine8217-Aug-07 1:58
dorine8217-Aug-07 1:58 
AnswerRe: How to get a CSV file into a table? Pin
error140817-Aug-07 2:13
error140817-Aug-07 2:13 
AnswerRe: How to get a CSV file into a table? Pin
Justin Perez17-Aug-07 2:19
Justin Perez17-Aug-07 2:19 
QuestionRemoting only runs 4/5 instances Pin
BarbaryS17-Aug-07 1:41
BarbaryS17-Aug-07 1:41 
AnswerRe: Remoting only runs 4/5 instances Pin
kalyan_241617-Aug-07 1:59
kalyan_241617-Aug-07 1:59 
GeneralRe: Remoting only runs 4/5 instances Pin
BarbaryS17-Aug-07 2:02
BarbaryS17-Aug-07 2:02 
GeneralRe: Remoting only runs 4/5 instances Pin
Talal Sultan17-Aug-07 5:01
Talal Sultan17-Aug-07 5:01 
GeneralRe: Remoting only runs 4/5 instances Pin
BarbaryS18-Aug-07 3:27
BarbaryS18-Aug-07 3:27 
Questionresource file error Pin
Maddie from Dartford17-Aug-07 1:12
Maddie from Dartford17-Aug-07 1:12 
QuestionNewbie needs help with Access+OLEDB Pin
Infernojericho17-Aug-07 0:51
Infernojericho17-Aug-07 0:51 
AnswerRe: Newbie needs help with Access+OLEDB Pin
Vasudevan Deepak Kumar17-Aug-07 0:56
Vasudevan Deepak Kumar17-Aug-07 0:56 
GeneralRe: Newbie needs help with Access+OLEDB Pin
Infernojericho17-Aug-07 1:20
Infernojericho17-Aug-07 1:20 
AnswerRe: Newbie needs help with Access+OLEDB Pin
Rocky#17-Aug-07 1:00
Rocky#17-Aug-07 1:00 
GeneralRe: Newbie needs help with Access+OLEDB Pin
Infernojericho17-Aug-07 1:22
Infernojericho17-Aug-07 1:22 
GeneralRe: Newbie needs help with Access+OLEDB Pin
Rocky#17-Aug-07 1:28
Rocky#17-Aug-07 1:28 
GeneralRe: Newbie needs help with Access+OLEDB Pin
Infernojericho17-Aug-07 1:30
Infernojericho17-Aug-07 1:30 
GeneralRe: Newbie needs help with Access+OLEDB Pin
Rocky#17-Aug-07 1:41
Rocky#17-Aug-07 1:41 
AnswerRe: Newbie needs help with Access+OLEDB Pin
Talal Sultan17-Aug-07 1:42
Talal Sultan17-Aug-07 1:42 
GeneralRe: Newbie needs help with Access+OLEDB Pin
Infernojericho17-Aug-07 23:34
Infernojericho17-Aug-07 23:34 
Questiongetting results from console aplication Pin
mizitras17-Aug-07 0:43
mizitras17-Aug-07 0:43 
AnswerRe: getting results from console aplication Pin
Giorgi Dalakishvili17-Aug-07 1:05
mentorGiorgi Dalakishvili17-Aug-07 1:05 
You will be able to get what you need if you use Process class.
a)You can set Arguments property of ProcessStartInfo instance and then pass it to Process instance

b)You can specify Hidden for WindowStyle property of ProcessStartInfo or set CreateNoWindow property to true

c)I don't know what you mean by linking but if you start process by using Process class then you can retrieve its output if you set ProcessStartInfo's RedirectStandardOutput property to true



#region signature
my articles
#endregion

QuestionMessage pumping in long processes Pin
deviao17-Aug-07 0:38
deviao17-Aug-07 0:38 
AnswerRe: Message pumping in long processes Pin
S. Senthil Kumar17-Aug-07 20:47
S. Senthil Kumar17-Aug-07 20:47 

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.