Newbie needs help with DiaLogs and drop down menus...
-
Hi...:-D can anyone tell me how to link to another dialog... like i created a dialog and there is a next button.... how do i link to the other dialog...? also.... i wanna create a drop down menu but i need to load the contents from a text file.... how do i go about doing that? Regards, ColdStream Bëw@®È †h3 H@x0r W|+Hįп…
-
Hi...:-D can anyone tell me how to link to another dialog... like i created a dialog and there is a next button.... how do i link to the other dialog...? also.... i wanna create a drop down menu but i need to load the contents from a text file.... how do i go about doing that? Regards, ColdStream Bëw@®È †h3 H@x0r W|+Hįп…
you can create wizard for this. you will have to use CPropertySheet and CPropertyPage classes. Search for msdn "Creating Wizards" in msdn. For menu cmenu mymenu mynenu.cratepopmenu() mymenu.appendmenu() mymenu.trackpopmenu(); you will have to use these theree functions. in appendmenu function, third parameter is a name of menu item, which can read it from a file using CStdioFile class never say die
-
you can create wizard for this. you will have to use CPropertySheet and CPropertyPage classes. Search for msdn "Creating Wizards" in msdn. For menu cmenu mymenu mynenu.cratepopmenu() mymenu.appendmenu() mymenu.trackpopmenu(); you will have to use these theree functions. in appendmenu function, third parameter is a name of menu item, which can read it from a file using CStdioFile class never say die
erm... I can't seem to find those classes either in my project or as a #include file.... I also can't seem to find one that is related to me in MSDN.... Al Little Info: I'm trying to make a program for my dad. he wants to stock-take all the times a supplier "re-stocks" and then calculate the amount owed to the supplier... So i created the main dialog, where basically you choose from a drop down menu the supplier, and then you choose from four radio buttons whether you want to add, delete, view or compute the data... For the radio buttons i've got that working because OnClick i made it assign a certain variable according to th choice of what to do.... now, all i need to do, is noe how to go to another dialog, so that i can finish the script... also, i need to noe how to get data from a txt file to input the suplier's name to the drop down menu, and also so that i can show the info of that supplier when my dad chooses to go to the second dialog... Thanks in advance, ColdStream Bëw@®È †h3 H@x0r W|+Hįп…