Click here to Skip to main content
15,913,939 members
Home / Discussions / C#
   

C#

 
QuestionHow to install my web service on another PC? Pin
Crazy Joe Devola22-Feb-06 1:00
Crazy Joe Devola22-Feb-06 1:00 
AnswerRe: How to install my web service on another PC? Pin
Judah Gabriel Himango22-Feb-06 6:25
sponsorJudah Gabriel Himango22-Feb-06 6:25 
GeneralRe: How to install my web service on another PC? Pin
Crazy Joe Devola22-Feb-06 16:43
Crazy Joe Devola22-Feb-06 16:43 
GeneralRe: How to install my web service on another PC? Pin
Judah Gabriel Himango22-Feb-06 16:54
sponsorJudah Gabriel Himango22-Feb-06 16:54 
QuestionPing in c# too slow Pin
JamesSoutar22-Feb-06 0:33
JamesSoutar22-Feb-06 0:33 
AnswerRe: Ping in c# too slow Pin
sendmadhavan22-Feb-06 5:27
sendmadhavan22-Feb-06 5:27 
QuestionTreeview from web service Pin
tom_the_bomb22-Feb-06 0:26
tom_the_bomb22-Feb-06 0:26 
QuestionHow do I use my written Help(html) to my project? Pin
F.Hashemi22-Feb-06 0:10
F.Hashemi22-Feb-06 0:10 
QuestionSettings Pin
Dave McCool21-Feb-06 23:32
Dave McCool21-Feb-06 23:32 
QuestionChange OpenFileDialog Pin
Anindya Chatterjee21-Feb-06 23:15
Anindya Chatterjee21-Feb-06 23:15 
AnswerRe: Change OpenFileDialog Pin
Andy Moore22-Feb-06 3:48
Andy Moore22-Feb-06 3:48 
QuestionTwo Threads accessing and modifying SQL database at the same time Pin
emran83421-Feb-06 22:24
emran83421-Feb-06 22:24 
AnswerRe: Two Threads accessing and modifying SQL database at the same time Pin
Curtis Schlak.2-Mar-06 12:58
Curtis Schlak.2-Mar-06 12:58 
QuestionAutomatically getting progress from Background worker Pin
emran83421-Feb-06 22:19
emran83421-Feb-06 22:19 
AnswerRe: Automatically getting progress from Background worker Pin
StyleGuide21-Feb-06 22:49
StyleGuide21-Feb-06 22:49 
GeneralRe: Automatically getting progress from Background worker Pin
emran83421-Feb-06 23:07
emran83421-Feb-06 23:07 
GeneralRe: Automatically getting progress from Background worker Pin
J4amieC21-Feb-06 23:24
J4amieC21-Feb-06 23:24 
What you need is to ge tthe progress of the SendEmail method, unless that reports progress, then you are not going to be able to.

Often there is an equivalent BeginSendMail() method which would start it asynchronously, and perhaps report progress as an event.
GeneralRe: Automatically getting progress from Background worker Pin
emran83421-Feb-06 23:32
emran83421-Feb-06 23:32 
GeneralRe: Automatically getting progress from Background worker Pin
StyleGuide21-Feb-06 23:44
StyleGuide21-Feb-06 23:44 
GeneralRe: Automatically getting progress from Background worker Pin
emran83422-Feb-06 0:01
emran83422-Feb-06 0:01 
GeneralRe: Automatically getting progress from Background worker Pin
J4amieC22-Feb-06 0:18
J4amieC22-Feb-06 0:18 
GeneralRe: Automatically getting progress from Background worker Pin
StyleGuide22-Feb-06 1:51
StyleGuide22-Feb-06 1:51 
GeneralRe: Automatically getting progress from Background worker Pin
emran83422-Feb-06 15:08
emran83422-Feb-06 15:08 
QuestionC# DataGridView Cell Focus Pin
StyleGuide21-Feb-06 22:06
StyleGuide21-Feb-06 22:06 
AnswerRe: C# DataGridView Cell Focus Pin
StyleGuide21-Feb-06 22:52
StyleGuide21-Feb-06 22:52 

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.