Click here to Skip to main content
15,917,862 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Reverse array Pin
Johnny Peszek14-Sep-04 9:31
Johnny Peszek14-Sep-04 9:31 
GeneralCTime and Dialog question. Pin
crimsongrape14-Sep-04 8:27
crimsongrape14-Sep-04 8:27 
GeneralRe: CTime and Dialog question. Pin
Anonymous14-Sep-04 8:54
Anonymous14-Sep-04 8:54 
QuestionWhen are CControlBar marked as floating ? Pin
Maximilien14-Sep-04 8:19
Maximilien14-Sep-04 8:19 
AnswerRe: When are CControlBar marked as floating ? Pin
Way_newBe14-Sep-04 12:12
Way_newBe14-Sep-04 12:12 
GeneralRe: When are CControlBar marked as floating ? Pin
Maximilien14-Sep-04 12:49
Maximilien14-Sep-04 12:49 
GeneralChanging form resource in a CFormView class Pin
Fernando A. Gomez F.14-Sep-04 7:55
Fernando A. Gomez F.14-Sep-04 7:55 
GeneralRe: Changing form resource in a CFormView class Pin
Bob Stanneveld14-Sep-04 8:14
Bob Stanneveld14-Sep-04 8:14 
Hello,

If I understand correctly, you want to change a dialog when you click a tab on a tab control. This tab control is on the dialog you want to change.

If the above assumption is correct, read further, if not skip the next paragraph.

I don't think that you should change the resource ID of the class. I don't know what will happen, but it sure is something that you don't want!

If you want to display another dialog, you can make the dialog you want to change invisible (or destroy it if you want) and create another dialog with the resource ID that you want.


If you really need to reuse the class with another ID (I don't see the benefit in that) you can destroy the window (and the class) and create another one (the same class derived from CFormView) except with another ID.

Hope this information is of any help.


Multiply it by infinity and take it beyond eternity and you'll still have no idea about what I'm talking about.

GeneralRe: Changing form resource in a CFormView class Pin
Roger Allen14-Sep-04 12:15
Roger Allen14-Sep-04 12:15 
GeneralKnowing the directory in which an App resides Pin
0v3rloader14-Sep-04 7:31
0v3rloader14-Sep-04 7:31 
GeneralRe: Knowing the directory in which an App resides Pin
Maximilien14-Sep-04 7:42
Maximilien14-Sep-04 7:42 
GeneralRe: Knowing the directory in which an App resides Pin
Fernando A. Gomez F.14-Sep-04 8:10
Fernando A. Gomez F.14-Sep-04 8:10 
GeneralRe: Knowing the directory in which an App resides Pin
John M. Drescher14-Sep-04 9:19
John M. Drescher14-Sep-04 9:19 
GeneralRe: Knowing the directory in which an App resides Pin
BlackDice14-Sep-04 9:36
BlackDice14-Sep-04 9:36 
GeneralRe: Knowing the directory in which an App resides Pin
David Crow14-Sep-04 9:56
David Crow14-Sep-04 9:56 
GeneralRe: Knowing the directory in which an App resides Pin
BlackDice14-Sep-04 10:20
BlackDice14-Sep-04 10:20 
GeneralRe: Knowing the directory in which an App resides Pin
David Crow14-Sep-04 10:37
David Crow14-Sep-04 10:37 
GeneralRe: Knowing the directory in which an App resides Pin
BlackDice14-Sep-04 10:40
BlackDice14-Sep-04 10:40 
Generalflicker problem in mfc continued... Pin
towd14-Sep-04 6:12
towd14-Sep-04 6:12 
GeneralRe: flicker problem in mfc continued... Pin
John M. Drescher14-Sep-04 9:14
John M. Drescher14-Sep-04 9:14 
GeneralRe: flicker problem in mfc continued... Pin
towd15-Sep-04 4:22
towd15-Sep-04 4:22 
GeneralRe: flicker problem in mfc continued... Pin
Roger Allen14-Sep-04 12:18
Roger Allen14-Sep-04 12:18 
GeneralVisual studios 6 is buggin me..help Pin
IGeorgeI14-Sep-04 6:00
IGeorgeI14-Sep-04 6:00 
GeneralRe: Visual studios 6 is buggin me..help Pin
David Crow14-Sep-04 7:01
David Crow14-Sep-04 7:01 
GeneralRe: Visual studios 6 is buggin me..help Pin
Arsalan Malik14-Sep-04 18:09
Arsalan Malik14-Sep-04 18:09 

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.