Click here to Skip to main content
15,895,471 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CResourceException Pin
Anonymous16-Oct-05 15:35
Anonymous16-Oct-05 15:35 
GeneralRe: CResourceException Pin
LighthouseJ16-Oct-05 16:00
LighthouseJ16-Oct-05 16:00 
GeneralRe: CResourceException Pin
LighthouseJ16-Oct-05 16:35
LighthouseJ16-Oct-05 16:35 
Questionto create :exe file Pin
sheshidar16-Oct-05 9:24
sheshidar16-Oct-05 9:24 
AnswerRe: to create :exe file Pin
Christian Graus16-Oct-05 9:46
protectorChristian Graus16-Oct-05 9:46 
AnswerRe: to create :exe file Pin
Bob Stanneveld16-Oct-05 10:43
Bob Stanneveld16-Oct-05 10:43 
QuestionHow to get the right URL before navigating the web page in the CHtmlView? Pin
superhandwolf16-Oct-05 7:11
superhandwolf16-Oct-05 7:11 
QuestionWindows Media Player Plugins (help plz) Pin
Member 236489616-Oct-05 6:54
Member 236489616-Oct-05 6:54 
Hi, im trying to make a windows media player plugin here for my job.
Ive read the msdn topics about, followed the examples and so on.

What i was trying to do is a plugin with a buttom (like msdn example) but when the user press it, it doesnt open a browser with a url, it just display the url inside the media player.

I found out this class and method:

IWMPPlayerServices::setTaskPaneURL

but im having some problems to instance this class...
Im not used with this kind of programation, just dont know what should i use to get a pointer to a IWMPPlayerServices object...

In the main plugin class body i tryed to declare it:

CComPtr<iwmpplayerservices> m_spServices;

but using it this way: m_pPlugin->m_spServices->setTaskPaneURL(Local, Url, Name);
aways return a segmentation fault... i think i should point something in m_spServices, just dont know how... can some one give me a hand?
QuestionHelp me on TAPI Pin
Cao Jianlin16-Oct-05 3:21
Cao Jianlin16-Oct-05 3:21 
AnswerRe: Help me on TAPI Pin
GflPower16-Oct-05 17:18
GflPower16-Oct-05 17:18 
QuestionInvalidateRect() Efficiency Pin
Cliff Hatch16-Oct-05 1:26
Cliff Hatch16-Oct-05 1:26 
AnswerRe: InvalidateRect() Efficiency Pin
John R. Shaw16-Oct-05 16:30
John R. Shaw16-Oct-05 16:30 
GeneralRe: InvalidateRect() Efficiency Pin
Cliff Hatch19-Oct-05 8:40
Cliff Hatch19-Oct-05 8:40 
QuestionError LNK2001: unresolved external symbol &quot;__declspec(dllimport) public: class CString __thiscall Pin
mon2jan215-Oct-05 18:47
mon2jan215-Oct-05 18:47 
QuestionRe: Error LNK2001: unresolved external symbol &quot;__declspec(dllimport) public: class CString __thiscall Pin
begray15-Oct-05 22:20
begray15-Oct-05 22:20 
AnswerPlease Help....Re: Error LNK2001: unresolved external symbol &quot;__declspec(dllimport) public: class CString __thiscall Pin
mon2jan216-Oct-05 8:16
mon2jan216-Oct-05 8:16 
QuestionEncode two integers! Pin
JoaoPe15-Oct-05 17:22
JoaoPe15-Oct-05 17:22 
AnswerRe: Encode two integers! Pin
Chris Losinger15-Oct-05 18:38
professionalChris Losinger15-Oct-05 18:38 
GeneralRe: Encode two integers! Pin
JoaoPe15-Oct-05 19:24
JoaoPe15-Oct-05 19:24 
AnswerRe: Encode two integers! Pin
Prakash Nadar15-Oct-05 19:04
Prakash Nadar15-Oct-05 19:04 
GeneralRe: Encode two integers! Pin
JoaoPe15-Oct-05 19:22
JoaoPe15-Oct-05 19:22 
GeneralRe: Encode two integers! Pin
begray15-Oct-05 22:24
begray15-Oct-05 22:24 
GeneralRe: Encode two integers! Pin
JoaoPe16-Oct-05 2:38
JoaoPe16-Oct-05 2:38 
GeneralRe: Encode two integers! Pin
Chris Losinger16-Oct-05 3:44
professionalChris Losinger16-Oct-05 3:44 
GeneralRe: Encode two integers! Pin
Bob Stanneveld16-Oct-05 10:46
Bob Stanneveld16-Oct-05 10:46 

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.