Click here to Skip to main content
15,906,816 members
Home / Discussions / C#
   

C#

 
QuestionClass objects as Datasources [modified] Pin
Andrew Stampor12-Jun-06 9:19
Andrew Stampor12-Jun-06 9:19 
AnswerRe: Class objects as Datasources Pin
Office Lineman12-Jun-06 10:09
Office Lineman12-Jun-06 10:09 
QuestionCE.net C# Call One App From Another Pin
Handheld Programmer12-Jun-06 8:59
Handheld Programmer12-Jun-06 8:59 
QuestionHow can i do table like this one Pin
mariuszfryta12-Jun-06 8:42
mariuszfryta12-Jun-06 8:42 
AnswerRe: How can i do table like this one Pin
Luis Alonso Ramos12-Jun-06 8:46
Luis Alonso Ramos12-Jun-06 8:46 
JokeRe: How can i do table like this one Pin
Jun Du12-Jun-06 8:46
Jun Du12-Jun-06 8:46 
QuestionForcing Validated event before Click event for a ToolStrip button Pin
Luis Alonso Ramos12-Jun-06 8:31
Luis Alonso Ramos12-Jun-06 8:31 
QuestionProgress Message Box? Pin
ahall@mirapoint.com12-Jun-06 7:33
ahall@mirapoint.com12-Jun-06 7:33 
I'm trying to put together an enhanced message box that acts as a progress view with a timeout.

Here is the idea:

I call a Dialog box that displays my title and a progress bar. It progresses the bar once a second to show that it is doing something. It also calls my routine, which will do it's thing.

If the progress times out, then kill my routine and say "Operation Timed Out", with an OK button. Clicking on the Ok button returns DialogResult.Cancel (to say the operation failed)
If my routine returns successfully, then return DialogResult.OK and remove the dialog box. (No interaction with the user required).

The main idea is that I can do some network operations in the background, show the user progress in a pop-up box, and have a network timeout - all in one package.

Has anyone written one of these, or have suggestions on where I should start?

Progress thus far:

I have the dialog box nicely written (with delegates so I can update the progress bar and associated messages). I'm not sure on how to move forward with the timeout stuff.
AnswerRe: Progress Message Box? [modified] Pin
Ed.Poore12-Jun-06 9:08
Ed.Poore12-Jun-06 9:08 
GeneralRe: Progress Message Box? Pin
ahall@mirapoint.com12-Jun-06 11:33
ahall@mirapoint.com12-Jun-06 11:33 
QuestionPassing an instance of the base class to a child class Pin
MrEyes12-Jun-06 6:37
MrEyes12-Jun-06 6:37 
AnswerRe: Passing an instance of the base class to a child class Pin
Dustin Metzgar12-Jun-06 6:49
Dustin Metzgar12-Jun-06 6:49 
AnswerRe: Passing an instance of the base class to a child class Pin
Jun Du12-Jun-06 7:40
Jun Du12-Jun-06 7:40 
QuestionFixing flicker in a DataGridView? Pin
Andrew Stampor12-Jun-06 6:24
Andrew Stampor12-Jun-06 6:24 
GeneralRe: Fixing flicker in a DataGridView? Pin
Office Lineman12-Jun-06 9:22
Office Lineman12-Jun-06 9:22 
GeneralRe: Fixing flicker in a DataGridView? Pin
Andrew Stampor12-Jun-06 9:53
Andrew Stampor12-Jun-06 9:53 
GeneralRe: Fixing flicker in a DataGridView? Pin
Office Lineman12-Jun-06 10:04
Office Lineman12-Jun-06 10:04 
GeneralRe: Fixing flicker in a DataGridView? Pin
Andrew Stampor13-Jun-06 4:19
Andrew Stampor13-Jun-06 4:19 
GeneralRe: Fixing flicker in a DataGridView? Pin
Office Lineman13-Jun-06 7:09
Office Lineman13-Jun-06 7:09 
GeneralRe: Fixing flicker in a DataGridView? Pin
Andrew Stampor13-Jun-06 8:40
Andrew Stampor13-Jun-06 8:40 
GeneralRe: Fixing flicker in a DataGridView? Pin
Office Lineman13-Jun-06 9:34
Office Lineman13-Jun-06 9:34 
GeneralThe final piece of the puzzle... Pin
Andrew Stampor13-Jun-06 10:51
Andrew Stampor13-Jun-06 10:51 
GeneralRe: The final piece of the puzzle... Pin
Office Lineman13-Jun-06 11:21
Office Lineman13-Jun-06 11:21 
GeneralRe: Fixing flicker in a DataGridView? Pin
Nougat H.12-Jun-06 10:05
Nougat H.12-Jun-06 10:05 
QuestioncomboBox refresh Pin
andrei_dalcu12-Jun-06 5:33
andrei_dalcu12-Jun-06 5:33 

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.