Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to dynamically load values in String table Pin
Rajesh R Subramanian13-Aug-09 23:13
professionalRajesh R Subramanian13-Aug-09 23:13 
GeneralRe: How to dynamically load values in String table Pin
Pryabu13-Aug-09 23:19
Pryabu13-Aug-09 23:19 
GeneralRe: How to dynamically load values in String table Pin
Rajesh R Subramanian13-Aug-09 23:31
professionalRajesh R Subramanian13-Aug-09 23:31 
GeneralRe: How to dynamically load values in String table Pin
Pryabu13-Aug-09 23:45
Pryabu13-Aug-09 23:45 
GeneralRe: How to dynamically load values in String table Pin
kolecat14-Aug-09 5:29
kolecat14-Aug-09 5:29 
GeneralRe: How to dynamically load values in String table Pin
Pryabu14-Aug-09 1:16
Pryabu14-Aug-09 1:16 
QuestionCombobox.. Pin
kumar sanghvi13-Aug-09 21:53
kumar sanghvi13-Aug-09 21:53 
AnswerRe: Combobox.. Pin
Bacon Ultimate Cheeseburger14-Aug-09 10:29
Bacon Ultimate Cheeseburger14-Aug-09 10:29 
SetFont() will not automatically change the size of the combo box. You can use GetTextMetrics() to obtain size information about about the font, calculate the minimum size necessary to display the font in the control and then manually adjust the size and position of the combobox.

I am a lean mean ground beef machine!!!

QuestionNon-blocking COM method calls Pin
sashoalm13-Aug-09 21:11
sashoalm13-Aug-09 21:11 
AnswerRe: Non-blocking COM method calls Pin
Garth J Lancaster13-Aug-09 23:49
professionalGarth J Lancaster13-Aug-09 23:49 
GeneralRe: Non-blocking COM method calls Pin
sashoalm14-Aug-09 8:56
sashoalm14-Aug-09 8:56 
AnswerRe: Non-blocking COM method calls Pin
KarstenK14-Aug-09 2:57
mveKarstenK14-Aug-09 2:57 
QuestionCan I use select instead Sleep? Pin
hanlei000000000913-Aug-09 20:48
hanlei000000000913-Aug-09 20:48 
AnswerRe: Can I use select instead Sleep? Pin
KarstenK13-Aug-09 21:11
mveKarstenK13-Aug-09 21:11 
AnswerRe: Can I use select instead Sleep? Pin
Rajesh R Subramanian13-Aug-09 21:17
professionalRajesh R Subramanian13-Aug-09 21:17 
AnswerRe: Can I use select instead Sleep? Pin
Stuart Dootson13-Aug-09 21:37
professionalStuart Dootson13-Aug-09 21:37 
AnswerRe: Can I use select instead Sleep? Pin
David Crow14-Aug-09 2:42
David Crow14-Aug-09 2:42 
AnswerRe: Can I use select instead Sleep? Pin
harold aptroot14-Aug-09 3:00
harold aptroot14-Aug-09 3:00 
GeneralRe: Can I use select instead Sleep? Pin
Rajesh R Subramanian14-Aug-09 5:24
professionalRajesh R Subramanian14-Aug-09 5:24 
GeneralRe: Can I use select instead Sleep? Pin
harold aptroot14-Aug-09 5:33
harold aptroot14-Aug-09 5:33 
GeneralRe: Can I use select instead Sleep? Pin
Rajesh R Subramanian14-Aug-09 5:45
professionalRajesh R Subramanian14-Aug-09 5:45 
GeneralRe: Can I use select instead Sleep? Pin
harold aptroot14-Aug-09 5:47
harold aptroot14-Aug-09 5:47 
GeneralRe: Can I use select instead Sleep? Pin
Rajesh R Subramanian14-Aug-09 8:46
professionalRajesh R Subramanian14-Aug-09 8:46 
GeneralRe: Can I use select instead Sleep? Pin
harold aptroot14-Aug-09 9:00
harold aptroot14-Aug-09 9:00 
GeneralRe: Can I use select instead Sleep? Pin
Rajesh R Subramanian14-Aug-09 9:40
professionalRajesh R Subramanian14-Aug-09 9:40 

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.