Click here to Skip to main content
15,891,513 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: VC++ 6.0 - No Unicode in debug output window Pin
Rajesh R Subramanian13-Jul-09 2:35
professionalRajesh R Subramanian13-Jul-09 2:35 
QuestionRe: VC++ 6.0 - No Unicode in debug output window Pin
khb13-Jul-09 3:27
khb13-Jul-09 3:27 
QuestionMonitoring Window Creation in another Process Pin
Steve Thresher13-Jul-09 0:52
Steve Thresher13-Jul-09 0:52 
AnswerRe: Monitoring Window Creation in another Process Pin
Stuart Dootson13-Jul-09 1:01
professionalStuart Dootson13-Jul-09 1:01 
GeneralRe: Monitoring Window Creation in another Process Pin
Steve Thresher13-Jul-09 1:12
Steve Thresher13-Jul-09 1:12 
GeneralRe: Monitoring Window Creation in another Process Pin
kilt15-Jul-09 5:47
kilt15-Jul-09 5:47 
GeneralRe: Monitoring Window Creation in another Process Pin
Stuart Dootson15-Jul-09 5:49
professionalStuart Dootson15-Jul-09 5:49 
QuestionCreate a Windows media player control at runtime. Pin
Sakthivel P13-Jul-09 0:49
Sakthivel P13-Jul-09 0:49 
I have a application which is need windows media player control to play video file.

For that I inserted a Windows Media Player control through Insert ActiveX control in my application. And I Create a variable m_WMPlayer for that media player by Add variable option. Now the system adds a Class called CWMPlayer and adds line of code in DoDataExchange() as

DDX_Control(pDX, IDC_GUI_GAM_TRAILER, m_WMPlayer); // Query1

And I use this m_WMPlayer variable for set URL and uiMode.

m_WMPlayer.put_URL(strTrailerPath);
m_WMPlayer.put_uiMode(_T("mini"));

Here my query is, When I execute the code, The above line (Query1) doesn't create window handle for m_WMPlayer object. CWnd handle still null.

~Sakthi
AnswerRe: Create a Windows media player control at runtime. Pin
Stuart Dootson13-Jul-09 1:15
professionalStuart Dootson13-Jul-09 1:15 
GeneralRe: Create a Windows media player control at runtime. Pin
Sakthivel P13-Jul-09 1:35
Sakthivel P13-Jul-09 1:35 
GeneralRe: Create a Windows media player control at runtime. Pin
Stuart Dootson13-Jul-09 2:43
professionalStuart Dootson13-Jul-09 2:43 
Questionregistry access problem Pin
Mogamboo_Khush_Hua12-Jul-09 23:38
Mogamboo_Khush_Hua12-Jul-09 23:38 
AnswerRe: registry access problem Pin
CPallini13-Jul-09 0:10
mveCPallini13-Jul-09 0:10 
GeneralRe: registry access problem Pin
Mogamboo_Khush_Hua13-Jul-09 1:00
Mogamboo_Khush_Hua13-Jul-09 1:00 
GeneralRe: registry access problem Pin
Stuart Dootson13-Jul-09 1:05
professionalStuart Dootson13-Jul-09 1:05 
GeneralRe: registry access problem Pin
Mogamboo_Khush_Hua13-Jul-09 1:18
Mogamboo_Khush_Hua13-Jul-09 1:18 
GeneralRe: registry access problem Pin
Roger Stoltz13-Jul-09 1:31
Roger Stoltz13-Jul-09 1:31 
GeneralRe: registry access problem Pin
Rajesh R Subramanian13-Jul-09 2:03
professionalRajesh R Subramanian13-Jul-09 2:03 
GeneralRe: registry access problem Pin
Roger Stoltz13-Jul-09 2:11
Roger Stoltz13-Jul-09 2:11 
GeneralRe: registry access problem Pin
Rajesh R Subramanian13-Jul-09 2:14
professionalRajesh R Subramanian13-Jul-09 2:14 
GeneralRe: registry access problem Pin
Mogamboo_Khush_Hua13-Jul-09 2:59
Mogamboo_Khush_Hua13-Jul-09 2:59 
GeneralRe: registry access problem Pin
Rajesh R Subramanian13-Jul-09 3:06
professionalRajesh R Subramanian13-Jul-09 3:06 
AnswerRe: registry access problem Pin
Muhammad Mazhar13-Jul-09 0:27
Muhammad Mazhar13-Jul-09 0:27 
QuestionHow to get file record from file name? Pin
denghp12-Jul-09 23:19
denghp12-Jul-09 23:19 
AnswerRe: How to get file record from file name? Pin
Adam Roderick J12-Jul-09 23:29
Adam Roderick J12-Jul-09 23:29 

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.