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

C#

 
AnswerRe: Help me (directx) ! Pin
hackerhcm5-Mar-06 23:39
hackerhcm5-Mar-06 23:39 
Questionheight and width from a image file Pin
deepak15-Mar-06 17:03
deepak15-Mar-06 17:03 
AnswerRe: height and width from a image file Pin
Super Lloyd5-Mar-06 18:31
Super Lloyd5-Mar-06 18:31 
AnswerRe: height and width from a image file Pin
Super Lloyd5-Mar-06 18:32
Super Lloyd5-Mar-06 18:32 
QuestionCross Thread operation is not Valid Pin
emran8345-Mar-06 10:20
emran8345-Mar-06 10:20 
AnswerRe: Cross Thread operation is not Valid Pin
mikanu5-Mar-06 10:55
mikanu5-Mar-06 10:55 
GeneralRe: Cross Thread operation is not Valid Pin
emran8345-Mar-06 12:03
emran8345-Mar-06 12:03 
GeneralRe: Cross Thread operation is not Valid Pin
mikanu5-Mar-06 12:26
mikanu5-Mar-06 12:26 
Well, using COM Interops can be tricky. Whenever you work with COM automation you have to be mindful of the threading model of your application. Have you tried running your code in the main thread (not in the background worker thread)?

If so, and it works.. try creating the secondary thread manually instead of using the BackgroundWorker object. That may help.

Other than that, I'm running out of good ideas :p

----
www.muzikstor.com
GeneralRe: Cross Thread operation is not Valid Pin
emran8345-Mar-06 15:16
emran8345-Mar-06 15:16 
GeneralRe: Cross Thread operation is not Valid Pin
mikanu6-Mar-06 13:20
mikanu6-Mar-06 13:20 
QuestionSystem.Drawing.Graphics question Pin
QzRz5-Mar-06 9:07
QzRz5-Mar-06 9:07 
AnswerRe: System.Drawing.Graphics question Pin
Guffa5-Mar-06 9:11
Guffa5-Mar-06 9:11 
GeneralRe: System.Drawing.Graphics question Pin
QzRz5-Mar-06 9:21
QzRz5-Mar-06 9:21 
QuestionSending an e-mail Pin
steve_rm5-Mar-06 6:05
steve_rm5-Mar-06 6:05 
AnswerRe: Sending an e-mail Pin
Guffa5-Mar-06 8:42
Guffa5-Mar-06 8:42 
AnswerRe: Sending an e-mail Pin
Sean895-Mar-06 12:47
Sean895-Mar-06 12:47 
QuestionRe: Sending an e-mail Pin
steve_rm5-Mar-06 20:49
steve_rm5-Mar-06 20:49 
AnswerRe: Sending an e-mail Pin
albCode5-Mar-06 21:12
albCode5-Mar-06 21:12 
AnswerRe: Sending an e-mail Pin
Sebastian Schneider5-Mar-06 23:41
Sebastian Schneider5-Mar-06 23:41 
QuestionRe: Sending an e-mail Pin
steve_rm6-Mar-06 0:48
steve_rm6-Mar-06 0:48 
AnswerRe: Sending an e-mail Pin
albCode6-Mar-06 3:06
albCode6-Mar-06 3:06 
QuestionRe: Sending an e-mail Pin
steve_rm6-Mar-06 16:08
steve_rm6-Mar-06 16:08 
QuestionUSB Port Pin
Sean895-Mar-06 4:58
Sean895-Mar-06 4:58 
AnswerRe: USB Port Pin
Ed.Poore5-Mar-06 6:56
Ed.Poore5-Mar-06 6:56 
GeneralRe: USB Port Pin
Sean895-Mar-06 9:13
Sean895-Mar-06 9:13 

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.