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

C#

 
AnswerRe: convert wav Pin
o m n i19-Dec-09 14:58
o m n i19-Dec-09 14:58 
QuestionMATLAB Pin
sanforjackass19-Dec-09 10:24
sanforjackass19-Dec-09 10:24 
AnswerRe: MATLAB Pin
Jimmanuel19-Dec-09 11:29
Jimmanuel19-Dec-09 11:29 
Questioncrystalreport Pin
farokhian19-Dec-09 9:14
farokhian19-Dec-09 9:14 
AnswerRe: crystalreport Pin
Saksida Bojan19-Dec-09 10:14
Saksida Bojan19-Dec-09 10:14 
GeneralRe: crystalreport Pin
farokhian19-Dec-09 21:04
farokhian19-Dec-09 21:04 
GeneralRe: crystalreport Pin
Saksida Bojan19-Dec-09 22:36
Saksida Bojan19-Dec-09 22:36 
QuestionLooping through objects and their subobjects and their subobjects etc Pin
o m n i19-Dec-09 8:35
o m n i19-Dec-09 8:35 
AnswerRe: Looping through objects and their subobjects and their subobjects etc Pin
Saksida Bojan19-Dec-09 8:37
Saksida Bojan19-Dec-09 8:37 
GeneralRe: Looping through objects and their subobjects and their subobjects etc Pin
o m n i19-Dec-09 8:43
o m n i19-Dec-09 8:43 
QuestionFlood counting pixels (Counting pixels instead of filling with a color) Pin
Member 441789219-Dec-09 8:17
Member 441789219-Dec-09 8:17 
AnswerRe: Flood counting pixels (Counting pixels instead of filling with a color) Pin
harold aptroot19-Dec-09 8:44
harold aptroot19-Dec-09 8:44 
QuestionGlass bordered Nonresizable window without title bar? Pin
o m n i19-Dec-09 7:19
o m n i19-Dec-09 7:19 
AnswerRe: Glass bordered Nonresizable window without title bar? [modified] Pin
Saksida Bojan19-Dec-09 8:33
Saksida Bojan19-Dec-09 8:33 
QuestionProgress bar implementation Pin
tasumisra19-Dec-09 7:03
tasumisra19-Dec-09 7:03 
AnswerRe: Progress bar implementation Pin
Luc Pattyn19-Dec-09 7:52
sitebuilderLuc Pattyn19-Dec-09 7:52 
Hi,

CodeProject hosts a lot of articles on progress bars, some or good, some not.

Progress can only be reported to the user if the operation consists of multiple steps and you know (or can somehow estimate) the relative duration of each step.

If OTOH your backup basically consists of a single SQL (or other) statement, then it is impossible to report progress as there are only two states: nothing done (before the statement) and all done (after the statement).

Smile | :)

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


GeneralRe: Progress bar implementation Pin
tasumisra20-Dec-09 6:03
tasumisra20-Dec-09 6:03 
GeneralRe: Progress bar implementation Pin
Luc Pattyn20-Dec-09 6:18
sitebuilderLuc Pattyn20-Dec-09 6:18 
QuestionGDI Get Painted Points Pin
dataminers19-Dec-09 5:18
dataminers19-Dec-09 5:18 
AnswerRe: GDI Get Painted Points Pin
Luc Pattyn19-Dec-09 5:51
sitebuilderLuc Pattyn19-Dec-09 5:51 
AnswerRe: GDI Get Painted Points Pin
Saksida Bojan19-Dec-09 7:00
Saksida Bojan19-Dec-09 7:00 
GeneralRe: GDI Get Painted Points Pin
dataminers19-Dec-09 7:38
dataminers19-Dec-09 7:38 
GeneralRe: GDI Get Painted Points Pin
Dave Kreskowiak19-Dec-09 8:18
mveDave Kreskowiak19-Dec-09 8:18 
GeneralRe: GDI Get Painted Points Pin
OriginalGriff19-Dec-09 23:11
mveOriginalGriff19-Dec-09 23:11 
GeneralRe: GDI Get Painted Points Pin
Dave Kreskowiak20-Dec-09 3:01
mveDave Kreskowiak20-Dec-09 3:01 

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.