Click here to Skip to main content
15,925,309 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How do i draw a bitmap on a static control? Pin
Anonymous3-Nov-02 10:13
Anonymous3-Nov-02 10:13 
GeneralRe: How do i draw a bitmap on a static control? Pin
Stephane Rodriguez.3-Nov-02 18:40
Stephane Rodriguez.3-Nov-02 18:40 
AnswerRe: How do i draw a bitmap on a static control? Pin
Jay24-Nov-02 14:44
Jay24-Nov-02 14:44 
GeneralSockets and proxy Pin
new memeber3-Nov-02 6:53
sussnew memeber3-Nov-02 6:53 
GeneralRe: Sockets and proxy Pin
Stephane Rodriguez.3-Nov-02 7:22
Stephane Rodriguez.3-Nov-02 7:22 
Question??? documentation or SDK for MS-Word 97 and 2000 DOC-file format ??? Pin
maksym_from_odessa3-Nov-02 6:01
maksym_from_odessa3-Nov-02 6:01 
AnswerRe: ??? documentation or SDK for MS-Word 97 and 2000 DOC-file format ??? Pin
Stephane Rodriguez.3-Nov-02 6:23
Stephane Rodriguez.3-Nov-02 6:23 
Generalbeginner COM question ... Pin
Maximilien3-Nov-02 5:55
Maximilien3-Nov-02 5:55 
Just a begginer question ...

If I want to use COM components in my application, do I have to do something in my application ? Do I have to activate something ?
As I understand it I simply would have to do something like ( very simplified ) : as explained in Michael Dunn article :
  ISomeCOMComponent* pInterface;

...
  CoInitialize ( NULL );
...
  CoCreateInstance(..., (void**) &pInterface  );
...
  // Do something with the Interface returned .
...
  pInterface->Release();
...
  CoUninitialize();


Thanks.
GeneralRe: beginner COM question ... Pin
Stephane Rodriguez.3-Nov-02 7:24
Stephane Rodriguez.3-Nov-02 7:24 
GeneralRe: beginner COM question ... Pin
Anders Molin3-Nov-02 8:00
professionalAnders Molin3-Nov-02 8:00 
GeneralWindows Memory Allocation :: C++ Pin
valikac3-Nov-02 5:38
valikac3-Nov-02 5:38 
GeneralRe: Windows Memory Allocation :: C++ Pin
ian mariano3-Nov-02 7:18
ian mariano3-Nov-02 7:18 
GeneralRe: Windows Memory Allocation :: C++ Pin
valikac3-Nov-02 7:26
valikac3-Nov-02 7:26 
GeneralRe: Windows Memory Allocation :: C++ Pin
User 98853-Nov-02 7:29
User 98853-Nov-02 7:29 
Generalshellexecuteex Pin
pnpfriend3-Nov-02 4:34
pnpfriend3-Nov-02 4:34 
GeneralRe: shellexecuteex Pin
Michael Dunn3-Nov-02 4:40
sitebuilderMichael Dunn3-Nov-02 4:40 
GeneralRe: shellexecuteex Pin
pnpfriend3-Nov-02 5:36
pnpfriend3-Nov-02 5:36 
GeneralCRichEditCtrl question.. Pin
Anonymous3-Nov-02 4:10
Anonymous3-Nov-02 4:10 
GeneralRe: CRichEditCtrl question.. Pin
Stephane Rodriguez.3-Nov-02 7:25
Stephane Rodriguez.3-Nov-02 7:25 
GeneralHELP! Can not control Default Printer! Pin
Anonymous3-Nov-02 4:04
Anonymous3-Nov-02 4:04 
GeneralWindows 98 Disdain Pin
Swinefeaster3-Nov-02 0:00
Swinefeaster3-Nov-02 0:00 
GeneralRe: Windows 98 Disdain Pin
Stephane Rodriguez.3-Nov-02 7:28
Stephane Rodriguez.3-Nov-02 7:28 
GeneralRe: Windows 98 Disdain Pin
Swinefeaster3-Nov-02 11:14
Swinefeaster3-Nov-02 11:14 
GeneralRe: Windows 98 Disdain Pin
Stephane Rodriguez.3-Nov-02 18:44
Stephane Rodriguez.3-Nov-02 18:44 
GeneralEnumerating processes under Win9x Pin
Kuniva2-Nov-02 23:11
Kuniva2-Nov-02 23:11 

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.