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. TabControl

TabControl

Scheduled Pinned Locked Moved C / C++ / MFC
helptutorial
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.
  • S Offline
    S Offline
    sheshidar
    wrote on last edited by
    #1

    Hi All.. I am working with TabControl, where I created 3 dialog Boxes, in these three one dialog with TabControl, and remaining two dialogs with edit control. In first Tab-first dialog, Second Tab-second dialog I had created two dialogs in the OnInitDialog() function . m_FirstDialog =new CFirstDialog(); HRSRC hResource = FindResource(g_hModule, MAKEINTRESOURCE(IDD_FIRST_DIALOG),RT_DIALOG ); HGLOBAL hTemplate = LoadResource(g_hModule, hResource); BOOL bResult = m_FirstDialog->CreateIndirect (hTemplate, this); FreeResource(hTemplate); m_FirstDialog->ShowWindow (SW_SHOW); same code fallows for Second Dialog. Everything is fine but Problem is when I tried to send data from member variable to Control on First , second dialogs. I am not able to acces the data in editboxes in First, second dialogs from the TabDialog(tabcontrol). Can you please help me how to find the cause of this problem. Thanking You. Sheshidar

    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