Click here to Skip to main content
15,914,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to read the values inside a txt file into an array? Pin
CPallini6-Apr-08 1:19
mveCPallini6-Apr-08 1:19 
GeneralRe: How to read the values inside a txt file into an array? Pin
Eytukan6-Apr-08 2:15
Eytukan6-Apr-08 2:15 
GeneralRe: How to read the values inside a txt file into an array? Pin
CPallini6-Apr-08 4:26
mveCPallini6-Apr-08 4:26 
GeneralRe: How to read the values inside a txt file into an array? Pin
Rajesh R Subramanian7-Apr-08 18:28
professionalRajesh R Subramanian7-Apr-08 18:28 
QuestionRe: How to read the values inside a txt file into an array? Pin
CPallini7-Apr-08 21:58
mveCPallini7-Apr-08 21:58 
GeneralRe: How to read the values inside a txt file into an array? Pin
Rajesh R Subramanian7-Apr-08 22:17
professionalRajesh R Subramanian7-Apr-08 22:17 
GeneralSetting the font on a combobox and getting it to resize itself Pin
Jim Crafton5-Apr-08 4:26
Jim Crafton5-Apr-08 4:26 
GeneralRe: Setting the font on a combobox and getting it to resize itself Pin
Mark Salsbery5-Apr-08 11:39
Mark Salsbery5-Apr-08 11:39 
You'll have to do the resizing yourself.  The GetTextExtent family of APIs can help.

Jim Crafton wrote:
When I send a WM_SETFONT with a new font handle nothing happens


You may need to invalidate the control window so it redraws with the new font.
Also, make sure your font handle does not go out of scope or get destroyed for the
lifetime of the control.

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Setting the font on a combobox and getting it to resize itself Pin
Jim Crafton5-Apr-08 13:13
Jim Crafton5-Apr-08 13:13 
GeneralRe: Setting the font on a combobox and getting it to resize itself Pin
Mark Salsbery5-Apr-08 13:19
Mark Salsbery5-Apr-08 13:19 
GeneralRe: Setting the font on a combobox and getting it to resize itself Pin
Gary R. Wheeler6-Apr-08 1:30
Gary R. Wheeler6-Apr-08 1:30 
GeneralAvoiding duplicate Exe running simultaneously Pin
J_E_D_I5-Apr-08 3:28
J_E_D_I5-Apr-08 3:28 
GeneralRe: Avoiding duplicate Exe running simultaneously Pin
rp_suman5-Apr-08 4:13
rp_suman5-Apr-08 4:13 
GeneralRe: Avoiding duplicate Exe running simultaneously Pin
J_E_D_I5-Apr-08 4:42
J_E_D_I5-Apr-08 4:42 
GeneralRe: Avoiding duplicate Exe running simultaneously Pin
J_E_D_I5-Apr-08 21:25
J_E_D_I5-Apr-08 21:25 
GeneralRe: Avoiding duplicate Exe running simultaneously Pin
Jim Crafton5-Apr-08 4:48
Jim Crafton5-Apr-08 4:48 
GeneralRe: Avoiding duplicate Exe running simultaneously Pin
J_E_D_I5-Apr-08 21:33
J_E_D_I5-Apr-08 21:33 
GeneralRe: Avoiding duplicate Exe running simultaneously Pin
Jim Crafton6-Apr-08 4:39
Jim Crafton6-Apr-08 4:39 
GeneralRe: Avoiding duplicate Exe running simultaneously Pin
Gary R. Wheeler6-Apr-08 1:43
Gary R. Wheeler6-Apr-08 1:43 
GeneralRe: Avoiding duplicate Exe running simultaneously Pin
J_E_D_I6-Apr-08 19:55
J_E_D_I6-Apr-08 19:55 
GeneralGet how much bytes transferred CFTPConnetion and PutFile() Pin
chetanjoshi95-Apr-08 1:49
chetanjoshi95-Apr-08 1:49 
Questionseting a blank date as the initial value for Date Time Picker control Pin
Priya_Sundar4-Apr-08 22:51
Priya_Sundar4-Apr-08 22:51 
GeneralRe: seting a blank date as the initial value for Date Time Picker control Pin
rp_suman5-Apr-08 4:30
rp_suman5-Apr-08 4:30 
GeneralRe: seting a blank date as the initial value for Date Time Picker control Pin
Priya_Sundar8-Apr-08 21:59
Priya_Sundar8-Apr-08 21:59 
QuestionRe: seting a blank date as the initial value for Date Time Picker control Pin
rp_suman11-Apr-08 3:46
rp_suman11-Apr-08 3:46 

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.