explorer

why is Snowbird browser faster than Windows Explorer..?

I was wondering how such performance can be achieved on windows as I noticed snowberd is even faster than DOS "dir" command, even in mapped network drives...? Any idea what algo/technology are used to get such fast directory browsing...? ...

Open "Class Explorer" in Visual Studio 2010

Does anyone know where I can open the "Class Explorer" in Visual Studio 2010. I have been looking around for 1 hour :-( ...

Sorting shell items like windows explorer

Hi, I am making a bread crumb bar in Delphi and having some problems regarding sorting the dropdown of the bread crumbs. Strangely enough, even Vista is not consequent when showing these items. I have tried many ways to figure out what is system folders, what is zip files and what is normal folders. It seems like an easy task but so f...

"Permission denied" with Internet Explorer and jQuery

I try to do an AJAX call with jQuery and $.post in Internet Explorer, but all I get is an error saying "Permission denied". The problem is kinda weird since it occurs only when I access a page after I was on any other page. For instance I type the URL in the adress line and let IE load the page. Then I click on a button so the script s...

.htaccess file, IE not working Firefox, Safari & Chrome working

Hi, I've built a site in Interspire Web Publisher and it was working fine, seems to work in Firefox, Safari and Chrome but when I fired up Internet Explorer 7 & 8 only the home page works, all links to other pages show up nothing. Do you think it could have something to do with the .htaccess file? But why would it work at one point the...

Programmatically selecting file in explorer

In my application I can programmatically open explorer and select a file using the following code: void BrowseToFile(LPCTSTR filename) { CString strArgs; strArgs = _T("/select,\""); strArgs += filename; strArgs += _T("\""); ShellExecute(0, _T("open"), _T("explorer.exe"), strArgs, 0, SW_NORMAL); } My problem is t...

Delphi Shell IExtractIcon usage and result

I am developing a listview baised on the shell. When trying to extract a shell icon/image... I try to extract thumbnail using IExtractImage if that fail I try to extract icons using IExtractIcon, to get maximum iconsize, but IExtractIcon gives strange results. Problem is I tried to use a methode that extracts icons from an imagelist but ...

C# / WPF / .NET - Drag and drop to Desktop / Explorer

Hey Guys Following my scenario. I got an Application which loads a Filestructure (Folders, Files) from a Database into a WPF ListView. Now I'd like to grab a file from this ListView, drag it over my Desktop (or some open explorer window) and drop it there. Basic Drag and Drop, nothing fancy. This sounds like a "standard" function for a...

Determine which Explorer.exe on Task List is really the shell?

HKEY_LOCAL_MACHINE, "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon", "Shell" returns the shell name, usually Explorer.exe. However, it does not contain the path, or identify a particular executable file. Enumerating the Task List locates the task Explorer.exe. But what if the user had ran another, unrelated task called Explorer...

Cookie not working in IE

Cookie is not working with IE. The browser is set to allow cookies. Works fine in Firefox... and works fine in IE when I run it locally. But as soon as I publish, it breaks. It is used for a poll so a user cannot vote more than once. The following code runs once a user tries to vote: if (Request.Cookies["Poll"] != null && Request.C...

jQuery: issue on onclick of "LI"

hi friends, i've a problem with jquery: on click of "li" function, various ie versions are acting differently.. here is the html code. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <meta http-equiv="Conte...

Javascript, UI: Looking for a good list explorer component

Think Windows Explorer's 'Details' view. I need to output my database to this view. Here's what I need: Columns should be horizontally resizeable. Columns should be able to be reordered via. dragging and dropping their headers. I need to be able to sort the data by a given column, like when its header is clicked on (with toggling for...

Change id of a Table row using javascript in IE

Hello I have a table which has a few rows. And I have an add button in my application which allows to add rows at any rowIndex. I use insertRow method to insert rows at a specific position. So once a row in inserted, I change the table row Ids of all the rows, to arrange them in an ascending order. Now I have been developing this applica...

php / js facebook API Internet explorer fb_xd_fragment

Hi all, I'm debugging my website on Internet Explorer and, each time I try to use Facebook and connect with IE, it logs me in with Facebook, but in the popup it changes the URL to something beginning with "fb_xd_fragment" and it doesn't set the cookies for my domain... Any idea how to fix this? It only happens on IE, works perfectly on...

IE 8 Trusted Sites and "Automatically logon with current username and password"

Does anyone know of any articles/blogs that have been written describing the security implications with setting the Trusted Zone in Internet Explorer to "Automatically logon with current username and password"? ...

Including Prototype.js twice causes conflict in IE7

I am using the Prototype javascript framework. I have included it in a javascript code snippet that I allow people to copy and paste onto their websites. There is a possibility that their website already includes Prototype or they wanted to include the snippet multiple times. In both cases, Prototype will be defined twice and, as a resul...

Jquery Fancybox not displaying on IE 7

Hi, I am using FancyBox to show larger versions of image thumbnails on a PHP application. I am using a uniform CSS class name for all the thumbnails to trigger the Fancybox functions. But when viewing the app on IE 7, only the first thumbnail actually triggers Fancybox, the rest of the thumbnails dont work. What could be the problem...

Javascript: IE Error, Firebug not erring. Where is it?

Again, I am working with code from my predecessor and am at a loss for this one. It appears to be a sampled navigation script. It is receiving an error in IE stating 'Object doesn't support this property or method'. Here is what I have narrowed the error down to. The function: /** * hoverIntent r5 // 2007.03.27 // jQuery 1.1.2+ * <h...

Result of IWebBrowser2->GetDocument() doesn't implement IHTMLDOMNode

I have a Browser Helper Object and want to do some operations on the DOM of a website. I am struggling on one strange thing right now, I hope somebody knows what is happening here. Let's assume I have the following code snippet somewhere in my Browser Helper Object and m_pBrowser holds the current IWebBrowser2: if (m_pBrowser) { CCo...

PHP -> XML output is different on IE.

Hi, I have been trying to output XML with php but encountered a strange(!) error in Internet Explorer. The expected xml output is this:(simplified) <root> <match_id>12</match_id> <stadium_id>43</stadium_id> <tribune_id>2</tribune_id> <fan_id>453</fan_id> </root> I am producing this output with the following php code: echo "<?xml v...