Click here to Skip to main content
15,915,827 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: I need BIG help! Pin
Hamid_RT25-Feb-07 8:22
Hamid_RT25-Feb-07 8:22 
AnswerRe: I need BIG help! Pin
Christian Graus25-Feb-07 9:02
protectorChristian Graus25-Feb-07 9:02 
Question[DirectDraw] Pin
Parallan25-Feb-07 3:05
Parallan25-Feb-07 3:05 
GeneralRe: [DirectDraw] Pin
Parallan25-Feb-07 7:15
Parallan25-Feb-07 7:15 
GeneralRe: [DirectDraw] Pin
Rajesh R Subramanian25-Feb-07 21:57
professionalRajesh R Subramanian25-Feb-07 21:57 
GeneralRe: [DirectDraw] [modified] Pin
Mark Salsbery26-Feb-07 7:56
Mark Salsbery26-Feb-07 7:56 
GeneralRe: [DirectDraw] Pin
Rajesh R Subramanian27-Feb-07 8:16
professionalRajesh R Subramanian27-Feb-07 8:16 
QuestionOnWindowPosChanging never called Pin
NorGUI25-Feb-07 3:03
NorGUI25-Feb-07 3:03 
Hello,
I have a dialog application and I would like start hided that why I used in OnWindowPosChanging(WINDOWPOS* lpwndpos) :

void CGMMWS1800Dlg::OnWindowPosChanging(WINDOWPOS* lpwndpos)
{
if(!m_visible)
lpwndpos->flags &= ~SWP_SHOWWINDOW;

CDialog::OnWindowPosChanging(lpwndpos);

// TODO: Add your message handler code here
}

My problem is that this function is never called. In IniDialog I change the size with a MoveWindow().

I do not understand why this function is never called.

Waht can I check to fix my problem.

Thank you for help me

AutreChien
AnswerRe: OnWindowPosChanging never called Pin
Mark Salsbery25-Feb-07 6:42
Mark Salsbery25-Feb-07 6:42 
QuestionConverting from VC6 to VS2005, C++ Pin
Anders Gustafsson25-Feb-07 2:53
Anders Gustafsson25-Feb-07 2:53 
AnswerRe: Converting from VC6 to VS2005, C++ Pin
Nemanja Trifunovic25-Feb-07 3:08
Nemanja Trifunovic25-Feb-07 3:08 
GeneralRe: Converting from VC6 to VS2005, C++ Pin
Anders Gustafsson25-Feb-07 3:46
Anders Gustafsson25-Feb-07 3:46 
AnswerRe: Converting from VC6 to VS2005, C++ Pin
Christian Graus25-Feb-07 9:10
protectorChristian Graus25-Feb-07 9:10 
Questionconversions of char [modified] Pin
cyn825-Feb-07 2:07
cyn825-Feb-07 2:07 
AnswerRe: conversions of char Pin
bob1697225-Feb-07 9:00
bob1697225-Feb-07 9:00 
Questionwhen i mouse down a button, why the button change style default button? Pin
mfc_dialog25-Feb-07 1:16
mfc_dialog25-Feb-07 1:16 
AnswerRe: when i mouse down a button, why the button change style default button? Pin
Michael Dunn25-Feb-07 6:40
sitebuilderMichael Dunn25-Feb-07 6:40 
QuestionWhat control can I use to display one page of document or HTML document? Pin
zhaque25-Feb-07 1:11
zhaque25-Feb-07 1:11 
QuestionHow to receive a dead character message? Pin
udiraz24-Feb-07 22:01
udiraz24-Feb-07 22:01 
AnswerRe: How to receive a dead character message? Pin
toxcct25-Feb-07 0:05
toxcct25-Feb-07 0:05 
QuestionRe: How to receive a dead character message? Pin
Newbie0025-Feb-07 0:11
Newbie0025-Feb-07 0:11 
GeneralRe: How to receive a dead character message? Pin
S Douglas25-Feb-07 1:47
professionalS Douglas25-Feb-07 1:47 
GeneralRe: How to receive a dead character message? Pin
toxcct25-Feb-07 6:29
toxcct25-Feb-07 6:29 
GeneralRe: How to receive a dead character message? Pin
S Douglas25-Feb-07 20:13
professionalS Douglas25-Feb-07 20:13 
AnswerRe: How to receive a dead character message? Pin
S Douglas25-Feb-07 1:51
professionalS Douglas25-Feb-07 1:51 

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.