Click here to Skip to main content
15,916,462 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAdding a Form-View and Creating a Tab Control on the form view in a Single Document based VC++ program using MFC. Pin
Ashutosh Bagaria6-Jun-06 6:20
Ashutosh Bagaria6-Jun-06 6:20 
QuestionA question about sdi multiview Pin
Member 20063986-Jun-06 6:07
Member 20063986-Jun-06 6:07 
QuestionReading pdf file [modified] Pin
maharaja pandian6-Jun-06 4:46
maharaja pandian6-Jun-06 4:46 
AnswerRe: Reading pdf file [modified] Pin
Rage6-Jun-06 4:48
professionalRage6-Jun-06 4:48 
AnswerRe: Reading pdf file [modified] Pin
David Crow6-Jun-06 6:53
David Crow6-Jun-06 6:53 
AnswerRe: Reading pdf file [modified] Pin
Hamid_RT6-Jun-06 19:29
Hamid_RT6-Jun-06 19:29 
QuestionHow to display another control on my coustom control? Pin
old_dustman6-Jun-06 4:45
old_dustman6-Jun-06 4:45 
AnswerRe: How to display another control on my coustom control? Pin
Viorel.6-Jun-06 4:57
Viorel.6-Jun-06 4:57 
Each of your controls should receive the WM_PAINT message automatically. It is up to Windows to decide when to redraw a control, so you do not need to post this message. If you want to invoke redrawing of controls, you can use InvalidateRect or InvalidateControl functions.
Questionwindow and some other class in same window Pin
Manjunath S6-Jun-06 4:08
Manjunath S6-Jun-06 4:08 
AnswerRe: window and some other class in same window Pin
Cedric Moonen6-Jun-06 4:33
Cedric Moonen6-Jun-06 4:33 
QuestionRe: window and some other class in same window Pin
Manjunath S6-Jun-06 4:46
Manjunath S6-Jun-06 4:46 
AnswerRe: window and some other class in same window Pin
Cedric Moonen6-Jun-06 4:55
Cedric Moonen6-Jun-06 4:55 
QuestionRe: window and some other class in same window Pin
Manjunath S6-Jun-06 6:32
Manjunath S6-Jun-06 6:32 
AnswerRe: window and some other class in same window Pin
Cedric Moonen6-Jun-06 6:37
Cedric Moonen6-Jun-06 6:37 
QuestionRe: window and some other class in same window Pin
Manjunath S6-Jun-06 6:52
Manjunath S6-Jun-06 6:52 
GeneralRe: window and some other class in same window Pin
toxcct6-Jun-06 21:44
toxcct6-Jun-06 21:44 
QuestionHelp! How to get Windows installation key Pin
ytsau6-Jun-06 3:33
ytsau6-Jun-06 3:33 
AnswerRe: Help! How to get Windows installation key [modified] Pin
_AnsHUMAN_ 6-Jun-06 3:39
_AnsHUMAN_ 6-Jun-06 3:39 
GeneralRe: Help! How to get Windows installation key Pin
Viorel.6-Jun-06 3:48
Viorel.6-Jun-06 3:48 
AnswerRe: Help! How to get Windows installation key Pin
Viorel.6-Jun-06 3:45
Viorel.6-Jun-06 3:45 
AnswerRe: Help! How to get Windows installation key Pin
David Crow6-Jun-06 4:11
David Crow6-Jun-06 4:11 
GeneralRe: Help! How to get Windows installation key Pin
ytsau6-Jun-06 4:18
ytsau6-Jun-06 4:18 
GeneralRe: Help! How to get Windows installation key Pin
David Crow6-Jun-06 4:30
David Crow6-Jun-06 4:30 
GeneralRe: Here is how to get Windows installation key Pin
ytsau6-Jun-06 7:14
ytsau6-Jun-06 7:14 
GeneralRe: Here is how to get Windows installation key Pin
David Crow6-Jun-06 7:29
David Crow6-Jun-06 7:29 

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.