Click here to Skip to main content
15,908,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Programm needs VC++ to run Pin
DarkMarine7-Oct-03 7:26
DarkMarine7-Oct-03 7:26 
GeneralRe: Programm needs VC++ to run Pin
vcplusplus7-Oct-03 7:55
vcplusplus7-Oct-03 7:55 
GeneralRe: Programm needs VC++ to run Pin
DarkMarine7-Oct-03 8:05
DarkMarine7-Oct-03 8:05 
GeneralRe: Programm needs VC++ to run Pin
vcplusplus7-Oct-03 9:29
vcplusplus7-Oct-03 9:29 
GeneralRe: Programm needs VC++ to run Pin
DarkMarine9-Oct-03 10:28
DarkMarine9-Oct-03 10:28 
GeneralRe: Programm needs VC++ to run Pin
Terry O'Nolley7-Oct-03 3:50
Terry O'Nolley7-Oct-03 3:50 
GeneralRe: Programm needs VC++ to run Pin
Stefan Pedersen7-Oct-03 3:51
Stefan Pedersen7-Oct-03 3:51 
Generalhelp with List box Pin
NewHSKid7-Oct-03 2:58
NewHSKid7-Oct-03 2:58 
Hi all,

I need some help figuring out what to use for my app. I need to have a list of items displayed in a dialog window. I am stuck here because I am not sure I am doing the right thing.

The list of item has to be displayed one after another, but one particular type of item has to be in columns. Lets say i want to list sporting equipment and only display the quantity and price for baseball equpi. So an example would be:

       <code>    Quantity        Price ($)      Total Price

Baseball hat  4             $25               $100
Baseball ball 11            $5                $55

Basketball shoes $100
Basketball shorts  $35
Basketball  $40
Soccer ball  $30

Baseball bat  2             $65               $130</code>


Right now I am using a listbox because i don't think a list control will let me span across columns. Can this be done? Is there a way to format the string I add in the list box (using addstring()) to consistantly be in column alignment?

THANKS for the help everyone

Jimmy

Just cause I am 15, doesn't mean I'm dumb! (I'll really be 4 on Feb. 29...the year 2004)
GeneralRe: help with List box Pin
David Crow7-Oct-03 3:10
David Crow7-Oct-03 3:10 
GeneralRe: help with List box Pin
NewHSKid7-Oct-03 3:41
NewHSKid7-Oct-03 3:41 
GeneralRe: help with List box Pin
David Crow7-Oct-03 3:50
David Crow7-Oct-03 3:50 
GeneralRe: help with List box Pin
NewHSKid7-Oct-03 8:34
NewHSKid7-Oct-03 8:34 
GeneralRe: help with List box Pin
David Crow7-Oct-03 8:38
David Crow7-Oct-03 8:38 
GeneralRe: help with List box Pin
NewHSKid7-Oct-03 8:48
NewHSKid7-Oct-03 8:48 
GeneralRe: help with List box Pin
David Crow7-Oct-03 8:55
David Crow7-Oct-03 8:55 
QuestionHow to make a Winamp Pulgin With C++ ? The Output file type is .dll and get ID3v2 info to the screen ??? Pin
minhcong7-Oct-03 2:05
minhcong7-Oct-03 2:05 
AnswerRe: How to make a Winamp Pulgin With C++ ? The Output file type is .dll and get ID3v2 info to the screen ??? Pin
Rickard Andersson207-Oct-03 3:17
Rickard Andersson207-Oct-03 3:17 
GeneralOutlook Style TreeView Pin
_Jason_7-Oct-03 1:35
_Jason_7-Oct-03 1:35 
Generalcheck if external program runs Pin
Vassili7-Oct-03 1:07
Vassili7-Oct-03 1:07 
GeneralRe: check if external program runs Pin
David Crow7-Oct-03 2:53
David Crow7-Oct-03 2:53 
GeneralInstalling on Clients machines Soap Toolkit 2.0 Pin
Braulio Dez7-Oct-03 0:45
Braulio Dez7-Oct-03 0:45 
QuestionHTTP File Download?? Pin
xxhimanshu7-Oct-03 0:15
xxhimanshu7-Oct-03 0:15 
AnswerRe: HTTP File Download?? Pin
valikac7-Oct-03 5:59
valikac7-Oct-03 5:59 
AnswerRe: HTTP File Download?? Pin
Paul M Watt7-Oct-03 6:09
mentorPaul M Watt7-Oct-03 6:09 
GeneralRe: HTTP File Download?? Pin
xxhimanshu7-Oct-03 21:16
xxhimanshu7-Oct-03 21:16 

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.