tehcas
February 26th, 2006, 06:14 AM
I'm making an order form and I tried to use a listbox for the list of options, and that would have worked really easy, but i need more.
Some of the selectable options require additional input.
I was thinking some listview grid type thingy would do, but im not sure. I tried a search most if not all seemed to deal with MFC. This isnt MFC only, is it?
Will this work for me? Being able to select an option in a listbox(more than one actually, otherwise 2 textboxes would be setup to take those additional inputs) and add additional inputs?
Example: You have options "glaze", "powder" or "bars". glaze is ok on its own, but powder could accept an input for colour, or bars needs to know how many.
I've been stumped for days trying to rig something up for this, but i think i am just wasting my time doing it wrong. I'll be reading This (http://www.codeproject.com/listctrl/listview.asp) and hopefully be able to make some sense out of it.
appreciate any help. Thanks.
Some of the selectable options require additional input.
I was thinking some listview grid type thingy would do, but im not sure. I tried a search most if not all seemed to deal with MFC. This isnt MFC only, is it?
Will this work for me? Being able to select an option in a listbox(more than one actually, otherwise 2 textboxes would be setup to take those additional inputs) and add additional inputs?
Example: You have options "glaze", "powder" or "bars". glaze is ok on its own, but powder could accept an input for colour, or bars needs to know how many.
I've been stumped for days trying to rig something up for this, but i think i am just wasting my time doing it wrong. I'll be reading This (http://www.codeproject.com/listctrl/listview.asp) and hopefully be able to make some sense out of it.
appreciate any help. Thanks.