Click here to Skip to main content
15,889,116 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: installation .net 2005 Pin
Pete O'Hanlon25-Jun-07 8:32
mvePete O'Hanlon25-Jun-07 8:32 
GeneralRe: installation .net 2005 Pin
originSH25-Jun-07 23:03
originSH25-Jun-07 23:03 
QuestionGetting a the real object from it's handle Pin
Shyam K Pananghat24-Jun-07 20:24
Shyam K Pananghat24-Jun-07 20:24 
AnswerRe: Getting a the real object from it's handle Pin
Dave Kreskowiak25-Jun-07 4:07
mveDave Kreskowiak25-Jun-07 4:07 
GeneralRe: Getting a the real object from it's handle Pin
Shyam K Pananghat25-Jun-07 23:18
Shyam K Pananghat25-Jun-07 23:18 
QuestionDefault Fonts and Chinese Pin
nde_plume23-Jun-07 15:48
nde_plume23-Jun-07 15:48 
QuestionExecuting function on GUI-thread Pin
invictus323-Jun-07 8:48
invictus323-Jun-07 8:48 
AnswerRe: Executing function on GUI-thread Pin
Luc Pattyn23-Jun-07 9:04
sitebuilderLuc Pattyn23-Jun-07 9:04 
Sure, any Control that got created by the GUI thread (thats almost any Control!)
will let you execute stuff on that thread by calling myControl.Invoke
(or BeginInvoke).
Thats how one is supposed to let other threads manipulate said Control in the
first place.

Smile | :)




GeneralRe: Executing function on GUI-thread Pin
invictus323-Jun-07 9:12
invictus323-Jun-07 9:12 
GeneralRe: Executing function on GUI-thread Pin
Luc Pattyn23-Jun-07 9:58
sitebuilderLuc Pattyn23-Jun-07 9:58 
GeneralRe: Executing function on GUI-thread Pin
invictus323-Jun-07 10:23
invictus323-Jun-07 10:23 
GeneralRe: Executing function on GUI-thread Pin
Luc Pattyn23-Jun-07 10:28
sitebuilderLuc Pattyn23-Jun-07 10:28 
GeneralRe: Executing function on GUI-thread Pin
invictus323-Jun-07 10:50
invictus323-Jun-07 10:50 
GeneralRe: Executing function on GUI-thread Pin
Luc Pattyn23-Jun-07 12:40
sitebuilderLuc Pattyn23-Jun-07 12:40 
Question.NET 3.5 Beta 1 Pin
Brendan Vogt22-Jun-07 6:16
Brendan Vogt22-Jun-07 6:16 
AnswerRe: .NET 3.5 Beta 1 Pin
Scott Dorman22-Jun-07 7:25
professionalScott Dorman22-Jun-07 7:25 
Question.NET 3.0 Getting Started Pin
Brendan Vogt22-Jun-07 6:14
Brendan Vogt22-Jun-07 6:14 
AnswerRe: .NET 3.0 Getting Started Pin
Scott Dorman22-Jun-07 7:25
professionalScott Dorman22-Jun-07 7:25 
AnswerRe: .NET 3.0 Getting Started Pin
Kevin McFarlane23-Jun-07 0:21
Kevin McFarlane23-Jun-07 0:21 
GeneralRe: .NET 3.0 Getting Started Pin
Brendan Vogt23-Jun-07 2:08
Brendan Vogt23-Jun-07 2:08 
QuestionInterop.MSXML2.dll Pin
Sebastian T Xavier22-Jun-07 0:13
Sebastian T Xavier22-Jun-07 0:13 
AnswerRe: Interop.MSXML2.dll Pin
Vasudevan Deepak Kumar22-Jun-07 5:27
Vasudevan Deepak Kumar22-Jun-07 5:27 
QuestionScroll a panel manually Pin
Dillipb21-Jun-07 19:29
Dillipb21-Jun-07 19:29 
AnswerRe: Scroll a panel manually Pin
Manas Bhardwaj22-Jun-07 5:24
professionalManas Bhardwaj22-Jun-07 5:24 
AnswerRe: Scroll a panel manually Pin
Vasudevan Deepak Kumar22-Jun-07 5:30
Vasudevan Deepak Kumar22-Jun-07 5:30 

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.