Click here to Skip to main content
15,906,333 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: resizing of dialog boxes Pin
b_girl9-Oct-03 8:17
b_girl9-Oct-03 8:17 
Generalchanging language Pin
dudic9-Oct-03 3:44
dudic9-Oct-03 3:44 
GeneralRe: changing language Pin
Atif Mushtaq10-Oct-03 0:12
Atif Mushtaq10-Oct-03 0:12 
Generaldetecting network computers Pin
YanivNahum9-Oct-03 2:36
YanivNahum9-Oct-03 2:36 
GeneralRe: detecting network computers Pin
David Crow9-Oct-03 3:13
David Crow9-Oct-03 3:13 
GeneralListbox help Pin
NewHSKid9-Oct-03 1:41
NewHSKid9-Oct-03 1:41 
GeneralRe: Listbox help Pin
jhwurmbach9-Oct-03 1:57
jhwurmbach9-Oct-03 1:57 
GeneralRe: Listbox help Pin
Steve S9-Oct-03 2:02
Steve S9-Oct-03 2:02 
You could do it in two stages, format the hex value, then take that as further input to another Format call, using %8.8s (pad on right) or %-8.8s (pad on left) as the format string second time around

eg
testStr1.Format("%03X",myString);
testStr2.Format("%03X",myString2);
Str.Format("%10.10s%10.10s",testStr1,testStr2);

Steve S
I was 15 once. It was a long time ago.
Today, it's 22 years since I started working full-time in IT.
GeneralRe: Listbox help Pin
Steve S9-Oct-03 2:05
Steve S9-Oct-03 2:05 
QuestionVector inside MFC app? Pin
Zizilamoroso9-Oct-03 1:00
Zizilamoroso9-Oct-03 1:00 
AnswerRe: Vector inside MFC app? Pin
Anand Paranjpe9-Oct-03 1:47
Anand Paranjpe9-Oct-03 1:47 
AnswerRe: Vector inside MFC app? Pin
Steve S9-Oct-03 1:51
Steve S9-Oct-03 1:51 
GeneralRe: Vector inside MFC app? Pin
Zizilamoroso9-Oct-03 3:20
Zizilamoroso9-Oct-03 3:20 
AnswerRe: Vector inside MFC app? Pin
jhwurmbach9-Oct-03 2:02
jhwurmbach9-Oct-03 2:02 
GeneralForm like MS Office assistance in vc++ Pin
sunju9-Oct-03 0:37
sunju9-Oct-03 0:37 
GeneralRe: Form like MS Office assistance in vc++ Pin
Anthony_Yio9-Oct-03 2:30
Anthony_Yio9-Oct-03 2:30 
GeneralRe: Form like MS Office assistance in vc++ Pin
Atif Mushtaq10-Oct-03 0:17
Atif Mushtaq10-Oct-03 0:17 
GeneralRe: Form like MS Office assistance in vc++ Pin
Anthony_Yio9-Oct-03 2:37
Anthony_Yio9-Oct-03 2:37 
GeneralRe: Form like MS Office assistance in vc++ Pin
sunju9-Oct-03 18:49
sunju9-Oct-03 18:49 
Questionhow to implement a CDragCheckListBox? Pin
Jefferson Liu9-Oct-03 0:14
Jefferson Liu9-Oct-03 0:14 
GeneralStretchDIBits fit into paper Pin
vancouver7778-Oct-03 23:51
vancouver7778-Oct-03 23:51 
GeneralRe: StretchDIBits fit into paper Pin
Alex Dolpfin9-Oct-03 3:06
Alex Dolpfin9-Oct-03 3:06 
Questionqeustions on scrolling window? Pin
ashxly8-Oct-03 23:46
ashxly8-Oct-03 23:46 
AnswerRe: qeustions on scrolling window? Pin
ashxly9-Oct-03 2:48
ashxly9-Oct-03 2:48 
Generalwarning C4273 - inconsistent dll linkage. dllexport assumed. Pin
YaronNir8-Oct-03 23:39
YaronNir8-Oct-03 23:39 

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.