Click here to Skip to main content
16,006,488 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to use form view in tab control Pin
megha_gharote3-Apr-07 19:52
megha_gharote3-Apr-07 19:52 
GeneralRe: How to use form view in tab control Pin
Naveen3-Apr-07 19:58
Naveen3-Apr-07 19:58 
GeneralRe: How to use form view in tab control Pin
sireesha_sree3-Apr-07 20:02
sireesha_sree3-Apr-07 20:02 
GeneralRe: How to use form view in tab control Pin
vimarsh puneet3-Apr-07 20:08
vimarsh puneet3-Apr-07 20:08 
GeneralRe: How to use form view in tab control Pin
megha_gharote3-Apr-07 20:11
megha_gharote3-Apr-07 20:11 
AnswerRe: How to use form view in tab control Pin
vimarsh puneet3-Apr-07 20:29
vimarsh puneet3-Apr-07 20:29 
GeneralRe: How to use form view in tab control Pin
Naveen3-Apr-07 20:31
Naveen3-Apr-07 20:31 
GeneralRe: How to use form view in tab control Pin
Naveen3-Apr-07 20:11
Naveen3-Apr-07 20:11 
both dialog Smile | :)

assume
--outer dialog is the dialog having the the scroll bar style
--innner dialog have the controls

You can create the innner dialog from the OnInitdialog function of the outer dialog.
Also you must set the SetScrollinfo of the outerdialog from this funtion it self.
you must process the WM_HSCROLL and WM_VSCROLL messages and move the inner dialog from this functions.

nave

GeneralRe: How to use form view in tab control Pin
sireesha_sree3-Apr-07 20:20
sireesha_sree3-Apr-07 20:20 
QuestionArranging files Pin
deeps_cute3-Apr-07 17:19
deeps_cute3-Apr-07 17:19 
AnswerRe: Arranging files Pin
Naveen3-Apr-07 17:32
Naveen3-Apr-07 17:32 
GeneralRe: Arranging files Pin
deeps_cute3-Apr-07 17:38
deeps_cute3-Apr-07 17:38 
GeneralRe: Arranging files Pin
Naveen3-Apr-07 17:48
Naveen3-Apr-07 17:48 
GeneralRe: Arranging files Pin
deeps_cute3-Apr-07 18:10
deeps_cute3-Apr-07 18:10 
GeneralRe: Arranging files Pin
Naveen3-Apr-07 18:20
Naveen3-Apr-07 18:20 
GeneralRe: Arranging files Pin
deeps_cute3-Apr-07 20:17
deeps_cute3-Apr-07 20:17 
AnswerRe: Arranging files Pin
ThatsAlok18-Apr-07 21:07
ThatsAlok18-Apr-07 21:07 
QuestionImporting MSWORD Pin
N a v a n e e t h3-Apr-07 17:07
N a v a n e e t h3-Apr-07 17:07 
Questionmemory alignment of a struct Pin
George_George3-Apr-07 17:04
George_George3-Apr-07 17:04 
AnswerRe: memory alignment of a struct Pin
Michael Dunn3-Apr-07 17:17
sitebuilderMichael Dunn3-Apr-07 17:17 
GeneralRe: memory alignment of a struct Pin
George_George3-Apr-07 20:37
George_George3-Apr-07 20:37 
AnswerRe: memory alignment of a struct Pin
Nibu babu thomas3-Apr-07 19:48
Nibu babu thomas3-Apr-07 19:48 
GeneralRe: memory alignment of a struct Pin
George_George3-Apr-07 20:44
George_George3-Apr-07 20:44 
GeneralRe: memory alignment of a struct Pin
Nibu babu thomas3-Apr-07 20:59
Nibu babu thomas3-Apr-07 20:59 
GeneralRe: memory alignment of a struct Pin
George_George3-Apr-07 21:17
George_George3-Apr-07 21:17 

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.