CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11

Thread: Quick question

  1. #1
    Join Date
    Jan 2004
    Posts
    131

    Quick question

    i have a modeless dialog come up, where you can type in info about yourself:ex last name, first, bla bla.

    When i hit tab, the main dialog behind the modeless dialog(static items) overlaps the modeless items.
    It's like it's still tabbing over in the main dialog, how can i fix this?

  2. #2
    Join Date
    Jan 2004
    Posts
    131
    attatched image is before i hit tab.
    Attached Images Attached Images

  3. #3
    Join Date
    Jan 2004
    Posts
    131
    this is after
    Attached Images Attached Images

  4. #4
    Join Date
    Oct 2000
    Location
    Ottawa, CANADA. (CNADA ROCKS!!)
    Posts
    1,895
    tools -> tab order
    and Canada rocks!! Peace bro.

  5. #5
    Join Date
    Jul 2003
    Location
    Guayama, P.R.
    Posts
    41
    I think that should do it.
    Although I think the Tab Order is located in different places. At least on my VC6 the Tab Order is on the Layout menu.
    So tell us how it goes.!

  6. #6
    Join Date
    Oct 2000
    Location
    Ottawa, CANADA. (CNADA ROCKS!!)
    Posts
    1,895
    sorry
    Layout -> tab order
    and Canada rocks!! Peace bro.

  7. #7
    Join Date
    Jan 2004
    Posts
    131
    that just does the order in which i want the tab to go, as you can see the dialog static items underneath the modeless shows when i hit tab, how can tab order fix that.

  8. #8
    Join Date
    Jan 2004
    Posts
    131
    oh and one more thing.
    U see those buttons that pop up after i hit tab, i can click those as if the modeless dialog box wasn't there, but i can still click on an edit box on the modeless.
    this is probably a simple answer. I am going to feel real dumb if it is.

  9. #9
    Join Date
    Jul 2003
    Location
    Guayama, P.R.
    Posts
    41
    Could it be a selected style you made for the buttons or the textboxes?
    I'm just guessing here, I haven't seen this overlapping.

  10. #10
    Join Date
    Jan 2004
    Posts
    131
    i have attatched the project.
    just hit cancel on the log in screen.
    hit accounts and then hit cancel
    then you can hit tab and see what happens.

  11. #11
    Join Date
    Jan 2004
    Posts
    131
    i have attatched the project.
    just hit cancel on the log in screen.
    hit accounts and then hit cancel
    then you can hit tab and see what happens.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured