Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
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 
QuestionLinq References Pin
Johan Lombaard17-Aug-07 0:29
Johan Lombaard17-Aug-07 0:29 
AnswerRe: Linq References Pin
Colin Angus Mackay17-Aug-07 0:34
Colin Angus Mackay17-Aug-07 0:34 
GeneralRe: Linq References Pin
Ed.Poore17-Aug-07 3:43
Ed.Poore17-Aug-07 3:43 
GeneralRe: Linq References Pin
Mark Churchill17-Aug-07 5:32
Mark Churchill17-Aug-07 5:32 
GeneralRe: Linq References Pin
Ed.Poore17-Aug-07 11:27
Ed.Poore17-Aug-07 11:27 
GeneralRe: Linq References Pin
Mark Churchill18-Aug-07 4:00
Mark Churchill18-Aug-07 4:00 
Questiondeploying mutiple project in single setup Pin
kalyan_241617-Aug-07 0:29
kalyan_241617-Aug-07 0:29 
QuestionDataGridView - combobox as a column Pin
drweb8617-Aug-07 0:22
drweb8617-Aug-07 0:22 
Questionuploading xml to database Pin
kalyan_241617-Aug-07 0:15
kalyan_241617-Aug-07 0:15 
AnswerRe: uploading xml to database Pin
Rocky#17-Aug-07 0:54
Rocky#17-Aug-07 0:54 
GeneralRe: uploading xml to database Pin
kalyan_241617-Aug-07 0:56
kalyan_241617-Aug-07 0:56 
GeneralRe: uploading xml to database Pin
Rocky#17-Aug-07 1:08
Rocky#17-Aug-07 1:08 
GeneralRe: uploading xml to database Pin
kalyan_241617-Aug-07 1:13
kalyan_241617-Aug-07 1:13 
GeneralRe: uploading xml to database Pin
Rocky#17-Aug-07 1:25
Rocky#17-Aug-07 1:25 
GeneralRe: uploading xml to database Pin
kalyan_241617-Aug-07 1:29
kalyan_241617-Aug-07 1:29 

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.