Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
GeneralRe: Changing screen resolution Pin
Alex Korchemniy3-Dec-04 3:21
Alex Korchemniy3-Dec-04 3:21 
GeneralAutomation server in C# Pin
Member 871962-Dec-04 10:22
Member 871962-Dec-04 10:22 
GeneralRe: Automation server in C# Pin
Heath Stewart2-Dec-04 11:22
protectorHeath Stewart2-Dec-04 11:22 
GeneralRe: Automation server in C# Pin
Member 871963-Dec-04 5:00
Member 871963-Dec-04 5:00 
GeneralRe: Automation server in C# Pin
Heath Stewart3-Dec-04 7:11
protectorHeath Stewart3-Dec-04 7:11 
GeneralRe: Automation server in C# Pin
Member 871963-Dec-04 8:12
Member 871963-Dec-04 8:12 
GeneralRe: Automation server in C# Pin
Heath Stewart3-Dec-04 8:44
protectorHeath Stewart3-Dec-04 8:44 
GeneralRe: Automation server in C# Pin
Member 8719615-Dec-04 3:14
Member 8719615-Dec-04 3:14 
Thanks for the info. I think I find the solution. I've just created a simple .Net Remoting server(which is kind of new to me) and a .Net client. It seems to work nicely as expected. I then created another simple MFC application using managed extensions to simply delegate all calls to the .Net Remoting server. All the non-managed applications can call via the MFC application. I run through a quick test and it seems to work great. I have not yet to test using Process.Start to launch the server if the server is not running, but it should work. One caveat, if I want to use any COM dlls in the .Net Remoting server, the COM dlls must be dual interfaced automation objects (inherit from IDispatch not IUnknown), or I'll get a "QueryInterface failed" error, which seems make sense. I appreciate any suggestions or comments you may have. Thanks again for your help.
GeneralRe: Automation server in C# Pin
Heath Stewart15-Dec-04 5:25
protectorHeath Stewart15-Dec-04 5:25 
GeneralRe: Automation server in C# Pin
Member 8719615-Dec-04 6:26
Member 8719615-Dec-04 6:26 
GeneralRe: Automation server in C# Pin
Member 8719615-Dec-04 6:22
Member 8719615-Dec-04 6:22 
GeneralRe: Automation server in C# Pin
Heath Stewart15-Dec-04 6:50
protectorHeath Stewart15-Dec-04 6:50 
GeneralInstalling .NET Framework Pin
Ami Bar2-Dec-04 9:26
Ami Bar2-Dec-04 9:26 
GeneralRe: Installing .NET Framework Pin
Heath Stewart2-Dec-04 11:03
protectorHeath Stewart2-Dec-04 11:03 
GeneralRe: Installing .NET Framework Pin
Daniel Turini2-Dec-04 11:32
Daniel Turini2-Dec-04 11:32 
GeneralDownload files ListBox and Thread Pin
fredza2-Dec-04 8:28
fredza2-Dec-04 8:28 
GeneralRe: Download files ListBox and Thread Pin
Nick Parker2-Dec-04 9:31
protectorNick Parker2-Dec-04 9:31 
GeneralRe: Download files ListBox and Thread Pin
fredza2-Dec-04 10:04
fredza2-Dec-04 10:04 
GeneralRe: Download files ListBox and Thread Pin
Heath Stewart2-Dec-04 11:08
protectorHeath Stewart2-Dec-04 11:08 
GeneralClose Windows Form automatically Pin
realmontanakid2-Dec-04 6:27
realmontanakid2-Dec-04 6:27 
GeneralRe: Close Windows Form automatically Pin
Judah Gabriel Himango2-Dec-04 7:34
sponsorJudah Gabriel Himango2-Dec-04 7:34 
GeneralRe: Close Windows Form automatically Pin
Heath Stewart2-Dec-04 7:40
protectorHeath Stewart2-Dec-04 7:40 
GeneralChange text color on a single line Pin
Gywox2-Dec-04 5:45
Gywox2-Dec-04 5:45 
GeneralTest for file lock Pin
Marc Clifton2-Dec-04 5:16
mvaMarc Clifton2-Dec-04 5:16 
GeneralRe: Test for file lock Pin
Heath Stewart2-Dec-04 5:31
protectorHeath Stewart2-Dec-04 5:31 

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.