Click here to Skip to main content
15,889,096 members
Home / Discussions / C#
   

C#

 
GeneralRe: ListView and user click Pin
Rampas Tomas1-Aug-03 3:31
Rampas Tomas1-Aug-03 3:31 
Generalscaling text to fit into rectangle Pin
misterbear31-Jul-03 4:13
misterbear31-Jul-03 4:13 
Generalhelp!! about the ListView Pin
vvvmmmvvv31-Jul-03 4:10
vvvmmmvvv31-Jul-03 4:10 
GeneralRe: help!! about the ListView Pin
Rampas Tomas31-Jul-03 17:10
Rampas Tomas31-Jul-03 17:10 
GeneralConvert string into expression Pin
JM_FL31-Jul-03 3:22
JM_FL31-Jul-03 3:22 
GeneralRe: Convert string into expression Pin
Nick Seng31-Jul-03 15:34
Nick Seng31-Jul-03 15:34 
Generalwindows service written in C++, COM objects, call from C# Pin
alma31-Jul-03 3:11
alma31-Jul-03 3:11 
GeneralRe: windows service written in C++, COM objects, call from C# Pin
alma31-Jul-03 23:20
alma31-Jul-03 23:20 
I have done it in the following way:

1. registered the service: MyService.exe /service

2. added the associated type lib to the project:

using MyServiceLib;

(I used the Add reference wizard: Solution explorer tab, right click on the solution name, click on Add reference..., click on COM tab, in the appearing list box select the needed type library)

3. Created an object:

IMyObject newObject = new MyServiceLib.MyObjectClass();

4. Called the objects methods:

newObject.Function(param1, param2);

-Alma-
Generalrunning function in Form from UserControl Pin
Hovik Melkomian31-Jul-03 1:23
Hovik Melkomian31-Jul-03 1:23 
GeneralRe: running function in Form from UserControl Pin
Rampas Tomas31-Jul-03 2:09
Rampas Tomas31-Jul-03 2:09 
GeneralRe: running function in Form from UserControl Pin
Hovik Melkomian3-Aug-03 2:40
Hovik Melkomian3-Aug-03 2:40 
GeneralRe: running function in Form from UserControl Pin
Rampas Tomas3-Aug-03 21:34
Rampas Tomas3-Aug-03 21:34 
GeneralRe: running function in Form from UserControl Pin
Hovik Melkomian4-Aug-03 2:54
Hovik Melkomian4-Aug-03 2:54 
GeneralRe: running function in Form from UserControl Pin
Rampas Tomas4-Aug-03 3:38
Rampas Tomas4-Aug-03 3:38 
GeneralRe: running function in Form from UserControl Pin
Hovik Melkomian4-Aug-03 3:53
Hovik Melkomian4-Aug-03 3:53 
GeneralRe: running function in Form from UserControl Pin
Hovik Melkomian4-Aug-03 3:22
Hovik Melkomian4-Aug-03 3:22 
GeneralRe: running function in Form from UserControl Pin
Rampas Tomas4-Aug-03 3:48
Rampas Tomas4-Aug-03 3:48 
GeneralRe: running function in Form from UserControl Pin
Hovik Melkomian4-Aug-03 4:13
Hovik Melkomian4-Aug-03 4:13 
GeneralRe: running function in Form from UserControl Pin
Hovik Melkomian16-Aug-03 5:28
Hovik Melkomian16-Aug-03 5:28 
GeneralProduct Key vs ProductID Pin
CezarT31-Jul-03 1:04
CezarT31-Jul-03 1:04 
GeneralRe: Product Key vs ProductID Pin
Ista31-Jul-03 6:58
Ista31-Jul-03 6:58 
GeneralRe: Product Key vs ProductID Pin
CezarT31-Jul-03 21:42
CezarT31-Jul-03 21:42 
GeneralResource Pin
deanoA31-Jul-03 0:06
deanoA31-Jul-03 0:06 
GeneralSystem.Management is undeclared Pin
michaDam31-Jul-03 0:06
michaDam31-Jul-03 0:06 
GeneralRe: System.Management is undeclared Pin
michaDam31-Jul-03 1:04
michaDam31-Jul-03 1:04 

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.