Click here to Skip to main content
15,921,452 members
Home / Discussions / C#
   

C#

 
Question3d rendering Pin
LimitedAtonement9-Nov-09 7:03
LimitedAtonement9-Nov-09 7:03 
AnswerRe: 3d rendering Pin
harold aptroot9-Nov-09 7:45
harold aptroot9-Nov-09 7:45 
GeneralRe: 3d rendering Pin
LimitedAtonement9-Nov-09 7:48
LimitedAtonement9-Nov-09 7:48 
GeneralRe: 3d rendering Pin
harold aptroot9-Nov-09 8:56
harold aptroot9-Nov-09 8:56 
GeneralRe: 3d rendering Pin
LimitedAtonement9-Nov-09 10:08
LimitedAtonement9-Nov-09 10:08 
GeneralRe: 3d rendering Pin
harold aptroot9-Nov-09 10:29
harold aptroot9-Nov-09 10:29 
QuestionMultithread email reader!!! Pin
Christian_V_V9-Nov-09 4:57
Christian_V_V9-Nov-09 4:57 
AnswerRe: Multithread email reader!!! Pin
N a v a n e e t h9-Nov-09 5:29
N a v a n e e t h9-Nov-09 5:29 
You don't need two methods Gmail1 and Gmail2. Keep only one method and that method should accept the necessary details required for connection. You need to start two threads and execute the method. If you have any shared data that both threads will read/write, you need to use lock.

When accessing controls from worker threads you need to use Invoke/BeginInvoke to avoid cross-thread errors. This[^] ebook should help to get started.

Smile | :)

Best wishes,
Navaneeth

QuestionMessage Closed Pin
9-Nov-09 4:28
sima39-Nov-09 4:28 
AnswerRe: love Pin
EliottA9-Nov-09 4:31
EliottA9-Nov-09 4:31 
AnswerMy vote of 1 Pin
Keith Barrow9-Nov-09 4:40
professionalKeith Barrow9-Nov-09 4:40 
AnswerRe: love Pin
EliottA9-Nov-09 4:47
EliottA9-Nov-09 4:47 
GeneralRe: love Pin
Luc Pattyn9-Nov-09 5:02
sitebuilderLuc Pattyn9-Nov-09 5:02 
GeneralRe: love Pin
EliottA9-Nov-09 5:04
EliottA9-Nov-09 5:04 
GeneralRe: love Pin
Christian Graus9-Nov-09 9:17
protectorChristian Graus9-Nov-09 9:17 
Questiondatagridview will crash Pin
reza assar9-Nov-09 4:03
reza assar9-Nov-09 4:03 
AnswerRe: datagridview will crash Pin
EliottA9-Nov-09 4:19
EliottA9-Nov-09 4:19 
GeneralRe: datagridview will crash Pin
reza assar9-Nov-09 18:17
reza assar9-Nov-09 18:17 
AnswerRe: datagridview will crash Pin
konglx sir9-Nov-09 4:29
konglx sir9-Nov-09 4:29 
AnswerRe: datagridview will crash Pin
reza assar9-Jan-10 4:16
reza assar9-Jan-10 4:16 
QuestionGUID Unique identifer theory question Pin
saludalabs9-Nov-09 3:35
saludalabs9-Nov-09 3:35 
AnswerRe: GUID Unique identifer theory question Pin
PIEBALDconsult9-Nov-09 3:44
mvePIEBALDconsult9-Nov-09 3:44 
AnswerRe: GUID Unique identifer theory question Pin
Richard MacCutchan9-Nov-09 3:46
mveRichard MacCutchan9-Nov-09 3:46 
GeneralRe: GUID Unique identifer theory question Pin
saludalabs9-Nov-09 3:51
saludalabs9-Nov-09 3:51 
GeneralRe: GUID Unique identifer theory question Pin
The Man from U.N.C.L.E.9-Nov-09 7:56
The Man from U.N.C.L.E.9-Nov-09 7:56 

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.