Most likely it's an explorer extension that's causing the problem, not explorer itself. I think there are some tools out there to enumerate what explorer extensions you've got installed. Not sure offhand. ---------------------------------------- ----I said my name wasn't important ---------------------------SlartiBartFast
Eugene Polonsky
Posts
-
Help! DEP vs. Windows Explorer; DEP is winning -
Question for the IE internals gurusHi again: Thanks for the responses. A couple questions: 1. I need this to work for IE5, and according to MSDN the IUrlHistory interfaces require 5.5 minimum. 2. The History "folder" is kind of weird -- I have a strong suspicition it's actually a file, shown as a folder through the use of shell extensions, or something like that. In other words, I don't think I can just enum files inside that folder, looking for ones I want to change. Am I wrong? Any other ideas? Thanks, Gene ---------------------------------------- ----I said my name wasn't important ---------------------------SlartiBartFast
-
Question for the IE internals gurusHi guys: Does anyone know where IE stores the information in the History popup window, what the format of that file is, and under what conditions it's possible to change it. (or is it?) Basically I want to change what's displayed in-place... I was thinking of just subclassing that window, but a cleaner way would be to change the file itself... any ideas? Thanx :) ---------------------------------------- ----I said my name wasn't important ---------------------------SlartiBartFast
-
Layered child windows?Does anyone know if it's possible to have layered child windows? I looked in documentation for WS_EX_LAYERED, it says only top-level windows can have that attribute. Anyone have any ideas? Thanks, Gene ---------------------------------------- ----I said my name wasn't important ---------------------------SlartiBartFast
-
Layered child windows?Hey guys: Does anyone know if it's possible to have layered child windows? I looked on MSDN, and looks like WS_EX_LAYERED can only be applied to top-level windows. Anyone feels like inventing a way? :) ---------------------------------------- ----I said my name wasn't important ---------------------------SlartiBartFast