Click here to Skip to main content
15,920,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalunc path for folder shortcut Pin
kasturirawat7-Jan-02 13:46
kasturirawat7-Jan-02 13:46 
Questionstd::map ??? Pin
Giles7-Jan-02 11:33
Giles7-Jan-02 11:33 
AnswerRe: std::map ??? Pin
Christian Graus7-Jan-02 12:01
protectorChristian Graus7-Jan-02 12:01 
GeneralRe: std::map ??? Pin
Todd Smith7-Jan-02 12:48
Todd Smith7-Jan-02 12:48 
GeneralRe: std::map ??? Pin
Giles7-Jan-02 22:04
Giles7-Jan-02 22:04 
GeneralRe: std::map ??? Pin
Bernhard8-Jan-02 4:10
Bernhard8-Jan-02 4:10 
GeneralStopping CEdit to show floats in scientific notation Pin
Steve The Plant7-Jan-02 11:17
Steve The Plant7-Jan-02 11:17 
GeneralRe: Stopping CEdit to show floats in scientific notation Pin
James R. Twine8-Jan-02 7:44
James R. Twine8-Jan-02 7:44 
   Sounds like you bound a data variable (like a double, or float) instead of a control class (like CEdit), and letting MFC do the value-to-text & text-to-value conversions for you.

   Bind a CEdit to the edit control, and handle the display/conversion yourself.

   Or, you could write your own DDX routine to format the value as you like.  Look up "TN026" in MSDN for more information.

   Peace!

-=- James.
GeneralDoc/View question Pin
alex.barylski7-Jan-02 10:22
alex.barylski7-Jan-02 10:22 
GeneralRe: Doc/View question Pin
J Patel7-Jan-02 10:31
J Patel7-Jan-02 10:31 
GeneralRe: Doc/View question Pin
alex.barylski7-Jan-02 11:28
alex.barylski7-Jan-02 11:28 
GeneralRe: Doc/View question Pin
J Patel7-Jan-02 11:30
J Patel7-Jan-02 11:30 
GeneralRe: Doc/View question Pin
alex.barylski7-Jan-02 11:50
alex.barylski7-Jan-02 11:50 
GeneralRe: Doc/View question Pin
Derek Waters7-Jan-02 12:11
Derek Waters7-Jan-02 12:11 
GeneralRe: Doc/View question Pin
alex.barylski7-Jan-02 12:23
alex.barylski7-Jan-02 12:23 
GeneralVariable Length Function parameter list Pin
slacker7-Jan-02 9:47
slacker7-Jan-02 9:47 
GeneralRe: Variable Length Function parameter list Pin
Joaquín M López Muñoz7-Jan-02 10:00
Joaquín M López Muñoz7-Jan-02 10:00 
GeneralRe: Variable Length Function parameter list Pin
Todd Smith7-Jan-02 11:47
Todd Smith7-Jan-02 11:47 
GeneralRe: Variable Length Function parameter list Pin
Tim Smith7-Jan-02 11:58
Tim Smith7-Jan-02 11:58 
GeneralRe: Variable Length Function parameter list Pin
Todd Smith7-Jan-02 12:33
Todd Smith7-Jan-02 12:33 
GeneralRe: Variable Length Function parameter list Pin
Nish Nishant7-Jan-02 18:34
sitebuilderNish Nishant7-Jan-02 18:34 
Generalchanging read-only CEdit background color Pin
Kuniva7-Jan-02 9:36
Kuniva7-Jan-02 9:36 
GeneralRe: changing read-only CEdit background color Pin
Joaquín M López Muñoz7-Jan-02 10:19
Joaquín M López Muñoz7-Jan-02 10:19 
GeneralRe: changing read-only CEdit background color Pin
Tim Deveaux7-Jan-02 10:30
Tim Deveaux7-Jan-02 10:30 
GeneralStored procedure ADO Pin
youssef7-Jan-02 8:35
youssef7-Jan-02 8:35 

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.