Click here to Skip to main content
15,897,718 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: convert color image to grayscale image ? Pin
Rajkumar R21-Feb-08 1:38
Rajkumar R21-Feb-08 1:38 
AnswerRe: convert color image to grayscale image ? Pin
swarup21-Feb-08 1:06
swarup21-Feb-08 1:06 
GeneralRe: convert color image to grayscale image ? Pin
gentleguy21-Feb-08 2:10
gentleguy21-Feb-08 2:10 
Questioncan't convert from int to int *? Pin
gentleguy20-Feb-08 21:14
gentleguy20-Feb-08 21:14 
AnswerRe: can't convert from double to double? Pin
CPallini20-Feb-08 21:30
mveCPallini20-Feb-08 21:30 
QuestionHow to change drop down list Height of a ComboBox Pin
poda20-Feb-08 21:00
poda20-Feb-08 21:00 
AnswerRe: How to change drop down list Height of a ComboBox Pin
Rajkumar R20-Feb-08 22:14
Rajkumar R20-Feb-08 22:14 
AnswerRe: How to change drop down list Height of a ComboBox Pin
Iain Clarke, Warrior Programmer20-Feb-08 22:32
Iain Clarke, Warrior Programmer20-Feb-08 22:32 
1/ In the resource editor, click on the drop down arrow for the combo box - this will give an outline of the drop down box, and you can change that

2/ Try using CM_SETMINVISIBLE - I've not used this, but it looks useful.

3/ Alternatively, use CB_GETCOMBOBOXINFO to fill in a COMBOBOXINFO structure (don;t forget to fill in it's cbSize first). This will give you the window handle to the List control it uses for the drop down part. You can then use
SetWindowPos (NULL, 0,0, cx,cy, SWP_NOMOVE | SWP_NOZORDER); to change the size.

I hope that's given you enough ammunition!

Iain.

Iain Clarke appearing in spite of being begged not to by CPallini.

AnswerRe: How to change drop down list Height of a ComboBox Pin
David Crow21-Feb-08 4:11
David Crow21-Feb-08 4:11 
AnswerRe: How to change drop down list Height of a ComboBox Pin
poda21-Feb-08 18:41
poda21-Feb-08 18:41 
GeneralRe: How to change drop down list Height of a ComboBox Pin
Rajkumar R24-Feb-08 2:46
Rajkumar R24-Feb-08 2:46 
QuestionAbout Mouse Icon Pin
manish.patel20-Feb-08 19:58
manish.patel20-Feb-08 19:58 
GeneralAbout Mouse Icon Updated Pin
manish.patel20-Feb-08 20:10
manish.patel20-Feb-08 20:10 
GeneralRe: About Mouse Icon Updated Pin
_AnsHUMAN_ 20-Feb-08 21:36
_AnsHUMAN_ 20-Feb-08 21:36 
GeneralRe: About Mouse Icon Updated Pin
manish.patel20-Feb-08 21:49
manish.patel20-Feb-08 21:49 
QuestionRe: About Mouse Icon Updated Pin
Rajkumar R21-Feb-08 0:38
Rajkumar R21-Feb-08 0:38 
GeneralRe: About Mouse Icon Updated Pin
manish.patel21-Feb-08 1:08
manish.patel21-Feb-08 1:08 
GeneralRe: About Mouse Icon Updated Pin
Rajkumar R21-Feb-08 3:26
Rajkumar R21-Feb-08 3:26 
GeneralRe: About Mouse Icon Updated Pin
manish.patel21-Feb-08 1:25
manish.patel21-Feb-08 1:25 
General[Message Deleted] Pin
swarup20-Feb-08 19:52
swarup20-Feb-08 19:52 
GeneralRe: How to add a file to an application Pin
Rajkumar R20-Feb-08 20:04
Rajkumar R20-Feb-08 20:04 
GeneralRe: How to add a file to an application Pin
swarup20-Feb-08 20:08
swarup20-Feb-08 20:08 
AnswerRe: How to add a file to an application Pin
Rajkumar R20-Feb-08 20:14
Rajkumar R20-Feb-08 20:14 
General[Message Deleted] Pin
swarup20-Feb-08 20:20
swarup20-Feb-08 20:20 
JokeRe: How to add a file to an application [modified] Pin
Rajkumar R20-Feb-08 20:27
Rajkumar R20-Feb-08 20:27 

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.