VC++

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Reem

    VC++

    Hello,

    I wrote a windows application using VC++, in the program form and I use 1
    tab control that contains many tab pages.I hope to control navigation on
    these tabpages by pressing a certian button, hide and show specfic tab pages
    according to the user actions by pressing another special button , and
    include an exit button in some of these tabpages.

    I have some functions in a C++ file that i want to use them in my program.

    I have some questions I will appreciate your help on them.
    1/ How can I exit from a VC++ windows application programmaticall y?
    2/ How can I navigate from a tab page to another in the same tab control
    during run time?
    3/ How can I hide and show a certian tab page from the tab control in the
    run time according to the user choice?
    4/ How can I include a C++ file in a VC++ program to use function that
    written in C++ file?

    Thanks in advance.


  • Allen Maki

    #2
    Re: VC++

    Hi Reem,

    You have to do it one question at a time.

    "Reem" <Reem@discussio ns.microsoft.co mwrote in message
    news:C69986E5-3ADB-48BF-9CC5-613B3AB4077D@mi crosoft.com...
    Hello,
    >
    I wrote a windows application using VC++, in the program form and I use 1
    tab control that contains many tab pages.I hope to control navigation on
    these tabpages by pressing a certian button, hide and show specfic tab
    pages
    according to the user actions by pressing another special button , and
    include an exit button in some of these tabpages.
    >
    I have some functions in a C++ file that i want to use them in my program.
    >
    I have some questions I will appreciate your help on them.
    1/ How can I exit from a VC++ windows application programmaticall y?
    2/ How can I navigate from a tab page to another in the same tab control
    during run time?
    3/ How can I hide and show a certian tab page from the tab control in the
    run time according to the user choice?
    4/ How can I include a C++ file in a VC++ program to use function that
    written in C++ file?
    >
    Thanks in advance.
    >
    >
    >

    Comment

    • Reem

      #3
      Re: VC++

      Ok..Allen
      let's start by How can I navigate from a tab page to another in the same tab
      control
      during run time?


      "Allen Maki" wrote:
      Hi Reem,
      >
      You have to do it one question at a time.
      >
      "Reem" <Reem@discussio ns.microsoft.co mwrote in message
      news:C69986E5-3ADB-48BF-9CC5-613B3AB4077D@mi crosoft.com...
      Hello,

      I wrote a windows application using VC++, in the program form and I use 1
      tab control that contains many tab pages.I hope to control navigation on
      these tabpages by pressing a certian button, hide and show specfic tab
      pages
      according to the user actions by pressing another special button , and
      include an exit button in some of these tabpages.

      I have some functions in a C++ file that i want to use them in my program.

      I have some questions I will appreciate your help on them.
      1/ How can I exit from a VC++ windows application programmaticall y?
      2/ How can I navigate from a tab page to another in the same tab control
      during run time?
      3/ How can I hide and show a certian tab page from the tab control in the
      run time according to the user choice?
      4/ How can I include a C++ file in a VC++ program to use function that
      written in C++ file?

      Thanks in advance.

      >
      >
      >

      Comment

      Working...