Click here to Skip to main content
15,895,142 members
Home / Discussions / C#
   

C#

 
AnswerRe: Detect Edges Pin
Christian Graus19-Feb-06 8:26
protectorChristian Graus19-Feb-06 8:26 
AnswerRe: Detect Edges Pin
A.A.19-Feb-06 21:10
A.A.19-Feb-06 21:10 
GeneralRe: Detect Edges Pin
haytham_mohammad20-Feb-06 5:50
haytham_mohammad20-Feb-06 5:50 
Questioncontrol container design time problem Pin
bahaa_sa519-Feb-06 0:24
bahaa_sa519-Feb-06 0:24 
Questionchange a user's group or account type Pin
am2h18-Feb-06 23:36
am2h18-Feb-06 23:36 
QuestionwseAbout "WebBrowser" control Pin
zhouyinhui18-Feb-06 23:28
zhouyinhui18-Feb-06 23:28 
QuestionGetting progress of a Method Pin
emran83418-Feb-06 21:00
emran83418-Feb-06 21:00 
AnswerRe: Getting progress of a Method Pin
Stanciu Vlad18-Feb-06 22:07
Stanciu Vlad18-Feb-06 22:07 
There is a very easy way to show the progress of your method into a progress bar : decide into your method when the progress bar should be incremented (note that at the exit of the procedure the progress bar should have reached the max value).
In order to obtain a continous effect, you should run the method that affect the progress bar into a worker thread.

protected internal static readonly ... and I wish the list could continue ...

QuestionPropery Grid Pin
deepscyberpulse18-Feb-06 18:56
deepscyberpulse18-Feb-06 18:56 
QuestionForm Count Pin
deepscyberpulse18-Feb-06 18:54
deepscyberpulse18-Feb-06 18:54 
QuestionMemory Reading Pin
Expert Coming18-Feb-06 17:55
Expert Coming18-Feb-06 17:55 
AnswerRe: Memory Reading Pin
Sean8918-Feb-06 18:19
Sean8918-Feb-06 18:19 
QuestionLink label transparency... Pin
Kasic Slobodan18-Feb-06 16:27
Kasic Slobodan18-Feb-06 16:27 
AnswerRe: Link label transparency... Pin
Joshua Quick18-Feb-06 17:16
Joshua Quick18-Feb-06 17:16 
GeneralRe: Link label transparency... Pin
Kasic Slobodan19-Feb-06 3:43
Kasic Slobodan19-Feb-06 3:43 
GeneralRe: Link label transparency... Pin
Joshua Quick19-Feb-06 10:43
Joshua Quick19-Feb-06 10:43 
GeneralRe: Link label transparency... Pin
Kasic Slobodan19-Feb-06 14:01
Kasic Slobodan19-Feb-06 14:01 
GeneralRe: Link label transparency... Pin
mav.northwind19-Feb-06 20:08
mav.northwind19-Feb-06 20:08 
GeneralRe: Link label transparency... Pin
Kasic Slobodan20-Feb-06 4:53
Kasic Slobodan20-Feb-06 4:53 
QuestionGetType() fails, but why Pin
User 665818-Feb-06 14:01
User 665818-Feb-06 14:01 
AnswerRe: GetType() fails, but why Pin
darkelv18-Feb-06 14:39
darkelv18-Feb-06 14:39 
GeneralRe: GetType() fails, but why Pin
User 665819-Feb-06 2:10
User 665819-Feb-06 2:10 
AnswerRe: GetType() fails, but why Pin
Guffa19-Feb-06 2:17
Guffa19-Feb-06 2:17 
GeneralRe: GetType() fails, but why Pin
darkelv19-Feb-06 2:58
darkelv19-Feb-06 2:58 
GeneralRe: GetType() fails, but why Pin
User 665819-Feb-06 4:08
User 665819-Feb-06 4:08 

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.