Click here to Skip to main content
15,910,773 members
Home / Discussions / C#
   

C#

 
GeneralRe: Web Browser in .NET Pin
bjoernen2-Nov-03 21:48
bjoernen2-Nov-03 21:48 
GeneralRe: Web Browser in .NET Pin
Muhammad Nauman Khan2-Nov-03 22:35
Muhammad Nauman Khan2-Nov-03 22:35 
GeneralRe: Web Browser in .NET Pin
bjoernen2-Nov-03 22:50
bjoernen2-Nov-03 22:50 
GeneralRe: Web Browser in .NET Pin
Muhammad Nauman Khan2-Nov-03 22:36
Muhammad Nauman Khan2-Nov-03 22:36 
GeneralRe: Web Browser in .NET Pin
Paul Evans3-Nov-03 3:46
Paul Evans3-Nov-03 3:46 
QuestionEvent marshalling across thread boundaries? Pin
Jörgen Sigvardsson2-Nov-03 10:13
Jörgen Sigvardsson2-Nov-03 10:13 
AnswerRe: Event marshalling across thread boundaries? Pin
Nick Parker2-Nov-03 10:40
protectorNick Parker2-Nov-03 10:40 
GeneralRe: Event marshalling across thread boundaries? Pin
Jörgen Sigvardsson2-Nov-03 10:49
Jörgen Sigvardsson2-Nov-03 10:49 
This article strengthened my suspicions. Thank you!

I also found a Chris Sells article here on CP. I found that one can do BeginInvoke on delegates which will transfer control of delegate call from calling thread to another thread.

Since I'm used to COM and the threading models there (STA vs MTA), I'm assuming the delegate calls will behave properly depending on which apartment the receiving objects were created in.

Then I'll just synchronize member data access appropriately depending on the apartment in which I'm executing.


Is it just me, or is .NET very .COM? Roll eyes | :rolleyes:

--
Das ist die Grenze! So weit, nicht weiter! Sie müssen zahlen für das, was sie getan haben!

-- Raumschiffkapitän Jean-Luc Picard

GeneralRe: Event marshalling across thread boundaries? Pin
Nick Parker2-Nov-03 10:55
protectorNick Parker2-Nov-03 10:55 
GeneralRe: Event marshalling across thread boundaries? Pin
Heath Stewart2-Nov-03 10:58
protectorHeath Stewart2-Nov-03 10:58 
GeneralHtml Control Development in C# Pin
Inam2-Nov-03 7:55
Inam2-Nov-03 7:55 
GeneralRe: Html Control Development in C# Pin
Nick Parker2-Nov-03 8:14
protectorNick Parker2-Nov-03 8:14 
GeneralRe: Html Control Development in C# Pin
Inam2-Nov-03 8:27
Inam2-Nov-03 8:27 
GeneralRe: Html Control Development in C# Pin
J. Dunlap2-Nov-03 8:34
J. Dunlap2-Nov-03 8:34 
GeneralRe: Html Control Development in C# Pin
J. Dunlap2-Nov-03 8:17
J. Dunlap2-Nov-03 8:17 
GeneralCombo box binding bugs Pin
Wjousts2-Nov-03 6:07
Wjousts2-Nov-03 6:07 
GeneralRe: Combo box binding bugs Pin
leppie2-Nov-03 6:39
leppie2-Nov-03 6:39 
GeneralRe: Combo box binding bugs Pin
Wjousts2-Nov-03 11:32
Wjousts2-Nov-03 11:32 
GeneralDataGrid, binding to Collection Pin
partyganger2-Nov-03 5:11
partyganger2-Nov-03 5:11 
GeneralRe: DataGrid, binding to Collection Pin
Wjousts2-Nov-03 6:12
Wjousts2-Nov-03 6:12 
GeneralRe: DataGrid, binding to Collection Pin
partyganger2-Nov-03 6:25
partyganger2-Nov-03 6:25 
GeneralRe: DataGrid, binding to Collection Pin
Wjousts3-Nov-03 3:58
Wjousts3-Nov-03 3:58 
Generalweird break point Pin
novachen2-Nov-03 2:57
novachen2-Nov-03 2:57 
GeneralRe: weird break point Pin
leppie2-Nov-03 4:43
leppie2-Nov-03 4:43 
GeneralRe: weird break point Pin
novachen2-Nov-03 13:49
novachen2-Nov-03 13:49 

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.