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

C / C++ / MFC

 
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 
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 
Try casting:

CScrollView* pOldView = (CScrollView*) GetActiveView ();

Hope it helps

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.

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 
AnswerRe: Any way to display the "square meter" within a string? Pin
Garth J Lancaster23-May-08 22:05
professionalGarth J Lancaster23-May-08 22:05 
GeneralRe: Any way to display the "square meter" within a string? Pin
followait23-May-08 23:35
followait23-May-08 23:35 

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.