Click here to Skip to main content
16,006,355 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Thanks. I found that the culprit was having the CBS_OWNERDRAWXXX bit set. That basically has the control do nothing when the control's font is changed. So I experimented a bit and found that if I call CB_SETITEMHEIGHT once for the selection field (wParam = -1) with my calculated height, and then again for all the items in the control, and THEN called SetWindowPos with the new height of the window (also taking into account the new height for the items) that everything worked out hunky dory. In hind sight I guess this was obvious, but it took me awhile to clue in to it.

¡El diablo está en mis pantalones! ¡Mire, mire!

Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)!

SELECT * FROM User WHERE Clue > 0
0 rows returned

Save an Orange - Use the VCF!
VCF Blog

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 
Questionmarshall interface needed? Pin
George_George4-Apr-08 21:33
George_George4-Apr-08 21:33 

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.