Click here to Skip to main content
16,015,583 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can make Uneditable Combobox? Pin
Nelek24-May-08 8:07
protectorNelek24-May-08 8:07 
GeneralRe: How can make Uneditable Combobox? Pin
Hamid_RT24-May-08 9:36
Hamid_RT24-May-08 9:36 
JokeRe: How can make Uneditable Combobox? Pin
Hamid_RT24-May-08 6:39
Hamid_RT24-May-08 6:39 
GeneralRe: How can make Uneditable Combobox? Pin
Jijo.Raj24-May-08 7:39
Jijo.Raj24-May-08 7:39 
AnswerRe: How can make Uneditable Combobox? Pin
Jijo.Raj24-May-08 2:42
Jijo.Raj24-May-08 2:42 
GeneralRe: How can make Uneditable Combobox? Pin
Le@rner24-May-08 2:49
Le@rner24-May-08 2:49 
QuestionChange from fixed client window to scrolling client window Pin
Kwanalouie24-May-08 1:12
Kwanalouie24-May-08 1:12 
AnswerRe: Change from fixed client window to scrolling client window Pin
Nelek24-May-08 3:04
protectorNelek24-May-08 3:04 
One possibility (the more obvious) is to add a ScrollBar to your view and the implement all the other things by yourself.

Other possibility is to have two different views attached (although it is SDI) to your application, one "normal" view, as you have and another one derived from CScrollView, it will already have almost all the functionality that you need for your scrolling implemented.

And another one, is to choose the CScrollView as parent of your main view from the beggining when you create your application and then change the size of the view dinamically according to your needs. If the size of the view is smaller than your window, the scroll will automatically disabled.

Greetings.
--------
M.D.V. Wink | ;)

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
“The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson
Rating helpfull answers is nice, but saying thanks can be even nicer.

GeneralRe: Change from fixed client window to scrolling client window Pin
Kwanalouie25-May-08 2:39
Kwanalouie25-May-08 2:39 
GeneralRe: Change from fixed client window to scrolling client window Pin
Nelek27-May-08 7:56
protectorNelek27-May-08 7:56 
QuestionHow can use TabStop Function with Enter key? Pin
Le@rner24-May-08 0:39
Le@rner24-May-08 0:39 
AnswerRe: How can use TabStop Function with Enter key? Pin
Joan M24-May-08 3:42
professionalJoan M24-May-08 3:42 
GeneralRe: How can use TabStop Function with Enter key? Pin
Le@rner25-May-08 18:43
Le@rner25-May-08 18:43 
GeneralRe: How can use TabStop Function with Enter key? Pin
Le@rner25-May-08 18:52
Le@rner25-May-08 18:52 
GeneralRe: How can use TabStop Function with Enter key? Pin
Joan M25-May-08 20:12
professionalJoan M25-May-08 20:12 
Questionconvert string to bool Pin
pl_kode23-May-08 23:24
pl_kode23-May-08 23:24 
AnswerRe: convert string to bool Pin
CPallini24-May-08 0:07
mveCPallini24-May-08 0:07 
AnswerRe: convert string to bool Pin
Mukesh Kumar24-May-08 0:12
Mukesh Kumar24-May-08 0:12 
GeneralRe: convert string to bool Pin
pl_kode24-May-08 0:16
pl_kode24-May-08 0:16 
GeneralRe: convert string to bool Pin
pl_kode24-May-08 0:19
pl_kode24-May-08 0:19 
GeneralRe: convert string to bool Pin
Mukesh Kumar24-May-08 0:24
Mukesh Kumar24-May-08 0:24 
AnswerRe: convert string to bool Pin
Jijo.Raj24-May-08 0:54
Jijo.Raj24-May-08 0:54 
GeneralRe: convert string to bool Pin
CPallini24-May-08 2:09
mveCPallini24-May-08 2:09 
GeneralRe: convert string to bool Pin
Jijo.Raj24-May-08 2:36
Jijo.Raj24-May-08 2:36 
QuestionAny way to display the "square meter" within a string? Pin
followait23-May-08 21:52
followait23-May-08 21:52 

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.