Click here to Skip to main content
15,914,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAbout draw a picture in dialog box Pin
lisoft16-Apr-06 21:00
lisoft16-Apr-06 21:00 
AnswerRe: About draw a picture in dialog box Pin
Le Thanh Cong16-Apr-06 22:59
Le Thanh Cong16-Apr-06 22:59 
AnswerRe: About draw a picture in dialog box Pin
Nishad S16-Apr-06 23:27
Nishad S16-Apr-06 23:27 
GeneralRe: About draw a picture in dialog box Pin
lisoft17-Apr-06 17:34
lisoft17-Apr-06 17:34 
QuestionTAPI , COM Pin
asdf175316-Apr-06 20:57
asdf175316-Apr-06 20:57 
AnswerRe: TAPI , COM Pin
YaronNir16-Apr-06 21:39
YaronNir16-Apr-06 21:39 
GeneralRe: TAPI , COM Pin
asdf175316-Apr-06 23:07
asdf175316-Apr-06 23:07 
GeneralRe: TAPI , COM Pin
YaronNir17-Apr-06 0:31
YaronNir17-Apr-06 0:31 
There ya go Smile | :)

in order to call CoCreateInstance, you need to load the COM libraries. this is done by
CoInitialize method (check out MSDN for more information)

don't forget to call CoUninitialize when done using the COM libraries


good luck

YaronSigh | :sigh:

Ask not what your application can do for you,
Ask what you can do for your application
GeneralRe: TAPI , COM Pin
asdf175317-Apr-06 19:52
asdf175317-Apr-06 19:52 
QuestionOpenGl Pin
sataoa16-Apr-06 20:57
sataoa16-Apr-06 20:57 
AnswerRe: OpenGl Pin
_AnsHUMAN_ 16-Apr-06 21:57
_AnsHUMAN_ 16-Apr-06 21:57 
AnswerRe: OpenGl Pin
Ganesh_T16-Apr-06 21:58
Ganesh_T16-Apr-06 21:58 
AnswerRe: OpenGl Pin
Le Thanh Cong16-Apr-06 22:23
Le Thanh Cong16-Apr-06 22:23 
QuestionList Control with default text Pin
parichaybp16-Apr-06 20:37
parichaybp16-Apr-06 20:37 
AnswerRe: List Control with default text Pin
keerthikaaa16-Apr-06 20:44
keerthikaaa16-Apr-06 20:44 
GeneralRe: List Control with default text Pin
parichaybp16-Apr-06 20:48
parichaybp16-Apr-06 20:48 
GeneralRe: List Control with default text Pin
keerthikaaa16-Apr-06 20:53
keerthikaaa16-Apr-06 20:53 
QuestionRe: List Control with default text Pin
parichaybp16-Apr-06 21:07
parichaybp16-Apr-06 21:07 
AnswerRe: List Control with default text Pin
Nishad S16-Apr-06 23:55
Nishad S16-Apr-06 23:55 
GeneralRe: List Control with default text Pin
parichaybp16-Apr-06 20:52
parichaybp16-Apr-06 20:52 
GeneralRe: List Control with default text Pin
keerthikaaa16-Apr-06 21:05
keerthikaaa16-Apr-06 21:05 
QuestionRe: List Control with default text Pin
David Crow17-Apr-06 3:42
David Crow17-Apr-06 3:42 
QuestionConvert STL string --> TCHAR Pin
chasetoys16-Apr-06 20:05
chasetoys16-Apr-06 20:05 
AnswerRe: Convert STL string --> TCHAR Pin
_AnsHUMAN_ 16-Apr-06 20:12
_AnsHUMAN_ 16-Apr-06 20:12 
GeneralRe: Convert STL string --> TCHAR Pin
chasetoys16-Apr-06 20:36
chasetoys16-Apr-06 20:36 

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.