Click here to Skip to main content
15,897,518 members
Home / Discussions / COM
   

COM

 
GeneralRe: Office 2000 Pin
Tym!11-Sep-02 5:54
Tym!11-Sep-02 5:54 
GeneralRe: Office 2000 Pin
Anonymous11-Sep-02 7:42
Anonymous11-Sep-02 7:42 
GeneralDCOM and COM and COM+ oh my.. Pin
TigerNinja_4-Sep-02 12:55
TigerNinja_4-Sep-02 12:55 
QuestionWord Automation working but doing something VERY STRANGE when opening file??? Pin
Al_Pennyworth4-Sep-02 2:58
Al_Pennyworth4-Sep-02 2:58 
AnswerRe: Word Automation working but doing something VERY STRANGE when opening file??? Pin
Tym!11-Sep-02 6:04
Tym!11-Sep-02 6:04 
GeneralRe: Word Automation working but doing something VERY STRANGE when opening file??? Pin
Anonymous11-Sep-02 7:43
Anonymous11-Sep-02 7:43 
Generalc++ COM client for ICollectionXXX / IEnumXXX properties Pin
magicbassfr3-Sep-02 4:59
magicbassfr3-Sep-02 4:59 
GeneralRe: c++ COM client for ICollectionXXX / IEnumXXX properties Pin
Ernest Laurentin3-Sep-02 9:12
Ernest Laurentin3-Sep-02 9:12 
ATL/WTL are way too cool:
In your header add:
1. #import "C:\WINNT\System32\MSCOMCTL.OCX" no_namespace, named_guids
2. IListViewPtr m_myListView; // new member
3. Access like this:
GetDlgControl(IDC_LISTVIEWCTRL1, __uuidof(IListView), (void**)&m_myListView);
IListItemsPtr IListPtr = m_myListView->GetListItems();


ÿVOTD: 1 "Now faith is being sure of what we hope for and certain of what we do not see."
2 "This is what the ancients were commended for" - Hebrews 11:1-2


GeneralRe: c++ COM client for ICollectionXXX / IEnumXXX properties Pin
magicbassfr3-Sep-02 21:35
magicbassfr3-Sep-02 21:35 
GeneralRe: c++ COM client for ICollectionXXX / IEnumXXX properties Pin
magicbassfr4-Sep-02 4:42
magicbassfr4-Sep-02 4:42 
GeneralIDL Blues Pin
Jeremy Pullicino2-Sep-02 22:39
Jeremy Pullicino2-Sep-02 22:39 
GeneralRe: IDL Blues Pin
Ernest Laurentin3-Sep-02 6:37
Ernest Laurentin3-Sep-02 6:37 
GeneralAutomation Properties Pin
[James Pullicino]2-Sep-02 2:15
[James Pullicino]2-Sep-02 2:15 
GeneralIShellLink creation fails Pin
CaesarCZ31-Aug-02 15:00
CaesarCZ31-Aug-02 15:00 
GeneralRe: IShellLink creation fails Pin
Todd Smith2-Sep-02 15:49
Todd Smith2-Sep-02 15:49 
GeneralRe: IShellLink creation fails Pin
Jeremy Pullicino2-Sep-02 22:36
Jeremy Pullicino2-Sep-02 22:36 
GeneralCOM memory spying Pin
andi29-Aug-02 3:27
andi29-Aug-02 3:27 
GeneralRe: COM memory spying Pin
Vagif Abilov31-Aug-02 2:44
professionalVagif Abilov31-Aug-02 2:44 
GeneralActiveX version of CGridCtrl Pin
Alan Dugdall28-Aug-02 6:28
Alan Dugdall28-Aug-02 6:28 
GeneralActiveX property page Pin
toon28-Aug-02 2:26
toon28-Aug-02 2:26 
Questionregister? Pin
imran_rafique27-Aug-02 23:30
imran_rafique27-Aug-02 23:30 
AnswerRe: register? Pin
Michael P Butler28-Aug-02 3:55
Michael P Butler28-Aug-02 3:55 
QuestionIs there a better resource editor somewhere ? Pin
yarp27-Aug-02 23:18
yarp27-Aug-02 23:18 
GeneralVBSript and Events/Connection Points Pin
Pavel Klocek26-Aug-02 9:29
Pavel Klocek26-Aug-02 9:29 
GeneralRe: VBSript and Events/Connection Points Pin
Koep27-Aug-02 3:33
Koep27-Aug-02 3:33 

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.