CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Jul 2009
    Posts
    58

    Controls, problem with TAB key

    Hi,

    How can I use Tab key with the controls ( that are created directly by CreateWindow) ??
    I have tried much, but I couldn't have it done.

    BYe..

  2. #2
    Join Date
    Jul 2009
    Posts
    58

    Re: Controls, problem with TAB key

    UP,
    I'm waiting,,
    Thank you in ADVANCE men,

  3. #3
    Join Date
    Dec 2008
    Posts
    114

    Re: Controls, problem with TAB key

    It's a FAQ on Win32 ng (since 1995...)

  4. #4
    Join Date
    Jul 2009
    Posts
    58

    Re: Controls, problem with TAB key

    Excuse me, but I couldn't find what I want in this link,,

    Though I have been looking for it for a long time,,

    If you have a direct link to the topic,, please ,,

    Excuse me again,

    BYe..
    MoHammaD

  5. #5
    Join Date
    May 2009
    Posts
    35

    Re: Controls, problem with TAB key

    as far as I know you only need to add " WS_TABSTOP " to the CreateWindowEx() function of the needed controls

  6. #6
    Join Date
    Jul 2009
    Posts
    58

    Re: Controls, problem with TAB key

    hmmmm

    No, it doesn't solve the problem, but I think it's a basic step to solve the problem, and thanx for your response

    BYe..

  7. #7
    Join Date
    May 2009
    Posts
    35

    Re: Controls, problem with TAB key

    cheers

  8. #8
    Join Date
    Jul 2009
    Posts
    58

    Re: Controls, problem with TAB key

    Any suggestions??

    cheers
    !!!!!!

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