Click here to Skip to main content
15,921,577 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: is there any mistake in it ? Pin
imran_rafique17-Nov-02 14:31
imran_rafique17-Nov-02 14:31 
GeneralRe: is there any mistake in it ? Pin
Christian Graus17-Nov-02 15:49
protectorChristian Graus17-Nov-02 15:49 
GeneralRe: is there any mistake in it ? Pin
imran_rafique18-Nov-02 14:46
imran_rafique18-Nov-02 14:46 
Generalsemi-transparent overlays in client areas Pin
devvvy17-Nov-02 13:42
devvvy17-Nov-02 13:42 
GeneralRe: semi-transparent overlays in client areas Pin
Christian Graus17-Nov-02 14:03
protectorChristian Graus17-Nov-02 14:03 
GeneralRe: semi-transparent overlays in client areas Pin
Anonymous17-Nov-02 14:30
Anonymous17-Nov-02 14:30 
GeneralLots of property pages 2 Pin
DanYELL17-Nov-02 8:40
DanYELL17-Nov-02 8:40 
GeneralLots of property pages Pin
DanYELL17-Nov-02 8:39
DanYELL17-Nov-02 8:39 
I am still stuck. I have a property sheet with 20+ property pages. It just cuts of the 16th property page (and doesn't display or even let me access any page past the 16th). I added:

int CMyPropertySheet::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
// Set for Scrolling Tabs style
EnableStackedTabs(TRUE);

// Call the base class
if (CPropertySheet::OnCreate(lpCreateStruct) == -1)
return -1;

return 0;
}

But it looks funny initially. The rows are stacked, but the top row looks cut off. Once I click on a page, then the rows look stacked.

If the rows are stacked, how can I make it select the first page so that one row doesn't cut off another row?

Is it possible to make 10 pages the first row and 10 pages the second row? Currently, it just goes to 16 for the first row and then the next 4 rows are really long tabs?

Please, please, please, any response any one can give me will be greatly appreciated.

Sincerely,
Danielle (an overworked graduate student)

GeneralRe: Lots of property pages Pin
Pavel Klocek17-Nov-02 10:43
Pavel Klocek17-Nov-02 10:43 
GeneralRe: Lots of property pages Pin
Jim A. Johnson17-Nov-02 10:49
Jim A. Johnson17-Nov-02 10:49 
GeneralBitmap Question Pin
Ken Mazaika17-Nov-02 8:33
Ken Mazaika17-Nov-02 8:33 
GeneralRe: Bitmap Question Pin
Christian Graus17-Nov-02 8:56
protectorChristian Graus17-Nov-02 8:56 
GeneralRe: Bitmap Question Pin
Ken Mazaika17-Nov-02 9:54
Ken Mazaika17-Nov-02 9:54 
GeneralRe: Bitmap Question Pin
Christian Graus17-Nov-02 10:27
protectorChristian Graus17-Nov-02 10:27 
GeneralRe: Bitmap Question Pin
Ken Mazaika17-Nov-02 10:53
Ken Mazaika17-Nov-02 10:53 
GeneralRe: Bitmap Question Pin
Christian Graus17-Nov-02 10:56
protectorChristian Graus17-Nov-02 10:56 
GeneralRe: Bitmap Question Pin
Davide Pizzolato17-Nov-02 9:06
Davide Pizzolato17-Nov-02 9:06 
GeneralIP Address Controls and Windows 98 Pin
georgiek5017-Nov-02 7:01
georgiek5017-Nov-02 7:01 
GeneralRe: IP Address Controls and Windows 98 Pin
Michael Dunn17-Nov-02 7:21
sitebuilderMichael Dunn17-Nov-02 7:21 
GeneralRe: IP Address Controls and Windows 98 Pin
georgiek5017-Nov-02 7:48
georgiek5017-Nov-02 7:48 
GeneralRe: IP Address Controls and Windows 98 Pin
Michael Dunn17-Nov-02 9:10
sitebuilderMichael Dunn17-Nov-02 9:10 
GeneralPort C++ .NET Project back C++ 6.0 :: Visual Studio Pin
valikac17-Nov-02 5:55
valikac17-Nov-02 5:55 
GeneralRe: Port C++ .NET Project back C++ 6.0 :: Visual Studio Pin
Rickard Andersson2017-Nov-02 6:13
Rickard Andersson2017-Nov-02 6:13 
GeneralRe: Port C++ .NET Project back C++ 6.0 :: Visual Studio Pin
Stephane Rodriguez.17-Nov-02 8:00
Stephane Rodriguez.17-Nov-02 8:00 
GeneralRe: Port C++ .NET Project back C++ 6.0 :: Visual Studio Pin
Rickard Andersson2017-Nov-02 8:26
Rickard Andersson2017-Nov-02 8:26 

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.