CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: MaYo

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    3,855

    C++ Web Service Authentication Problem

    Hello Everyone!
    Fist of all: Very Nice Forum! Found a lot of Help here already, but this time I have to post my Problem, because I could not find a solution by searching the forum.

    Here we go:
    ...
  2. Re: Radio Button problem with WM_NEXTDLGCTL

    Whatever that does,

    Code:
    ::PostMessage(m_hWnd, 0x128, MAKEWPARAM(0x2, 0x1), 0);


    works!

    Thank you very much!!
  3. Re: Radio Button problem with WM_NEXTDLGCTL

    Thanks, but none of those did the trick!

    I found out that the rectangles appear, if i press the TAB key at least once before i come to the radio buttons with ENTER. Really strange. Maybe i can...
  4. [RESOLVED] Radio Button problem with WM_NEXTDLGCTL

    Hi There!

    I have the following Problem:

    I have a dialog box with several text controls followed by two radio buttons for a selection. If i use the TAB key to jump from one input field to the...
  5. Replies
    4
    Views
    1,305

    Re: Strange CListCtrl Sort Behaviour

    Hi Mike

    Thanks a lot!
    That works now!
    The forgotten return has not solved the problem, but the "SetItemData" thingie.

    I have already filled the SetItemData during building up the list, but...
  6. Replies
    4
    Views
    1,305

    [RESOLVED] Strange CListCtrl Sort Behaviour

    Hi There!

    First of all, thank you all for your participation i this board! I am watching it frequently and it has helped me many many times by now!

    This is the first time I encounter a problem,...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured