Click here to Skip to main content
15,890,512 members
Home / Discussions / COM
   

COM

 
QuestionActiveX object not showing up in IE [modified] Pin
MadHed31-Aug-07 2:29
MadHed31-Aug-07 2:29 
AnswerRe: ActiveX object not showing up in IE Pin
charlieg22-Oct-07 13:46
charlieg22-Oct-07 13:46 
QuestionC++ XPCOM componenet - Linker Error Pin
veer_in30-Aug-07 20:51
veer_in30-Aug-07 20:51 
AnswerRe: C++ XPCOM componenet - Linker Error Pin
prasad_som30-Aug-07 21:14
prasad_som30-Aug-07 21:14 
QuestionRe: C++ XPCOM componenet - Linker Error Pin
veer_in30-Aug-07 23:23
veer_in30-Aug-07 23:23 
AnswerRe: C++ XPCOM componenet - Linker Error Pin
prasad_som31-Aug-07 1:21
prasad_som31-Aug-07 1:21 
GeneralRe: C++ XPCOM componenet - Linker Error Pin
veer_in31-Aug-07 1:59
veer_in31-Aug-07 1:59 
QuestionActive Directory Service Intertface ADsGetObject fails with 80004002 Pin
Killer329-Aug-07 20:23
Killer329-Aug-07 20:23 
The following code fails and return "0x80004002" error Invalid Syntax.
Can any one provide me direction to solve this problem.

Is there any sample VC++ to get list domain in Primary Domain Controller, and to list the users in one domain

WCHAR szTest [100];
swprintf(szTest,L"%s","WinNT://development/ilanthendralr,user");
HRESULT hr = CoInitialize(NULL);
IADsUser *pUser;
hr = ADsGetObject(szTest,IID_IADsUser,(void**)&pUser);
if (FAILED(hr))
{return ;}
BSTR bstr;
hr = pUser->get_FullName(&bstr);
printf("User: %S\n", bstr);
SysFreeString(bstr);
CoUninitialize();

for thendral

QuestionVB Application breaks with .net 2.0 dll Pin
saswatpadhan29-Aug-07 7:46
saswatpadhan29-Aug-07 7:46 
AnswerRe: VB Application breaks with .net 2.0 dll Pin
User 21559729-Aug-07 12:23
User 21559729-Aug-07 12:23 
QuestionI have a problem with COM ( object is Internet Explorer ) Pin
conchocon9129-Aug-07 6:45
conchocon9129-Aug-07 6:45 
AnswerRe: I have a problem with COM ( object is Internet Explorer ) Pin
Michael Dunn29-Aug-07 7:43
sitebuilderMichael Dunn29-Aug-07 7:43 
GeneralRe: I have a problem with COM ( object is Internet Explorer ) Pin
conchocon9129-Aug-07 18:41
conchocon9129-Aug-07 18:41 
QuestionProblem in registering a COM component. Pin
rajeev8229-Aug-07 2:56
rajeev8229-Aug-07 2:56 
AnswerRe: Problem in registering a COM component. Pin
User 21559729-Aug-07 12:25
User 21559729-Aug-07 12:25 
GeneralRe: Problem in registering a COM component. Pin
rajeev8229-Aug-07 16:11
rajeev8229-Aug-07 16:11 
GeneralRe: Problem in registering a COM component. Pin
User 21559730-Aug-07 1:14
User 21559730-Aug-07 1:14 
Question[Message Deleted] Pin
xavierakx28-Aug-07 13:32
xavierakx28-Aug-07 13:32 
AnswerRe: Creating COM object, if there are two COM objects by same name. Pin
xavierakx28-Aug-07 14:27
xavierakx28-Aug-07 14:27 
QuestionIDispatch question Pin
themancer28-Aug-07 4:34
themancer28-Aug-07 4:34 
AnswerRe: IDispatch question Pin
myshketer28-Aug-07 22:28
myshketer28-Aug-07 22:28 
GeneralRe: IDispatch question Pin
themancer30-Aug-07 0:20
themancer30-Aug-07 0:20 
QuestionLDAP binding problem Pin
Manasi D28-Aug-07 1:40
Manasi D28-Aug-07 1:40 
Questionbooks Pin
nicetohaveyou27-Aug-07 22:58
nicetohaveyou27-Aug-07 22:58 
Questionsoftware for internet cafe Pin
sonalisp827-Aug-07 21:14
sonalisp827-Aug-07 21: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.