Click here to Skip to main content
15,926,062 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problm in Copy to ClipBoard Pin
22491719-Apr-05 1:47
22491719-Apr-05 1:47 
GeneralRe: Problm in Copy to ClipBoard Pin
zahid_ash19-Apr-05 2:09
zahid_ash19-Apr-05 2:09 
GeneralCorrection Pin
fardak18-Apr-05 21:57
fardak18-Apr-05 21:57 
GeneralNeed Confirmation Pin
fardak18-Apr-05 21:49
fardak18-Apr-05 21:49 
GeneralRe: Need Confirmation Pin
mark novak19-Apr-05 0:04
mark novak19-Apr-05 0:04 
GeneralRe: Need Confirmation Pin
fardak19-Apr-05 0:15
fardak19-Apr-05 0:15 
GeneralRe: Need Confirmation Pin
mark novak19-Apr-05 1:03
mark novak19-Apr-05 1:03 
GeneralRe: Need Confirmation Pin
fardak19-Apr-05 2:15
fardak19-Apr-05 2:15 
Thank you so much for your help.
This is what I wrote:
//////////////////////////////////////
GetDlgItemText(IDC_MYHEX,hexNb);
// FFFFFFFF FFFFFFFF (16 F) is input.
unsigned _int64 myLongLong;
CString strResult;
sscanf("0x"+hexNb,"%I64i", &myLongLong);
strResult.Format("%I64i",(unsigned _int64*) myLongLong);
GetDlgItem(IDC_MYRESULT)->SetWindowText(strResult);

This is displayed result:
14 186 796 669 730 815

Do you think it is the correct answer ?

GeneralRe: Need Confirmation Pin
mark novak19-Apr-05 2:36
mark novak19-Apr-05 2:36 
GeneralRe: Need Confirmation Pin
fardak19-Apr-05 3:28
fardak19-Apr-05 3:28 
GeneralRe: Need Confirmation Pin
mark novak19-Apr-05 3:36
mark novak19-Apr-05 3:36 
GeneralRe: Need Confirmation Pin
fardak19-Apr-05 4:08
fardak19-Apr-05 4:08 
GeneralRe: Need Confirmation Pin
David Crow19-Apr-05 3:03
David Crow19-Apr-05 3:03 
GeneralRe: Need Confirmation Pin
fardak19-Apr-05 4:30
fardak19-Apr-05 4:30 
GeneralLine Selection Pin
javi_jmc18-Apr-05 21:43
javi_jmc18-Apr-05 21:43 
GeneralRe: Line Selection Pin
eli1502197918-Apr-05 23:22
eli1502197918-Apr-05 23:22 
GeneralRe: Line Selection Pin
Aamir Butt19-Apr-05 1:32
Aamir Butt19-Apr-05 1:32 
GeneralMFC tray icon Pin
charu12318-Apr-05 21:40
charu12318-Apr-05 21:40 
GeneralRe: MFC tray icon Pin
RadiumBall18-Apr-05 22:45
RadiumBall18-Apr-05 22:45 
GeneralRe: MFC tray icon Pin
22491718-Apr-05 22:56
22491718-Apr-05 22:56 
QuestionCopy resources in Visual Studio 7.0… ? Pin
anderslundsgard18-Apr-05 21:39
anderslundsgard18-Apr-05 21:39 
GeneralUpdating display box Pin
hithesh18-Apr-05 21:12
hithesh18-Apr-05 21:12 
GeneralRe: Updating display box Pin
Cedric Moonen18-Apr-05 21:41
Cedric Moonen18-Apr-05 21:41 
GeneralRe: Updating display box Pin
hithesh19-Apr-05 12:57
hithesh19-Apr-05 12:57 
GeneralRe: Updating display box Pin
Cedric Moonen19-Apr-05 20:05
Cedric Moonen19-Apr-05 20:05 

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.