Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Newbie needs help with DiaLogs and drop down menus...

Newbie needs help with DiaLogs and drop down menus...

Scheduled Pinned Locked Moved C / C++ / MFC
questionhelptutorial
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    ColdStream
    wrote on last edited by
    #1

    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įп…

    S 1 Reply Last reply
    0
    • C ColdStream

      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įп…

      S Offline
      S Offline
      sam India
      wrote on last edited by
      #2

      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

      C 1 Reply Last reply
      0
      • S sam India

        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

        C Offline
        C Offline
        ColdStream
        wrote on last edited by
        #3

        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įп…

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups