Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MarcinW

    Property pages in ATL COM add-in

    Hi, In my ATL COM project I want do implement dialog and add some property pages on it. What should I do do to this ?. I tried to add to standard ATL dialog class some interfaces which allow to implement property pages but I received some errors. Is it corect way ?. I.E. After implementing...
  2. MarcinW

    ATL COM dialog controls

    Hi, I'm writing an ATL COM dll. I want to create interface to it (dialog box with controls). I created the ATL dialog box and tried to add some controls to it. I did following things: * Added some simple controls (textbox, radiobutton) * Added ListBox and Tab Control. * Added events for...
  3. MarcinW

    MFC COM Add-In

    Hi, I want to write COM Add-in for Word 2000 which uses MFC. I've found an add-in example but it's not MFC DLL. I tried to append MFC classes to this add-in but it didn't work (afxCurrentResourceHandle is NULL - I think some objects are not initiated :-((). What should I do to write an MFC...
  4. MarcinW

    Problem with Wincrypt.h Library

    Yes, I've included. I tried to specify paths to crypt32.lib and wincrypt.h but it still doesn't work. :-(. I've also tried to change some linker and debugger switches but... I'm beginner so it is not so obvious for me. Regards, Marcin.
  5. MarcinW

    Add-in for Word 97 and Word 2000

    Hi, I have question : Is it possible to write COM add-in (*.dll) which will work on Word 97 and Word 2000 ?. In MSDN they write that it's possible to add COM add-in to Word 97. Do Somebody know how to do it ???. Regards, Marcin
  6. MarcinW

    Problem with Wincrypt.h Library

    Hi, I have problem with compilation of some MSDN samples which use "wincrypt.h" library. These samples manages certificates. I created Win32 application project and copied one of them. This example needs "windows.h", "wincrypt.h" and "stdio.h" libraries...

Part and Inventory Search

Back
Top