Click here to Skip to main content
15,910,877 members
Home / Discussions / C#
   

C#

 
AnswerRe: Error in adding data in List Pin
Matt U.22-May-10 7:38
Matt U.22-May-10 7:38 
AnswerRe: Error in adding data in List Pin
Richard MacCutchan22-May-10 9:30
mveRichard MacCutchan22-May-10 9:30 
QuestionClient - Server over Internet C# Pin
Member 431105722-May-10 5:23
Member 431105722-May-10 5:23 
AnswerRe: Client - Server over Internet C# Pin
Not Active22-May-10 5:30
mentorNot Active22-May-10 5:30 
AnswerRe: Client - Server over Internet C# Pin
harold aptroot22-May-10 5:58
harold aptroot22-May-10 5:58 
GeneralRe: Client - Server over Internet C# Pin
Member 431105722-May-10 8:27
Member 431105722-May-10 8:27 
AnswerRe: Client - Server over Internet C# Pin
Member 431105723-May-10 1:39
Member 431105723-May-10 1:39 
QuestionSetup app, with single progress dialog. Pin
David Hovey22-May-10 4:34
David Hovey22-May-10 4:34 
I have a simple C# application that performs some setup tasks and exits, once done, with no user notification. I would like to display a progress dialog showing status. Currently my setup code is in the Run method of the program instance.

I could create two forms. Form A would be not visible and would perform setup tasks. Form A would create Form B that displays progress. Form A could manipulate Form B controls.

This I could have done, but seems unnecessary and not proper. What I was trying to accomplish was including the setup code in the Run function of the program instance. And creating a single progress dialog there. But then I'm missing a message pump for forms? (is that correct wording). Form would not process paint events I'm guessing.

Am I over-thinking this? I would like to accomplish having a thread (maybe original app thread) processing setup tasks, and a separate thread or message pump for form? To accomplish this, I think would help me in understanding more about threading and app processing.


Thanks for your help!
AnswerRe: Setup app, with single progress dialog. Pin
Abhinav S22-May-10 4:56
Abhinav S22-May-10 4:56 
AnswerRe: Setup app, with single progress dialog. Pin
DaveyM6922-May-10 5:06
professionalDaveyM6922-May-10 5:06 
AnswerRe: Setup app, with single progress dialog. Pin
Not Active22-May-10 5:34
mentorNot Active22-May-10 5:34 
QuestionInserting multiple IDs in Items table but the same ID should go into MasterRequest table just once. Pin
Omar Akhtar 200922-May-10 3:01
Omar Akhtar 200922-May-10 3:01 
Questionxml to gridview Pin
Tomlor198022-May-10 2:49
Tomlor198022-May-10 2:49 
AnswerRe: xml to gridview [Repost] Pin
Richard MacCutchan22-May-10 4:30
mveRichard MacCutchan22-May-10 4:30 
QuestionPass dynamic datagridview value to textbox Pin
asdf2321122-May-10 1:24
asdf2321122-May-10 1:24 
QuestionCode Quality Check Pin
Chiman122-May-10 1:06
Chiman122-May-10 1:06 
AnswerRe: Code Quality Check Pin
Abhinav S22-May-10 1:13
Abhinav S22-May-10 1:13 
AnswerRe: Code Quality Check Pin
Łukasz Nowakowski22-May-10 1:35
Łukasz Nowakowski22-May-10 1:35 
GeneralRe: Code Quality Check Pin
Khaniya22-May-10 2:29
professionalKhaniya22-May-10 2:29 
QuestionWindows Forms inheritance problem Pin
Łukasz Nowakowski22-May-10 0:02
Łukasz Nowakowski22-May-10 0:02 
AnswerRe: Windows Forms inheritance problem Pin
Rob Smiley22-May-10 1:23
Rob Smiley22-May-10 1:23 
GeneralRe: Windows Forms inheritance problem Pin
Łukasz Nowakowski22-May-10 1:26
Łukasz Nowakowski22-May-10 1:26 
Questionclear history in browser Pin
Rajeshwar Code- Developer21-May-10 23:21
Rajeshwar Code- Developer21-May-10 23:21 
AnswerRe: clear history in browser Pin
Abhinav S22-May-10 0:26
Abhinav S22-May-10 0:26 
QuestionAbout Keyword in .NET Pin
Isaac Gordon21-May-10 22:12
Isaac Gordon21-May-10 22:12 

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.