Click here to Skip to main content
15,914,066 members
Home / Discussions / C#
   

C#

 
GeneralSimple Question Pin
Anonymous6-Jul-05 22:27
Anonymous6-Jul-05 22:27 
GeneralRe: Simple Question Pin
Carsten Zeumer6-Jul-05 22:59
Carsten Zeumer6-Jul-05 22:59 
GeneralRe: Simple Question Pin
MoustafaS7-Jul-05 2:36
MoustafaS7-Jul-05 2:36 
GeneralRe: Simple Question Pin
Dave Kreskowiak7-Jul-05 6:09
mveDave Kreskowiak7-Jul-05 6:09 
GeneralProcessCmdKey invoke app method Pin
xrado6-Jul-05 21:23
xrado6-Jul-05 21:23 
Questionwhy code halt? Pin
umair116-Jul-05 20:46
umair116-Jul-05 20:46 
AnswerRe: why code halt? Pin
mav.northwind6-Jul-05 22:21
mav.northwind6-Jul-05 22:21 
AnswerRe: why code halt? Pin
Dave Kreskowiak7-Jul-05 5:59
mveDave Kreskowiak7-Jul-05 5:59 
What mav has indirectly said is that you can't modify a control from a thread other than the one that created it. Since your picturebox is on the UI thread, the one your form was created on, you can't modify it from any other thread. It MUST be modified, including setting properties, by some code running on the Form thread.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralUdpClient class Pin
Zishan Haider6-Jul-05 20:08
Zishan Haider6-Jul-05 20:08 
GeneralRe: UdpClient class Pin
Dave Kreskowiak7-Jul-05 6:04
mveDave Kreskowiak7-Jul-05 6:04 
GeneralRe: UdpClient class Pin
Zishan Haider7-Jul-05 19:52
Zishan Haider7-Jul-05 19:52 
GeneralRe: UdpClient class Pin
Dave Kreskowiak8-Jul-05 1:29
mveDave Kreskowiak8-Jul-05 1:29 
GeneralRe: UdpClient class Pin
Zishan Haider7-Jul-05 20:10
Zishan Haider7-Jul-05 20:10 
GeneralRe: UdpClient class Pin
Dave Kreskowiak8-Jul-05 1:30
mveDave Kreskowiak8-Jul-05 1:30 
GeneralRe: UdpClient class Pin
Zishan Haider8-Jul-05 19:34
Zishan Haider8-Jul-05 19:34 
QuestionHow To override controls? Pin
Rassul Yunussov6-Jul-05 19:41
Rassul Yunussov6-Jul-05 19:41 
AnswerRe: How To override controls? Pin
Dave Kreskowiak7-Jul-05 5:50
mveDave Kreskowiak7-Jul-05 5:50 
GeneralRunning Webservice on Apache Pin
seee sharp6-Jul-05 18:17
seee sharp6-Jul-05 18:17 
GeneralProblem with changing font style, please help Pin
OnlyTaz6-Jul-05 17:40
OnlyTaz6-Jul-05 17:40 
GeneralRe: Problem with changing font style, please help Pin
Dave Kreskowiak7-Jul-05 5:33
mveDave Kreskowiak7-Jul-05 5:33 
GeneralRe: Problem with changing font style, please help Pin
OnlyTaz7-Jul-05 10:46
OnlyTaz7-Jul-05 10:46 
GeneralRe: Problem with changing font style, please help Pin
Dave Kreskowiak8-Jul-05 0:55
mveDave Kreskowiak8-Jul-05 0:55 
GeneralRe: port Pin
Christian Graus6-Jul-05 17:05
protectorChristian Graus6-Jul-05 17:05 
GeneralRe: port Pin
mav.northwind6-Jul-05 22:24
mav.northwind6-Jul-05 22:24 
GeneralSystem.Windows.Forms; under terminal application Pin
qudayong6-Jul-05 16:12
qudayong6-Jul-05 16: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.