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

C / C++ / MFC

 
GeneralRe: get keyboard events Pin
Michael Shuster20-Feb-03 4:50
Michael Shuster20-Feb-03 4:50 
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 
afender wrote:
sBuffer[2] = "\xE8";

I've had problems like this before, too. It appears that your literal string is actually 4 characters long: slash, x, E, and 8.

Using the format string "0x%02x" will give you a two-character field with an automatic leading zero, if the source value ends up having only one char.

This DOES work, so if your's doesn't, there there is something else wrong.

Dave

"You can say that again." -- Dept. of Redundancy Dept.
GeneralRe: Prob converting Hex to CString Pin
Ted Ferenc20-Feb-03 6:16
Ted Ferenc20-Feb-03 6:16 
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 

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.