Click here to Skip to main content
15,895,782 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
i've write a activex pluging runing on windows XP with IE6,it works right.

When i debug my C++ project in visual studio 2005 after updated ie6 to ie8,it broken.

after looking for MSDN solution as follows:

In most scenarios, setting the registry value TabProcGrowth to a DWORD value of 0 is sufficient to resolve this problem.

1) Open RegEdit
2) Browse to HKEY_LOCALMACHINE -> SOFTWARE -> Microsoft -> Internet Explorer -> Main
3) Add a dword under this key called TabProcGrowth
4) Set TabProcGrowth to 0

Refer:msdn blog

but it doesn't work...

will you tell me why?

i'm using windows xp 64-bit computer.
Posted

1 solution

anybody who can help me ?
thanks a lot,lol-.-
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900