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. Mobile Development
  3. Mobile
  4. Creating af Wizard at Windows Mobile 6

Creating af Wizard at Windows Mobile 6

Scheduled Pinned Locked Moved Mobile
questionhelp
1 Posts 1 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.
  • H Offline
    H Offline
    haolan
    wrote on last edited by
    #1

    Hi Everyone I am trying to create a wizard program on a Windows Mobile 6 Classic. When the program starts, it will get some settings from a webservice on the internet. Theese settings contains information about each step in the wizard. It will not always be the same number of steps, that will be initialized in the program. I have created the wizard as a tabcontrol, so when the program is initializing the actuel number of wizard will be added to the control. On each page I have a "next" button, which contain the following code: if (tabIdx == -1) tabIdx = 0; tabIdx += 1; TabPage tp = tabSteps.TabPages[tabIdx]; tp.BringToFront(); There is only one problem with this solution. I Cant remove the tabs at the bottom of the program, so the user can navigate to every step he/she want. the tabPage.Enter event does not exist in the Compact Framework, so i cant change the tabIdx when entering a new tabpage. How do i solve this?

    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