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

C / C++ / MFC

 
GeneralRe: Problem with ActiveX Pin
14-Dec-01 4:20
suss14-Dec-01 4:20 
GeneralRuntime video Codec chose Pin
12-Dec-01 6:47
suss12-Dec-01 6:47 
GeneralRe: Runtime video Codec chose Pin
Un114-Apr-02 4:22
Un114-Apr-02 4:22 
QuestionHow to tell it's a text file or a rich text file in CRichEditView? Pin
davilism12-Dec-01 6:31
davilism12-Dec-01 6:31 
AnswerRe: How to tell it's a text file or a rich text file in CRichEditView? Pin
Bill Wilson12-Dec-01 12:43
Bill Wilson12-Dec-01 12:43 
QuestionInsert property page after pr.-Sheet created? Pin
Thomas Blenkers12-Dec-01 6:25
Thomas Blenkers12-Dec-01 6:25 
AnswerRe: Insert property page after pr.-Sheet created? Pin
Joaquín M López Muñoz12-Dec-01 6:37
Joaquín M López Muñoz12-Dec-01 6:37 
GeneralRe: Insert property page after pr.-Sheet created? Pin
Thomas Blenkers12-Dec-01 10:29
Thomas Blenkers12-Dec-01 10:29 
Joaquin,

thank your for your quick suggestion Rose | [Rose] . The page in question *is* the last one on the sheet, but it won't work:

CMyPropertySheet::OnSomeMessage(......)
{
RemovePage(&m_myPage);
AddPage(&m_myPage);
}

The RemoveMessage function destroys the property page, and AddPage isn't enough to have the page created: I get an empty property sheet, all controls on it are not visible/created Cry | :((
GeneralRe: Insert property page after pr.-Sheet created? Pin
Joaquín M López Muñoz12-Dec-01 11:42
Joaquín M López Muñoz12-Dec-01 11:42 
GeneralRe: Insert property page after pr.-Sheet created? Pin
Thomas Blenkers14-Dec-01 1:31
Thomas Blenkers14-Dec-01 1:31 
QuestionReading and writing a open CFile with fread fwrite,...? Pin
Patrick Hoffmann12-Dec-01 6:20
Patrick Hoffmann12-Dec-01 6:20 
AnswerRe: Reading and writing a open CFile with fread fwrite,...? Pin
Joaquín M López Muñoz12-Dec-01 6:29
Joaquín M López Muñoz12-Dec-01 6:29 
GeneralCommand Line (cin) Hiding & Counter Using C++ Pin
valikac12-Dec-01 6:13
valikac12-Dec-01 6:13 
GeneralRe: Command Line (cin) Hiding & Counter Using C++ Pin
Joaquín M López Muñoz12-Dec-01 6:24
Joaquín M López Muñoz12-Dec-01 6:24 
GeneralCreateProcess that wont return until program ends Pin
12-Dec-01 5:44
suss12-Dec-01 5:44 
GeneralRe: CreateProcess that wont return until program ends Pin
Joaquín M López Muñoz12-Dec-01 6:10
Joaquín M López Muñoz12-Dec-01 6:10 
GeneralRe: CreateProcess that wont return until program ends Pin
Alvaro Mendez12-Dec-01 6:11
Alvaro Mendez12-Dec-01 6:11 
GeneralRe: CreateProcess that wont return until program ends Pin
Ernest Laurentin12-Dec-01 6:18
Ernest Laurentin12-Dec-01 6:18 
GeneralThank you Pin
12-Dec-01 11:12
suss12-Dec-01 11:12 
GeneralWin32 Bitmap Buttons Pin
Mike Doner12-Dec-01 5:35
Mike Doner12-Dec-01 5:35 
GeneralRe: Win32 Bitmap Buttons Pin
Joaquín M López Muñoz12-Dec-01 6:16
Joaquín M López Muñoz12-Dec-01 6:16 
GeneralRe: Win32 Bitmap Buttons Pin
Tim Deveaux12-Dec-01 8:40
Tim Deveaux12-Dec-01 8:40 
GeneralRe: Win32 Bitmap Buttons Pin
Christian Graus12-Dec-01 10:24
protectorChristian Graus12-Dec-01 10:24 
GeneralRe: Win32 Bitmap Buttons Pin
PJ Arends12-Dec-01 12:48
professionalPJ Arends12-Dec-01 12:48 
Generalnetworking & sending files Pin
12-Dec-01 4:45
suss12-Dec-01 4:45 

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.