Click here to Skip to main content
15,892,737 members
Home / Discussions / C#
   

C#

 
JokeRe: Print Barcode Pin
DavidKiryazi12-Jun-09 23:40
DavidKiryazi12-Jun-09 23:40 
GeneralRe: Print Barcode Pin
OriginalGriff13-Jun-09 0:00
mveOriginalGriff13-Jun-09 0:00 
AnswerRe: Print Barcode Pin
Christian Graus12-Jun-09 20:34
protectorChristian Graus12-Jun-09 20:34 
QuestionZooming picturebox not updating Pin
jisan2212-Jun-09 14:13
jisan2212-Jun-09 14:13 
AnswerRe: Zooming picturebox not updating Pin
DavidKiryazi12-Jun-09 14:56
DavidKiryazi12-Jun-09 14:56 
GeneralRe: Zooming picturebox not updating Pin
jisan2212-Jun-09 20:10
jisan2212-Jun-09 20:10 
AnswerRe: Zooming picturebox not updating Pin
fly90412-Jun-09 15:01
fly90412-Jun-09 15:01 
AnswerRe: Zooming picturebox not updating Pin
Luc Pattyn12-Jun-09 15:04
sitebuilderLuc Pattyn12-Jun-09 15:04 
you could "solve" it with some Invalidate() or Refresh() calls, but your approach is fundamentally flawed, since you are blocking the GUI thread for the entire duration of this action, making moving, resizing, e.a. impossible.

The correct approach is by using either a separate thread or a timer; since the actions involve Controls, which need to be handled on the main thread anyway, your best option is to start a Windows.Forms.Timer

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

DISCLAIMER: this message may have been modified by others; it may no longer reflect what I intended, and may contain bad advice; use at your own risk and with extreme care.

GeneralRe: Zooming picturebox not updating Pin
jisan2212-Jun-09 20:14
jisan2212-Jun-09 20:14 
QuestionMessage Removed Pin
12-Jun-09 10:54
professionalN_tro_P12-Jun-09 10:54 
AnswerRe: Winform Hot Keys Pin
Dr.Walt Fair, PE12-Jun-09 11:06
professionalDr.Walt Fair, PE12-Jun-09 11:06 
GeneralRe: Winform Hot Keys Pin
harold aptroot12-Jun-09 13:05
harold aptroot12-Jun-09 13:05 
AnswerRe: Winform Hot Keys Pin
PIEBALDconsult12-Jun-09 13:20
mvePIEBALDconsult12-Jun-09 13:20 
GeneralRe: Winform Hot Keys Pin
Dr.Walt Fair, PE12-Jun-09 16:38
professionalDr.Walt Fair, PE12-Jun-09 16:38 
GeneralRe: Winform Hot Keys Pin
PIEBALDconsult12-Jun-09 18:21
mvePIEBALDconsult12-Jun-09 18:21 
QuestionTotal Upload , Download Internet Traffic Pin
I Believe In GOD12-Jun-09 10:34
I Believe In GOD12-Jun-09 10:34 
AnswerRe: Total Upload , Download Internet Traffic Pin
Dave Kreskowiak12-Jun-09 11:24
mveDave Kreskowiak12-Jun-09 11:24 
GeneralRe: Total Upload , Download Internet Traffic Pin
harold aptroot12-Jun-09 11:25
harold aptroot12-Jun-09 11:25 
AnswerRe: Total Upload , Download Internet Traffic Pin
I Believe In GOD12-Jun-09 11:34
I Believe In GOD12-Jun-09 11:34 
GeneralRe: Total Upload , Download Internet Traffic PinPopular
Luc Pattyn12-Jun-09 11:51
sitebuilderLuc Pattyn12-Jun-09 11:51 
GeneralRe: Total Upload , Download Internet Traffic Pin
Dave Kreskowiak12-Jun-09 12:43
mveDave Kreskowiak12-Jun-09 12:43 
GeneralRe: Total Upload , Download Internet Traffic Pin
Luc Pattyn12-Jun-09 12:49
sitebuilderLuc Pattyn12-Jun-09 12:49 
GeneralRe: Total Upload , Download Internet Traffic Pin
harold aptroot12-Jun-09 11:53
harold aptroot12-Jun-09 11:53 
GeneralRe: Total Upload , Download Internet Traffic Pin
Dr.Walt Fair, PE12-Jun-09 11:56
professionalDr.Walt Fair, PE12-Jun-09 11:56 
GeneralRe: Total Upload , Download Internet Traffic Pin
harold aptroot12-Jun-09 11:58
harold aptroot12-Jun-09 11:58 

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.