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

Search:

Type: Posts; User: caperover2002

Search: Search took 0.28 seconds.

  1. thanks so much, mdmd! It works now. This...

    thanks so much, mdmd! It works now.




    This is because if I use SendMessage() instead of PostMessage(), the tab control will wait for the return all the time.But, as you see in the dialog...
  2. well,I made mistake. Actually I use a derived...

    well,I made mistake.

    Actually I use a derived CMyTabCtrl class from CTabCtrl. The CMyTabCtrl is supposed to intercept the WM_SELCHANGE message first, (I checked that it did receive it), and in...
  3. In release version CTabCtrl message fails to reach main Dialog

    hi,all

    In release version CTabCtrl message fails to reach main Dialog.Here is how the message is handled:


    ON_NOTIFY(TCN_SELCHANGE, IDC_TAB_LISTS, OnSelchangeTabLists)

    .....
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured