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

C#

 
GeneralRe: How to send request to php page using POST method Pin
Alex Getman28-Apr-04 20:25
Alex Getman28-Apr-04 20:25 
GeneralRe: How to send request to php page using POST method Pin
Heath Stewart29-Apr-04 3:06
protectorHeath Stewart29-Apr-04 3:06 
GeneralOut of Process Server in C# Pin
Colin Herkes27-Apr-04 21:05
Colin Herkes27-Apr-04 21:05 
GeneralRe: Out of Process Server in C# Pin
Heath Stewart28-Apr-04 3:17
protectorHeath Stewart28-Apr-04 3:17 
GeneralRe: Out of Process Server in C# Pin
Colin Herkes29-Apr-04 21:24
Colin Herkes29-Apr-04 21:24 
GeneralRe: Out of Process Server in C# Pin
Heath Stewart30-Apr-04 2:57
protectorHeath Stewart30-Apr-04 2:57 
GeneralRe: Out of Process Server in C# Pin
Colin Herkes3-May-04 0:19
Colin Herkes3-May-04 0:19 
GeneralRe: Out of Process Server in C# Pin
Heath Stewart3-May-04 1:49
protectorHeath Stewart3-May-04 1:49 
What exactly do you mean that you don't get an out-of-process server? It works just fine. My forte' is interoperability in .NET and I do this all the time. The example does work, and if you need a typelib the /tlb switch on regasm.exe will generate one. If you make a script file like I provided, then execute the script with the Windows Scripting Host (cscript.exe for this example). Check the task manager and you'll see the application running. The ShowDialog method defined in the explicit class interface is just one method to show in this example. If you need access to anything else (like form properties, methods, or your own class's properties and methods) then you'll need to define those in the class interface as well, or at least another dispatch interface you could implement. The CLR will take care of the rest.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Out of Process Server in C# Pin
Colin Herkes3-May-04 2:54
Colin Herkes3-May-04 2:54 
GeneralRe: Out of Process Server in C# Pin
Heath Stewart3-May-04 3:18
protectorHeath Stewart3-May-04 3:18 
GeneralRe: Out of Process Server in C# Pin
leppie28-Apr-04 8:39
leppie28-Apr-04 8:39 
GeneralRe: Out of Process Server in C# Pin
Colin Herkes29-Apr-04 21:26
Colin Herkes29-Apr-04 21:26 
GeneralRe: Out of Process Server in C# Pin
leppie30-Apr-04 6:55
leppie30-Apr-04 6:55 
GeneralDirect X Pin
mookeroo27-Apr-04 15:37
mookeroo27-Apr-04 15:37 
GeneralRe: Direct X Pin
Heath Stewart27-Apr-04 17:11
protectorHeath Stewart27-Apr-04 17:11 
GeneralCommenting for comment web page Pin
Jon G27-Apr-04 13:14
Jon G27-Apr-04 13:14 
GeneralRe: Commenting for comment web page Pin
Jeff Varszegi27-Apr-04 14:57
professionalJeff Varszegi27-Apr-04 14:57 
GeneralRe: Commenting for comment web page Pin
Jon G28-Apr-04 0:50
Jon G28-Apr-04 0:50 
GeneralRe: Commenting for comment web page Pin
Jeff Varszegi28-Apr-04 12:30
professionalJeff Varszegi28-Apr-04 12:30 
QuestionHow detect listview's columns resize event? Pin
machocr27-Apr-04 10:52
machocr27-Apr-04 10:52 
AnswerRe: How detect listview's columns resize event? Pin
Heath Stewart27-Apr-04 12:25
protectorHeath Stewart27-Apr-04 12:25 
GeneralRe: How detect listview's columns resize event? Pin
machocr27-Apr-04 13:06
machocr27-Apr-04 13:06 
GeneralRe: How detect listview's columns resize event? Pin
Heath Stewart27-Apr-04 17:04
protectorHeath Stewart27-Apr-04 17:04 
QuestionHow take IP-address of workgroup or domain computers? Pin
FedorMatv27-Apr-04 10:42
FedorMatv27-Apr-04 10:42 
AnswerRe: How take IP-address of workgroup or domain computers? Pin
Stefan Troschuetz27-Apr-04 11:14
Stefan Troschuetz27-Apr-04 11:14 

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.