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

C / C++ / MFC

 
QuestionTransparent Bitmap? Pin
Jawache5-Nov-02 1:00
Jawache5-Nov-02 1:00 
AnswerRe: Transparent Bitmap? Pin
jhwurmbach5-Nov-02 1:42
jhwurmbach5-Nov-02 1:42 
GeneralMSChart Pin
Ruca5-Nov-02 1:02
Ruca5-Nov-02 1:02 
Generalproblem with context menu in mdi Pin
fargo2k5-Nov-02 0:35
fargo2k5-Nov-02 0:35 
GeneralRe: problem with context menu in mdi Pin
Ravi Bhavnani5-Nov-02 0:54
professionalRavi Bhavnani5-Nov-02 0:54 
GeneralRe: problem with context menu in mdi Pin
fargo2k5-Nov-02 1:35
fargo2k5-Nov-02 1:35 
GeneralChange from decimal number to hex character Pin
ooosawaddee35-Nov-02 0:32
ooosawaddee35-Nov-02 0:32 
GeneralRe: Change from decimal number to hex character Pin
Anatari5-Nov-02 0:43
Anatari5-Nov-02 0:43 
Didn't you just ask this question earlier? You can use the CString Format() member function.

If you need an unsigned character array instead of a CString class you can simply use the (LPCTSTR) cast operator to retrieve the pointer and then cast it to an unsigned char * pointer.

I suspect your asking this question again because your using C and not C++. You really need to put more information in your questions, if you expect to get your question answered correctly. If your using C, then you would use the sprintf() function which has the same functionality of Format(). Get a C book or search for sprinf() on the web!

<br />
sprintf(m_data, "%2H%2H%2H..",data[0], data[1].......<br />


- Anatari
GeneralRe: Change from decimal number to hex character Pin
Stephane Rodriguez.5-Nov-02 0:56
Stephane Rodriguez.5-Nov-02 0:56 
GeneralRe: Change from decimal number to hex character Pin
Gary R. Wheeler5-Nov-02 11:10
Gary R. Wheeler5-Nov-02 11:10 
GeneralRe: Change from decimal number to hex character Pin
Ravi Bhavnani5-Nov-02 0:57
professionalRavi Bhavnani5-Nov-02 0:57 
GeneralMIME types & application Pin
ov5-Nov-02 0:07
ov5-Nov-02 0:07 
GeneralRe: MIME types & application Pin
Stephane Rodriguez.5-Nov-02 0:21
Stephane Rodriguez.5-Nov-02 0:21 
GeneralRe: MIME types & application Pin
Anatari5-Nov-02 0:18
Anatari5-Nov-02 0:18 
GeneralRe: MIME types & application Pin
ov5-Nov-02 3:17
ov5-Nov-02 3:17 
GeneralSaving/Copying a file. Pin
a3gupta4-Nov-02 23:12
a3gupta4-Nov-02 23:12 
GeneralRe: Saving/Copying a file. Pin
jhwurmbach4-Nov-02 23:19
jhwurmbach4-Nov-02 23:19 
GeneralRe: Saving/Copying a file. Pin
a3gupta4-Nov-02 23:24
a3gupta4-Nov-02 23:24 
GeneralRe: Saving/Copying a file. Pin
jhwurmbach4-Nov-02 23:35
jhwurmbach4-Nov-02 23:35 
GeneralRe: Saving/Copying a file. Pin
Joan M4-Nov-02 23:23
professionalJoan M4-Nov-02 23:23 
GeneralRe: Saving/Copying a file. Pin
a3gupta4-Nov-02 23:26
a3gupta4-Nov-02 23:26 
GeneralRe: Saving/Copying a file. Pin
Joan M4-Nov-02 23:37
professionalJoan M4-Nov-02 23:37 
GeneralRe: Saving/Copying a file. Pin
Anonymous6-Nov-02 0:58
Anonymous6-Nov-02 0:58 
GeneralGina dll... Pin
Joan M4-Nov-02 23:10
professionalJoan M4-Nov-02 23:10 
GeneralRe: Gina dll... Pin
User 66585-Nov-02 2:21
User 66585-Nov-02 2:21 

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.