Click here to Skip to main content
15,890,717 members
Home / Discussions / C#
   

C#

 
QuestionAccess to soap WebServer without "Add Web Reference" Option Pin
Patricio Tapia7-Nov-08 22:01
Patricio Tapia7-Nov-08 22:01 
AnswerRe: Access to soap WebServer without "Add Web Reference" Option Pin
Wendelius8-Nov-08 1:05
mentorWendelius8-Nov-08 1:05 
QuestionBackgroundWorker and command line exe: what DoWork deals with? Pin
LordZoster7-Nov-08 20:52
LordZoster7-Nov-08 20:52 
AnswerRe: BackgroundWorker and command line exe: what DoWork deals with? Pin
#realJSOP7-Nov-08 23:58
mve#realJSOP7-Nov-08 23:58 
AnswerRe: BackgroundWorker and command line exe: what DoWork deals with? Pin
Giorgi Dalakishvili8-Nov-08 0:56
mentorGiorgi Dalakishvili8-Nov-08 0:56 
GeneralRe: BackgroundWorker and command line exe: what DoWork deals with? Pin
#realJSOP8-Nov-08 1:59
mve#realJSOP8-Nov-08 1:59 
GeneralRe: BackgroundWorker and command line exe: what DoWork deals with? Pin
LordZoster8-Nov-08 5:42
LordZoster8-Nov-08 5:42 
GeneralRe: BackgroundWorker and command line exe: what DoWork deals with? Pin
Dave Kreskowiak8-Nov-08 5:52
mveDave Kreskowiak8-Nov-08 5:52 
Usually not. They're usually dispaly using non-stream methods that your code would not be able to intercept or would be very difficult to process with any meaning.

A better option would be to get rid of the batch file and execute each command from your background worked. When you go from one step (command line) in the batch file to the next, you can update the progress bar. Keep in mind you will NOT be able to increment progress inside each of those steps.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




AnswerRe: BackgroundWorker and command line exe: what DoWork deals with? Pin
sph3rex8-Nov-08 5:46
sph3rex8-Nov-08 5:46 
AnswerRe: BackgroundWorker and command line exe: what DoWork deals with? Pin
Muammar©9-Nov-08 0:13
Muammar©9-Nov-08 0:13 
GeneralRe: BackgroundWorker and command line exe: what DoWork deals with? Pin
LordZoster9-Nov-08 2:12
LordZoster9-Nov-08 2:12 
QuestionRe: BackgroundWorker and command line exe: what DoWork deals with? [modified] Pin
LordZoster16-Nov-08 10:09
LordZoster16-Nov-08 10:09 
AnswerRe: BackgroundWorker and command line exe: what DoWork deals with? Pin
Muammar©16-Nov-08 21:35
Muammar©16-Nov-08 21:35 
GeneralRe: BackgroundWorker and command line exe: what DoWork deals with? Pin
LordZoster16-Nov-08 22:29
LordZoster16-Nov-08 22:29 
GeneralRe: BackgroundWorker and command line exe: what DoWork deals with? Pin
Muammar©16-Nov-08 22:43
Muammar©16-Nov-08 22:43 
GeneralRe: BackgroundWorker and command line exe: what DoWork deals with? Pin
LordZoster16-Nov-08 23:02
LordZoster16-Nov-08 23:02 
GeneralRe: BackgroundWorker and command line exe: what DoWork deals with? Pin
Muammar©17-Nov-08 2:18
Muammar©17-Nov-08 2:18 
GeneralRe: BackgroundWorker and command line exe: what DoWork deals with? Pin
LordZoster17-Nov-08 3:02
LordZoster17-Nov-08 3:02 
GeneralRe: BackgroundWorker and command line exe: what DoWork deals with? Pin
Muammar©17-Nov-08 20:41
Muammar©17-Nov-08 20:41 
GeneralRe: BackgroundWorker and command line exe: what DoWork deals with? Pin
LordZoster17-Nov-08 21:52
LordZoster17-Nov-08 21:52 
Questionhow could i convert a MethodInfo to EventHandler? Pin
legalbattle7-Nov-08 20:48
legalbattle7-Nov-08 20:48 
AnswerRe: how could i convert a MethodInfo to EventHandler? Pin
Guffa7-Nov-08 21:33
Guffa7-Nov-08 21:33 
QuestionText File - Downloading Pin
chinnu bangaram7-Nov-08 20:11
chinnu bangaram7-Nov-08 20:11 
AnswerRe: Text File - Downloading Pin
Guffa7-Nov-08 21:35
Guffa7-Nov-08 21:35 
AnswerRe: Text File - Downloading Pin
Muammar©9-Nov-08 0:18
Muammar©9-Nov-08 0:18 

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.