Click here to Skip to main content
15,891,633 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: inline method Visual C++ 6 Pin
Michael Dunn21-Jan-06 22:15
sitebuilderMichael Dunn21-Jan-06 22:15 
Questionhow to deselect all the previous selected item in listctrl Pin
baldha rakesh19-Jan-06 23:44
baldha rakesh19-Jan-06 23:44 
AnswerRe: how to deselect all the previous selected item in listctrl Pin
Owner drawn20-Jan-06 0:16
Owner drawn20-Jan-06 0:16 
AnswerRe: how to deselect all the previous selected item in listctrl Pin
Michael Dunn20-Jan-06 6:59
sitebuilderMichael Dunn20-Jan-06 6:59 
GeneralRe: how to deselect all the previous selected item in listctrl Pin
Owner drawn22-Jan-06 17:18
Owner drawn22-Jan-06 17:18 
QuestionEnable IME Pin
DaTxomin19-Jan-06 23:23
DaTxomin19-Jan-06 23:23 
QuestionHow to convert an integer value to hexa value Pin
Harrison Ford19-Jan-06 23:02
Harrison Ford19-Jan-06 23:02 
AnswerRe: How to convert an decimal value to hexa decimal value Pin
Cedric Moonen19-Jan-06 23:06
Cedric Moonen19-Jan-06 23:06 
Hum I think this is a very strange question because you don't have decimal values or hexadecimal values. The thing that is decimal or hexadecimal is the REPRESENTATION of the number (in a string or something like that). Your number is still stored the same in memory.

So now, what do you want to do exactly ? You have a string representing a number in hexadecimal and you want to convert that string into a string representing the number in decimal ? Or you have a number and you want to convert it into an hexadecimal string ? If yes, then use strtol (as pointed in one of the previous tread)
GeneralRe: How to convert an decimal value to hexa decimal value Pin
Divyang Mithaiwala20-Jan-06 2:04
Divyang Mithaiwala20-Jan-06 2:04 
AnswerRe: How to convert an decimal value to hexa decimal value Pin
Owner drawn19-Jan-06 23:11
Owner drawn19-Jan-06 23:11 
AnswerRe: How to convert an integer value to hexa value Pin
Stephen Hewitt20-Jan-06 19:40
Stephen Hewitt20-Jan-06 19:40 
QuestionConvert.ToInt32 ??? Pin
Identity Undisclosed19-Jan-06 22:47
Identity Undisclosed19-Jan-06 22:47 
AnswerRe: Convert.ToInt32 ??? Pin
Michael Dunn19-Jan-06 22:52
sitebuilderMichael Dunn19-Jan-06 22:52 
AnswerRe: Convert.ToInt32 ??? Pin
Cedric Moonen19-Jan-06 22:53
Cedric Moonen19-Jan-06 22:53 
GeneralRe: Convert.ToInt32 ??? Pin
Identity Undisclosed19-Jan-06 22:57
Identity Undisclosed19-Jan-06 22:57 
GeneralRe: Convert.ToInt32 ??? Pin
Cedric Moonen19-Jan-06 23:00
Cedric Moonen19-Jan-06 23:00 
AnswerRe: Convert.ToInt32 ??? Pin
Stephen Hewitt20-Jan-06 14:16
Stephen Hewitt20-Jan-06 14:16 
QuestionMulticolumns in CListBox Pin
Eytukan19-Jan-06 22:42
Eytukan19-Jan-06 22:42 
AnswerRe: Multicolumns in CListBox Pin
Michael Dunn19-Jan-06 22:54
sitebuilderMichael Dunn19-Jan-06 22:54 
GeneralRe: Multicolumns in CListBox Pin
Eytukan19-Jan-06 22:59
Eytukan19-Jan-06 22:59 
GeneralRe: Multicolumns in CListBox Pin
David Crow20-Jan-06 3:36
David Crow20-Jan-06 3:36 
AnswerRe: Multicolumns in CListBox Pin
ThatsAlok19-Jan-06 23:13
ThatsAlok19-Jan-06 23:13 
AnswerRe: Multicolumns in CListBox Pin
S Douglas20-Jan-06 0:24
professionalS Douglas20-Jan-06 0:24 
Questioncopy datas from one file to other file Pin
Anu_Bala19-Jan-06 22:33
Anu_Bala19-Jan-06 22:33 
AnswerRe: copy datas from one file to other file Pin
Cedric Moonen19-Jan-06 22:46
Cedric Moonen19-Jan-06 22: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.