Click here to Skip to main content
15,891,529 members
Home / Discussions / C#
   

C#

 
GeneralRe: MCAD Pin
Steve Maier19-Aug-05 4:19
professionalSteve Maier19-Aug-05 4:19 
GeneralRe: MCAD Pin
Mohamad Al Husseiny19-Aug-05 4:53
Mohamad Al Husseiny19-Aug-05 4:53 
GeneralDisplaying data from 2 Tables in one Grid Pin
zaboboa19-Aug-05 2:31
zaboboa19-Aug-05 2:31 
GeneralRe: Displaying data from 2 Tables in one Grid Pin
Azerax19-Aug-05 2:47
Azerax19-Aug-05 2:47 
GeneralPrint Option using Crystal Report Pin
Member 220793419-Aug-05 2:19
Member 220793419-Aug-05 2:19 
GeneralDiabling Close Button Pin
ivix4u19-Aug-05 2:04
ivix4u19-Aug-05 2:04 
GeneralRe: Diabling Close Button Pin
miah alom19-Aug-05 4:23
miah alom19-Aug-05 4:23 
GeneralCOMSVCS.dll Monitoring Com + Pin
Member 215122719-Aug-05 1:56
Member 215122719-Aug-05 1:56 
Hi,

I am trying to build a program that to monitor com + applications.
In below,is my program:

COMSVCSLib.IGetAppData appData = null;
//declare a variable of IGetAppData

Type typ = Type.GetTypeFromProgID("COMSVCS.TrackerServer", true);

appData = (COMSVCSLib.IGetAppData)Activator.CreateInstance(typ);
// create COMSVCS.TrackerServer in appData

System.IntPtr aAppData = new IntPtr(0) ;
uint n;
// when i run the code bellow, the compiler emit the follow message "A null reference pointer was passed to the stub."
appData.GetApps(out n,aAppData);

anyone can help me?


Glauco Alves
GeneralDNS Resolve Pin
keshavcn19-Aug-05 1:42
keshavcn19-Aug-05 1:42 
QuestionHow to pick up multiple resultsets from a query Pin
skooij19-Aug-05 1:30
skooij19-Aug-05 1:30 
AnswerRe: How to pick up multiple resultsets from a query Pin
Guffa19-Aug-05 2:17
Guffa19-Aug-05 2:17 
GeneralRe: How to pick up multiple resultsets from a query Pin
skooij19-Aug-05 2:27
skooij19-Aug-05 2:27 
GeneralRe: How to pick up multiple resultsets from a query Pin
Guffa19-Aug-05 2:43
Guffa19-Aug-05 2:43 
Generalimportant coding problem Pin
snouto19-Aug-05 0:53
snouto19-Aug-05 0:53 
GeneralRe: important coding problem Pin
Corinna John19-Aug-05 1:32
Corinna John19-Aug-05 1:32 
GeneralRe: important coding problem Pin
miah alom19-Aug-05 4:34
miah alom19-Aug-05 4:34 
GeneralRe: important coding problem Pin
Corinna John19-Aug-05 5:16
Corinna John19-Aug-05 5:16 
GeneralCancel closing a form Pin
bouli19-Aug-05 0:06
bouli19-Aug-05 0:06 
GeneralRe: Cancel closing a form Pin
Azerax19-Aug-05 1:05
Azerax19-Aug-05 1:05 
GeneralRe: Cancel closing a form Pin
bouli19-Aug-05 1:19
bouli19-Aug-05 1:19 
GeneralCannot get value because it is DBNull Pin
beqs18-Aug-05 23:47
beqs18-Aug-05 23:47 
GeneralRe: Cannot get value because it is DBNull Pin
Guffa18-Aug-05 23:53
Guffa18-Aug-05 23:53 
GeneralRe: Cannot get value because it is DBNull Pin
Anonymous19-Aug-05 0:39
Anonymous19-Aug-05 0:39 
GeneralRe: Cannot get value because it is DBNull Pin
Guffa19-Aug-05 0:51
Guffa19-Aug-05 0:51 
GeneralRe: Cannot get value because it is DBNull Pin
Anonymous19-Aug-05 1:31
Anonymous19-Aug-05 1: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.