Click here to Skip to main content
15,923,689 members
Home / Discussions / C#
   

C#

 
QuestionNames of Tables for ListBox Pin
Blekk17-Nov-06 7:27
Blekk17-Nov-06 7:27 
AnswerRe: Names of Tables for ListBox Pin
Robert Rohde17-Nov-06 12:20
Robert Rohde17-Nov-06 12:20 
AnswerRe: Names of Tables for ListBox Pin
Noman Nadeem17-Nov-06 21:52
Noman Nadeem17-Nov-06 21:52 
QuestionMinimize / Restore a WinForm programmatically Pin
spin vector17-Nov-06 6:46
spin vector17-Nov-06 6:46 
AnswerRe: Minimize / Restore a WinForm programmatically Pin
mav.northwind17-Nov-06 6:49
mav.northwind17-Nov-06 6:49 
GeneralRe: Minimize / Restore a WinForm programmatically Pin
spin vector17-Nov-06 7:12
spin vector17-Nov-06 7:12 
QuestionRead Win Clipboard inside a thread Pin
MaxRelaxman17-Nov-06 5:48
MaxRelaxman17-Nov-06 5:48 
AnswerRe: Read Win Clipboard inside a thread Pin
mav.northwind17-Nov-06 6:47
mav.northwind17-Nov-06 6:47 
I'm not really sure what you've read, but the only thing that could make sense is that it only works in a UI thread ("doesn't work in a thread" - every piece of code that's being executed is run in a thread...).
If everything else fails and you're still convinced the threading is the culprit you could try marshalling all calls to Clipboard.GetDataObject() to the UI thread... (using Invoke() or BeginInvoke()).


Regards,
mav

--
Black holes are the places where God divided by 0...

GeneralRe: Read Win Clipboard inside a thread Pin
MaxRelaxman17-Nov-06 9:23
MaxRelaxman17-Nov-06 9:23 
Questiondynamic data structures Pin
Todd Smith17-Nov-06 4:47
Todd Smith17-Nov-06 4:47 
AnswerRe: dynamic data structures Pin
ednrgc17-Nov-06 4:49
ednrgc17-Nov-06 4:49 
GeneralRe: dynamic data structures Pin
led mike17-Nov-06 5:02
led mike17-Nov-06 5:02 
AnswerRe: dynamic data structures Pin
J4amieC17-Nov-06 5:28
J4amieC17-Nov-06 5:28 
GeneralRe: dynamic data structures Pin
ednrgc17-Nov-06 7:06
ednrgc17-Nov-06 7:06 
GeneralHTML Editor Control Advice Pin
Brady Kelly17-Nov-06 4:42
Brady Kelly17-Nov-06 4:42 
GeneralRe: HTML Editor Control Advice Pin
Ed.Poore17-Nov-06 6:39
Ed.Poore17-Nov-06 6:39 
GeneralRe: HTML Editor Control Advice Pin
Brady Kelly19-Nov-06 18:09
Brady Kelly19-Nov-06 18:09 
GeneralRe: HTML Editor Control Advice Pin
Ed.Poore19-Nov-06 20:22
Ed.Poore19-Nov-06 20:22 
GeneralRe: HTML Editor Control Advice Pin
Brady Kelly19-Nov-06 21:14
Brady Kelly19-Nov-06 21:14 
GeneralRe: HTML Editor Control Advice Pin
Ed.Poore19-Nov-06 21:30
Ed.Poore19-Nov-06 21:30 
GeneralRe: HTML Editor Control Advice Pin
Brady Kelly19-Nov-06 21:44
Brady Kelly19-Nov-06 21:44 
GeneralRe: HTML Editor Control Advice Pin
Ed.Poore20-Nov-06 0:56
Ed.Poore20-Nov-06 0:56 
QuestionClosing Console Window without Closing Application Window Pin
jackie83sg200517-Nov-06 3:43
jackie83sg200517-Nov-06 3:43 
AnswerRe: Closing Console Window without Closing Application Window Pin
Karthik Kalyanasundaram17-Nov-06 4:17
Karthik Kalyanasundaram17-Nov-06 4:17 
GeneralRe: Closing Console Window without Closing Application Window Pin
jackie83sg200517-Nov-06 13:36
jackie83sg200517-Nov-06 13:36 

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.