Click here to Skip to main content
15,794,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionTab Control Related problem Pin
Y_Kaushik19-Sep-07 0:55
Y_Kaushik19-Sep-07 0:55 
AnswerRe: Tab Control Related problem Pin
nbugalia19-Sep-07 1:20
nbugalia19-Sep-07 1:20 
GeneralRe: Tab Control Related problem Pin
Y_Kaushik19-Sep-07 1:47
Y_Kaushik19-Sep-07 1:47 
GeneralRe: Tab Control Related problem Pin
nbugalia19-Sep-07 2:01
nbugalia19-Sep-07 2:01 
GeneralRe: Tab Control Related problem Pin
Y_Kaushik19-Sep-07 2:07
Y_Kaushik19-Sep-07 2:07 
QuestionRe: Tab Control Related problem Pin
David Crow19-Sep-07 3:50
David Crow19-Sep-07 3:50 
AnswerRe: Tab Control Related problem Pin
Nelek19-Sep-07 3:41
protectorNelek19-Sep-07 3:41 
AnswerRe: Tab Control Related problem Pin
David Crow19-Sep-07 3:57
David Crow19-Sep-07 3:57 
In the sheet's OnInitDialog() method, you can move and hide any of the four buttons. For example:

CWnd *pWnd = GetDlgItem(ID_APPLY_NOW);
ASSERT(NULL != pWnd);
pWnd->ShowWindow(SW_HIDE);



"A good athlete is the result of a good and worthy opponent." - David Crow

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


Questiondon't understand MSDN explanations. Can someone explain this? Pin
Nelek19-Sep-07 0:23
protectorNelek19-Sep-07 0:23 
AnswerRe: don't understand MSDN explanations. Can someone explain this? Pin
toxcct19-Sep-07 0:35
toxcct19-Sep-07 0:35 
GeneralDidn't explain myself good Pin
Nelek19-Sep-07 1:35
protectorNelek19-Sep-07 1:35 
GeneralRe: Didn't explain myself good Pin
toxcct19-Sep-07 2:49
toxcct19-Sep-07 2:49 
GeneralRe: Didn't explain myself good Pin
Nelek19-Sep-07 3:08
protectorNelek19-Sep-07 3:08 
QuestionRe: don't understand MSDN explanations. Can someone explain this? Pin
David Crow19-Sep-07 4:04
David Crow19-Sep-07 4:04 
AnswerRe: don't understand MSDN explanations. Can someone explain this? Pin
Nelek19-Sep-07 21:28
protectorNelek19-Sep-07 21:28 
GeneralRe: don't understand MSDN explanations. Can someone explain this? Pin
David Crow20-Sep-07 3:42
David Crow20-Sep-07 3:42 
GeneralRe: don't understand MSDN explanations. Can someone explain this? Pin
Nelek20-Sep-07 5:12
protectorNelek20-Sep-07 5:12 
GeneralRe: don't understand MSDN explanations. Can someone explain this? Pin
David Crow20-Sep-07 5:30
David Crow20-Sep-07 5:30 
JokeRe: don't understand MSDN explanations. Can someone explain this? Pin
Nelek21-Sep-07 2:47
protectorNelek21-Sep-07 2:47 
QuestionFonts Pin
Waldermort18-Sep-07 23:57
Waldermort18-Sep-07 23:57 
AnswerRe: Fonts Pin
KarstenK19-Sep-07 0:05
mveKarstenK19-Sep-07 0:05 
AnswerRe: Fonts Pin
nbugalia19-Sep-07 0:14
nbugalia19-Sep-07 0:14 
AnswerRe: Fonts Pin
Waldermort19-Sep-07 1:46
Waldermort19-Sep-07 1:46 
QuestionEM_GETSELTEXT Message Doesn't retrive the Text Pin
GauranG Shah18-Sep-07 23:37
GauranG Shah18-Sep-07 23:37 
AnswerRe: EM_GETSELTEXT Message Doesn't retrive the Text Pin
nbugalia19-Sep-07 0:23
nbugalia19-Sep-07 0:23 

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.