Click here to Skip to main content
15,905,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Showing Main Wnd Pin
Iain Clarke, Warrior Programmer3-Jul-08 23:27
Iain Clarke, Warrior Programmer3-Jul-08 23:27 
QuestionHow to make combobox as readonly Pin
KASR13-Jul-08 23:10
KASR13-Jul-08 23:10 
QuestionRe: How to make combobox as readonly Pin
Rajesh R Subramanian3-Jul-08 23:13
professionalRajesh R Subramanian3-Jul-08 23:13 
AnswerRe: How to make combobox as readonly Pin
KASR13-Jul-08 23:16
KASR13-Jul-08 23:16 
GeneralRe: How to make combobox as readonly Pin
Rajesh R Subramanian3-Jul-08 23:18
professionalRajesh R Subramanian3-Jul-08 23:18 
GeneralRe: How to make combobox as readonly Pin
CPallini3-Jul-08 23:32
mveCPallini3-Jul-08 23:32 
GeneralRe: How to make combobox as readonly Pin
KASR13-Jul-08 23:49
KASR13-Jul-08 23:49 
GeneralRe: How to make combobox as readonly Pin
Rajesh R Subramanian3-Jul-08 23:52
professionalRajesh R Subramanian3-Jul-08 23:52 
I think that you are wanting to disable the control. In that case, use this call: m_list.EnableWindow(false); where m_list is a control variable of your combo box control.


Nobody can give you wiser advice than yourself. - Cicero
.·´¯`·->Rajesh<-·´¯`·.
Visual C++ MVP

GeneralRe: How to make combobox as readonly Pin
KASR13-Jul-08 23:59
KASR13-Jul-08 23:59 
GeneralRe: How to make combobox as readonly Pin
Rajesh R Subramanian4-Jul-08 0:03
professionalRajesh R Subramanian4-Jul-08 0:03 
GeneralRe: How to make combobox as readonly Pin
KASR14-Jul-08 0:49
KASR14-Jul-08 0:49 
GeneralRe: How to make combobox as readonly Pin
Rajesh R Subramanian4-Jul-08 1:27
professionalRajesh R Subramanian4-Jul-08 1:27 
GeneralRe: How to make combobox as readonly Pin
KASR14-Jul-08 1:29
KASR14-Jul-08 1:29 
GeneralRe: How to make combobox as readonly Pin
Rajesh R Subramanian4-Jul-08 1:42
professionalRajesh R Subramanian4-Jul-08 1:42 
GeneralRe: How to make combobox as readonly Pin
KASR14-Jul-08 2:17
KASR14-Jul-08 2:17 
GeneralRe: How to make combobox as readonly Pin
CPallini4-Jul-08 6:45
mveCPallini4-Jul-08 6:45 
GeneralRe: How to make combobox as readonly Pin
KASR16-Jul-08 18:52
KASR16-Jul-08 18:52 
GeneralRe: How to make combobox as readonly Pin
KASR14-Jul-08 0:36
KASR14-Jul-08 0:36 
GeneralRe: How to make combobox as readonly Pin
Rajesh R Subramanian4-Jul-08 0:40
professionalRajesh R Subramanian4-Jul-08 0:40 
GeneralRe: How to make combobox as readonly Pin
MANISH RASTOGI4-Jul-08 0:31
MANISH RASTOGI4-Jul-08 0:31 
GeneralRe: How to make combobox as readonly Pin
KASR14-Jul-08 0:37
KASR14-Jul-08 0:37 
GeneralRe: How to make combobox as readonly Pin
Iain Clarke, Warrior Programmer4-Jul-08 0:44
Iain Clarke, Warrior Programmer4-Jul-08 0:44 
GeneralRe: How to make combobox as readonly Pin
KASR14-Jul-08 2:20
KASR14-Jul-08 2:20 
GeneralRe: How to make combobox as readonly Pin
Iain Clarke, Warrior Programmer4-Jul-08 2:30
Iain Clarke, Warrior Programmer4-Jul-08 2:30 
QuestionCreating and writing to a private ini file. Pin
V K 23-Jul-08 22:42
V K 23-Jul-08 22:42 

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.