Click here to Skip to main content
15,949,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Combination Algorithm Pin
CPallini24-Mar-09 11:47
mveCPallini24-Mar-09 11:47 
GeneralRe: Combination Algorithm Pin
Michael Hildebrand24-Mar-09 11:53
Michael Hildebrand24-Mar-09 11:53 
GeneralRe: Combination Algorithm Pin
CPallini24-Mar-09 11:57
mveCPallini24-Mar-09 11:57 
GeneralRe: Combination Algorithm Pin
Michael Hildebrand24-Mar-09 12:11
Michael Hildebrand24-Mar-09 12:11 
GeneralRe: Combination Algorithm Pin
CPallini24-Mar-09 13:34
mveCPallini24-Mar-09 13:34 
GeneralRe: Combination Algorithm Pin
led mike25-Mar-09 5:12
led mike25-Mar-09 5:12 
GeneralRe: Combination Algorithm Pin
CPallini25-Mar-09 5:31
mveCPallini25-Mar-09 5:31 
QuestionQuick Easy MFC question [modified] Pin
bulg24-Mar-09 10:26
bulg24-Mar-09 10:26 
Here's the code, and the important values from stepping through the code:
        CStatic m_audio_rate_text;
        ...
	m_audio_rate_text.Create(T_AUDIO_BITRATE_TEXT, WS_CHILD|WS_VISIBLE
		,move
		,this,AUDIO_BITRATE_TEXT);

	CRect t;
	m_audio_rate_text.GetWindowRect(&t);

// step-through watch values:
// move { top=160 bottom=205 left=500 right=600}
// t    { top=189 bottom=234 left=503 right=603}


How do I get the right RECT ?? (the same as the one I created it with)
Or
Why is GetWindowRect() returning a different value?

modified on Tuesday, March 24, 2009 4:33 PM

AnswerRe: Quick Easy MFC question Pin
Rick York24-Mar-09 11:09
mveRick York24-Mar-09 11:09 
QuestionHow to send video frames to the Video Out in the graphics card Pin
ben002724-Mar-09 8:56
ben002724-Mar-09 8:56 
AnswerRe: How to send video frames to the Video Out in the graphics card Pin
Code-o-mat24-Mar-09 9:22
Code-o-mat24-Mar-09 9:22 
GeneralRe: How to send video frames to the Video Out in the graphics card Pin
bulg24-Mar-09 10:39
bulg24-Mar-09 10:39 
GeneralRe: How to send video frames to the Video Out in the graphics card Pin
ben002724-Mar-09 12:14
ben002724-Mar-09 12:14 
GeneralRe: How to send video frames to the Video Out in the graphics card Pin
Code-o-mat24-Mar-09 22:44
Code-o-mat24-Mar-09 22:44 
GeneralRe: How to send video frames to the Video Out in the graphics card Pin
ben002725-Mar-09 7:37
ben002725-Mar-09 7:37 
QuestionA question about SDI architecture ... Pin
Joseph Marzbani24-Mar-09 7:04
Joseph Marzbani24-Mar-09 7:04 
QuestionRe: A question about SDI architecture ... Pin
David Crow24-Mar-09 7:09
David Crow24-Mar-09 7:09 
AnswerRe: A question about SDI architecture ... Pin
Joseph Marzbani24-Mar-09 7:12
Joseph Marzbani24-Mar-09 7:12 
QuestionRe: A question about SDI architecture ... Pin
David Crow24-Mar-09 7:16
David Crow24-Mar-09 7:16 
AnswerRe: A question about SDI architecture ... Pin
Joseph Marzbani24-Mar-09 7:19
Joseph Marzbani24-Mar-09 7:19 
QuestionRe: A question about SDI architecture ... Pin
David Crow24-Mar-09 7:26
David Crow24-Mar-09 7:26 
QuestionRe: A question about SDI architecture ... Pin
Joseph Marzbani24-Mar-09 7:30
Joseph Marzbani24-Mar-09 7:30 
AnswerRe: A question about SDI architecture ... Pin
David Crow24-Mar-09 7:40
David Crow24-Mar-09 7:40 
AnswerRe: A question about SDI architecture ... Pin
Eytukan24-Mar-09 8:14
Eytukan24-Mar-09 8:14 
GeneralRe: A question about SDI architecture ... Pin
Iain Clarke, Warrior Programmer24-Mar-09 7:28
Iain Clarke, Warrior Programmer24-Mar-09 7:28 

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.