Click here to Skip to main content
16,008,469 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: I want to know how to copy the highlighted text? Pin
Jon Hulatt13-Mar-02 22:08
Jon Hulatt13-Mar-02 22:08 
GeneralRe: I want to know how to copy the highlighted text? Pin
Pony13-Mar-02 23:56
Pony13-Mar-02 23:56 
GeneralHlp with CoCreateInstance pls => Pin
13-Mar-02 20:30
suss13-Mar-02 20:30 
GeneralRe: Hlp with CoCreateInstance pls => Pin
Mazdak13-Mar-02 20:57
Mazdak13-Mar-02 20:57 
GeneralRe: Hlp with CoCreateInstance pls => Pin
13-Mar-02 21:07
suss13-Mar-02 21:07 
GeneralRe: Hlp with CoCreateInstance pls => Pin
Mazdak13-Mar-02 21:19
Mazdak13-Mar-02 21:19 
GeneralRe: Hlp with CoCreateInstance pls => Pin
M Jahangir13-Mar-02 21:55
M Jahangir13-Mar-02 21:55 
GeneralRe: Hlp with CoCreateInstance pls => Pin
Lim Bio Liong13-Mar-02 21:24
Lim Bio Liong13-Mar-02 21:24 
Hello adara,

HRESULT value of 0x800401F0 means :

"CoInitialize() has not been called."

Make sure that you always call CoInitialize() at the beginning of any
COM application. You can of course call CoInitialize() just before calling
CoCreateInstance().

Note that even after calling CoInitialize() you may still get an error after
the CoCreateInstance() API if there are any other genuine errors.

However, failure to call CoInitialize() will definitely cause other COM APIs
to fail.

Hope the above helps, adara.

Best Regards,
Bio.

GeneralThank you all guys :rose: Pin
13-Mar-02 22:04
suss13-Mar-02 22:04 
GeneralRe: Thank you all guys :rose: Pin
Lim Bio Liong14-Mar-02 1:04
Lim Bio Liong14-Mar-02 1:04 
GeneralThanx again Pin
14-Mar-02 2:32
suss14-Mar-02 2:32 
GeneralTransparent Menu Pin
Derick Cyril Thomas13-Mar-02 18:56
Derick Cyril Thomas13-Mar-02 18:56 
GeneralRe: Transparent Menu Pin
Tomasz Sowinski14-Mar-02 0:01
Tomasz Sowinski14-Mar-02 0:01 
Generalprocess list Pin
ernst.maurer13-Mar-02 18:59
ernst.maurer13-Mar-02 18:59 
GeneralRe: process list Pin
Lim Bio Liong14-Mar-02 16:33
Lim Bio Liong14-Mar-02 16:33 
GeneralFlicker with CMemDC Pin
alex.barylski13-Mar-02 18:04
alex.barylski13-Mar-02 18:04 
GeneralRe: Flicker with CMemDC Pin
Shog913-Mar-02 19:13
sitebuilderShog913-Mar-02 19:13 
GeneralRe: Flicker with CMemDC Pin
alex.barylski13-Mar-02 19:46
alex.barylski13-Mar-02 19:46 
GeneralRe: Flicker with CMemDC Pin
Paul M Watt13-Mar-02 20:07
mentorPaul M Watt13-Mar-02 20:07 
GeneralRe: Flicker with CMemDC Pin
alex.barylski13-Mar-02 20:21
alex.barylski13-Mar-02 20:21 
GeneralRe: Flicker with CMemDC Pin
Paul M Watt13-Mar-02 21:44
mentorPaul M Watt13-Mar-02 21:44 
GeneralRe: Flicker with CMemDC Pin
alex.barylski13-Mar-02 22:54
alex.barylski13-Mar-02 22:54 
GeneralRe: Flicker with CMemDC Pin
Michel13-Mar-02 20:31
Michel13-Mar-02 20:31 
GeneralVC++ Runtimes Pin
Richard Lewis13-Mar-02 17:47
Richard Lewis13-Mar-02 17:47 
GeneralRe: VC++ Runtimes Pin
Nish Nishant13-Mar-02 18:16
sitebuilderNish Nishant13-Mar-02 18:16 

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.