Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Have your ever used debugger? Pin
pnpfriend1-Jun-02 5:51
pnpfriend1-Jun-02 5:51 
GeneralString Manipulation Problem Pin
Sidney31-May-02 8:36
Sidney31-May-02 8:36 
GeneralRe: String Manipulation Problem Pin
Navin31-May-02 8:57
Navin31-May-02 8:57 
GeneralRe: String Manipulation Problem Pin
Jonathan Craig31-May-02 9:45
Jonathan Craig31-May-02 9:45 
GeneralRe: String Manipulation Problem Pin
Navin31-May-02 10:16
Navin31-May-02 10:16 
GeneralRe: String Manipulation Problem Pin
Sidney31-May-02 11:37
Sidney31-May-02 11:37 
GeneralRe: String Manipulation Problem Pin
Christian Graus31-May-02 13:09
protectorChristian Graus31-May-02 13:09 
General"right way" to display hex number in edit Pin
BlackDogEngineering31-May-02 8:34
BlackDogEngineering31-May-02 8:34 
I have an edit box that I want to display a number in. I have a member variable (m_var1) assigned to that edit box of type int. So to display a number in that edit box, it only requres a simple assignment:

m_var1 = 36;

But I want the display to be in hex ( e.g. "0x%04x" ).

Obviously I can instead use a member variable of type CString and format the numeric value the way I want.

BUT: is there a _better_ way?



Ron
GeneralRe: "right way" to display hex number in edit Pin
Ravi Bhavnani31-May-02 8:59
professionalRavi Bhavnani31-May-02 8:59 
GeneralRe: "right way" to display hex number in edit Pin
Michael Dunn31-May-02 11:46
sitebuilderMichael Dunn31-May-02 11:46 
Generalerror C2660: 'new' : function does not take 3 parameters Pin
Crystal31-May-02 8:37
Crystal31-May-02 8:37 
GeneralRe: error C2660: 'new' : function does not take 3 parameters Pin
Ed Gadziemski31-May-02 11:15
professionalEd Gadziemski31-May-02 11:15 
GeneralRe: error C2660: 'new' : function does not take 3 parameters Pin
Christian Graus31-May-02 13:10
protectorChristian Graus31-May-02 13:10 
GeneralRe: error C2660: 'new' : function does not take 3 parameters Pin
Ed Gadziemski31-May-02 14:47
professionalEd Gadziemski31-May-02 14:47 
GeneralRe: error C2660: 'new' : function does not take 3 parameters Pin
Christian Graus31-May-02 13:13
protectorChristian Graus31-May-02 13:13 
GeneralRe: error C2660: 'new' : function does not take 3 parameters Pin
Ed Gadziemski1-Jun-02 4:07
professionalEd Gadziemski1-Jun-02 4:07 
QuestionHow can I add a splash screen to my VC++.net porject??? Pin
chaolong31-May-02 8:13
chaolong31-May-02 8:13 
Generaltimespec equivalent in C++ Pin
lucy31-May-02 8:19
lucy31-May-02 8:19 
GeneralRe: timespec equivalent in C++ Pin
Tomasz Sowinski31-May-02 8:17
Tomasz Sowinski31-May-02 8:17 
GeneralRe: timespec equivalent in C++ Pin
lucy31-May-02 8:26
lucy31-May-02 8:26 
GeneralRe: timespec equivalent in C++ Pin
Tomasz Sowinski31-May-02 8:25
Tomasz Sowinski31-May-02 8:25 
GeneralRe: timespec equivalent in C++ Pin
lucy31-May-02 8:36
lucy31-May-02 8:36 
GeneralProgramatically Opening Menus Pin
31-May-02 8:00
suss31-May-02 8:00 
GeneralRe: Programatically Opening Menus Pin
James R. Twine31-May-02 10:12
James R. Twine31-May-02 10:12 
GeneralDragging window by clicking anywere in dialog box. Pin
Richard Bernardino31-May-02 7:52
Richard Bernardino31-May-02 7:52 

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.