Click to See Complete Forum and Search --> : CDialogBar


May 11th, 1999, 03:30 PM
I have created an instance of a CDialogBar called m_pwndItemDialogBar. I call the function: ShowControlBar(m_pwndItemDialogBar, TRUE, FALSE);
In Visual Studio 5.0, after this function call, the m_pwndItemDialogBar->m_rectUnDockedDlgBar variable is initialized. But in Visual Studio 6.0, after the ShowControlBar function call, the pwndItemDialogBar->m_rectUnDockedDlgBar variable is not initialized. Does anyone have any ideas on what I may need to do differently in Version 6.0?