Click here to Skip to main content
15,905,427 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: get keyboard events Pin
HENDRIK R20-Feb-03 4:52
HENDRIK R20-Feb-03 4:52 
GeneralRe: get keyboard events Pin
Willem B20-Feb-03 21:11
Willem B20-Feb-03 21:11 
GeneralGetting focus for modeless dialogs in a controlbar. Pin
Maximilien20-Feb-03 4:17
Maximilien20-Feb-03 4:17 
GeneralProb converting Hex to CString Pin
afender20-Feb-03 4:14
afender20-Feb-03 4:14 
GeneralRe: Prob converting Hex to CString Pin
Ryan_Roberts20-Feb-03 4:26
Ryan_Roberts20-Feb-03 4:26 
GeneralRe: Prob converting Hex to CString Pin
afender20-Feb-03 5:26
afender20-Feb-03 5:26 
GeneralRe: Prob converting Hex to CString Pin
David Chamberlain20-Feb-03 6:05
David Chamberlain20-Feb-03 6:05 
GeneralRe: Prob converting Hex to CString Pin
Ted Ferenc20-Feb-03 6:16
Ted Ferenc20-Feb-03 6:16 
int nVal = 0xffffffe8;<br />
strBuffer.Format("0x%x", nVal & 0xFF);


As far as I am aware fromatting will no truncate the value, it it was:-

BYTE nVal = 0xe8:

It would format as you wanted it.



If I have seen further it is by standing on the shoulders of Giants. - Isaac Newton 1676
GeneralRe: Prob converting Hex to CString Pin
Michael Dunn20-Feb-03 7:23
sitebuilderMichael Dunn20-Feb-03 7:23 
GeneralRe: Prob converting Hex to CString Pin
afender20-Feb-03 20:15
afender20-Feb-03 20:15 
GeneralDrawing icons on a toolbar Pin
Ron Olson20-Feb-03 4:02
Ron Olson20-Feb-03 4:02 
GeneralRe: Drawing icons on a toolbar Pin
Steve S21-Feb-03 1:56
Steve S21-Feb-03 1:56 
GeneralRe: Drawing icons on a toolbar Pin
Ron Olson21-Feb-03 9:32
Ron Olson21-Feb-03 9:32 
GeneralSorting a vector with structs Pin
whofmans20-Feb-03 3:54
whofmans20-Feb-03 3:54 
GeneralRe: Sorting a vector with structs Pin
Joaquín M López Muñoz20-Feb-03 6:33
Joaquín M López Muñoz20-Feb-03 6:33 
GeneralCancel Buton On PropertySheet Pin
Mr Bose Dayala20-Feb-03 3:24
Mr Bose Dayala20-Feb-03 3:24 
GeneralRe: Cancel Buton On PropertySheet Pin
Ted Ferenc20-Feb-03 3:50
Ted Ferenc20-Feb-03 3:50 
GeneralRe: Cancel Buton On PropertySheet Pin
Mr Bose Dayala20-Feb-03 4:02
Mr Bose Dayala20-Feb-03 4:02 
Generalhpgl Pin
bachan20-Feb-03 3:18
bachan20-Feb-03 3:18 
GeneralRe: hpgl Pin
David Chamberlain20-Feb-03 6:09
David Chamberlain20-Feb-03 6:09 
GeneralNumber of records in Access Pin
Majid Shahabfar20-Feb-03 3:16
Majid Shahabfar20-Feb-03 3:16 
GeneralRe: Number of records in Access Pin
Roger Allen20-Feb-03 4:09
Roger Allen20-Feb-03 4:09 
GeneralCode documentation tool (C++ to XML) Pin
VizOne20-Feb-03 3:11
VizOne20-Feb-03 3:11 
GeneralRe: Code documentation tool (C++ to XML) Pin
Anna-Jayne Metcalfe20-Feb-03 4:43
Anna-Jayne Metcalfe20-Feb-03 4:43 
GeneralRe: Code documentation tool (C++ to XML) Pin
VizOne20-Feb-03 5:06
VizOne20-Feb-03 5:06 

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.