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

.NET (Core and Framework)

 
QuestionAm I running as a native image? Pin
solidstore29-Apr-03 1:20
solidstore29-Apr-03 1:20 
AnswerRe: Am I running as a native image? Pin
Stephane Rodriguez.29-Apr-03 2:18
Stephane Rodriguez.29-Apr-03 2:18 
GeneralLow level network application Pin
Andrei Matei28-Apr-03 22:29
Andrei Matei28-Apr-03 22:29 
GeneralRe: Low level network application Pin
Andy Davey29-Apr-03 16:16
Andy Davey29-Apr-03 16:16 
Generalcall to the main thread Pin
OmegaSupreme28-Apr-03 15:59
OmegaSupreme28-Apr-03 15:59 
GeneralRe: call to the main thread Pin
Andy Davey28-Apr-03 16:24
Andy Davey28-Apr-03 16:24 
GeneralRe: call to the main thread Pin
OmegaSupreme28-Apr-03 16:54
OmegaSupreme28-Apr-03 16:54 
GeneralRe: call to the main thread Pin
david.minor3-May-03 18:51
david.minor3-May-03 18:51 
I am having the same problem.
I am calling the FileWatcher component in the .NET framework from a server (middleware) class. If I place this on a form, I'm set, I just hand the FileWatcher class a reference to my form. The file watcher class then calls the form's Invoke method.

However I don't have a form, so am forced to implement the ISynchronizeInvoke interface myself.

Your suggestion to go look at the mono project seems like a good start. Can you tell me where to find this project?

My solution so far is to implement ISnychronizeInvoke and to create an delegate instance that will be executed when the callback is executed.

1. I register a call back.

2. The call back is executed. The sender is the operating system.

3. I then execute a delegate that I instantiated on the "target" thread.


David Minor
Applications Programmer
NC State Archives
GeneralRe: call to the main thread Pin
Andy Davey5-May-03 21:24
Andy Davey5-May-03 21:24 
QuestionWill my .Net C# programs work on other OSs...? Pin
eggie528-Apr-03 14:41
eggie528-Apr-03 14:41 
AnswerRe: Will my .Net C# programs work on other OSs...? Pin
J. Dunlap28-Apr-03 16:05
J. Dunlap28-Apr-03 16:05 
AnswerRe: Will my .Net C# programs work on other OSs...? Pin
OmegaSupreme28-Apr-03 16:11
OmegaSupreme28-Apr-03 16:11 
GeneralCustomize toolbox during setup Pin
Patrick Lassalle26-Apr-03 4:22
Patrick Lassalle26-Apr-03 4:22 
GeneralRe: Customize toolbox during setup Pin
Burt Harris4-May-03 17:42
Burt Harris4-May-03 17:42 
GeneralUpdating Visual Studio to .NET 1.1 Pin
Katalyst25-Apr-03 17:26
Katalyst25-Apr-03 17:26 
GeneralRe: Updating Visual Studio to .NET 1.1 Pin
Kevin McFarlane25-Apr-03 23:52
Kevin McFarlane25-Apr-03 23:52 
GeneralRe: Updating Visual Studio to .NET 1.1 Pin
gregs11-May-03 11:44
gregs11-May-03 11:44 
GeneralRe: Updating Visual Studio to .NET 1.1 Pin
apferreira26-Apr-03 1:36
apferreira26-Apr-03 1:36 
QuestionRemoting GUI Services? Pin
bpavi25-Apr-03 14:35
bpavi25-Apr-03 14:35 
GeneralInstall assembly in the GAC Pin
Patrick Lassalle25-Apr-03 11:32
Patrick Lassalle25-Apr-03 11:32 
GeneralRe: Install assembly in the GAC Pin
J. Dunlap25-Apr-03 18:43
J. Dunlap25-Apr-03 18:43 
GeneralRe: Install assembly in the GAC Pin
Patrick Lassalle26-Apr-03 4:19
Patrick Lassalle26-Apr-03 4:19 
GeneralAutoEventWireUp question Pin
kensai25-Apr-03 9:02
kensai25-Apr-03 9:02 
QuestionDynamic Reference Locations? Pin
eidylon25-Apr-03 4:44
eidylon25-Apr-03 4:44 
AnswerRe: Dynamic Reference Locations? Pin
Andy Davey28-Apr-03 18:46
Andy Davey28-Apr-03 18:46 

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.