Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

CTabCtrl hangs up in _AfxRemoveDefaultButton


  • Please log in to reply

#1
jhurley

jhurley

    New Member

  • Member
  • Pip
  • 1 posts
I am using a CTabCtrl with embedded CHtmlCtrl objects. If a CButton has the focus when I tab between dialogs the code gets hung up in the do{}while section of the code listed below. I have made sure that the DS_CONTROL flag has been set. I am starting to believe that it has to do with the CHtmlCtrl controls. Anyone have a clue how to fix this. Thanks.

AFX_STATIC void AFXAPI _AfxRemoveDefaultButton(CWnd* pWndRoot, CWnd* pWndStart)
{
if ((pWndStart == NULL) || IsControlParent(pWndStart))
pWndStart = _AfxNextControl(pWndRoot, NULL, CWP_SKIPINVISIBLE | CWP_SKIPDISABLED);
else
pWndStart = _AfxGetChildControl(pWndRoot, pWndStart);

if (pWndStart == NULL)
return;

CWnd* pWnd = pWndStart;
CWnd* pWndNext;

do
{
COccManager::SetDefaultButton(pWnd, FALSE);
pWndNext = _AfxNextControl(pWndRoot, pWnd, 0);
pWnd = pWndNext;
}
while ((pWnd != NULL) && (pWnd != pWndStart));
}
  • 0

Advertisements







Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP