I am trying to attach to running IE using the
pShellWindows.CreateInstance(__uuidof(SHDocVw::ShellWindows));
This fails with Error Class not registered.
The OS is Windows Server 2003 SP2. On other computers with the same
OS the code works fine.
相关问题
- Sorting 3 numbers without branching [closed]
- How to compile C++ code in GDB?
- How to fix IE ClearType + jQuery opacity problem i
- Why does const allow implicit conversion of refere
- thread_local variables initialization
相关文章
- 如何让cmd.exe 执行 UNICODE 文本格式的批处理?
- 怎么把Windows开机按钮通过修改注册表指向我自己的程序
- Warning : HTML 1300 Navigation occured?
- Class layout in C++: Why are members sometimes ord
- How to mock methods return object with deleted cop
- Which is the best way to multiply a large and spar
- C++ default constructor does not initialize pointe
- Selecting only the first few characters in a strin
I got it. I never logged on with the user I was running into this computer interactively so IE had no chance to set up shell integration. After I logged on once the problem went away