explorer

How to inherit from the windows explorer (in any programming language, with help of any tool)

How to inherit from the windows explorer (Desktop, thing with help of which we explore our Mu computer and so on directory’s) (in any programming language)? customize it add program fetchers ( adding to Windows Explorer Mac teachers or sorting algorithms or adding buttons or anything ) What do I need: EXAMPLES Open Source lib...

Jquery slideToggle IE problem

Hi everyone, i got my jquery slideToggle working for Firefox. Ok it's not perfect, because when it slides down the performance is somehow jumpy. I tried different workarounds, but noone helped that right. So first question is, what could cause this little jumpiness in my code. And then the bigger problem is the display in IE. IE6 and I...

C# Refresh Explorer

In my program I toggle the registry value of hidden files to tell explorer whether to hide or show them. However, since explorer doesn't refresh on it's own, I send the event SHChangeNotify(0x8000000, 0x1000, IntPtr.Zero, IntPtr.Zero); to refresh everything. However, it doesn't seem to be refreshing anything unfortunately. I see t...

In folders that are under SVN the context menu item "properties" is removed

In folders where there is a .svn folder I cannot right click on a file and choose "properties" anymore. The context menu appears correctly, but the list ends right before where "properties" is supposed to be. When I delete the .svn folder the item returns again. I have the latest version of tortoiseSVN installed. Anyone experienced th...

Change encoding to UTF-8 recursively on Windows?

Does anybody know a tool, preferably for the Explorer context menu, to recursively change the encoding of files in a project from / to UTF-8 and other encodings? Freeware or not too expensive would be great. Edit: Thanks for the answers, +1 for all of them as they are all fine but I am a lazy bastard sometimes, and would really like to ...

Making IE not to hang with unsupported Javascript?

Hi, I have a problem with IE. All other browsers work fine, but in IE the following example will make Javascript to stop entirely: elem = document.getElementById('asd'); elem.style.background = '-moz-linear-gradient(top, rgba(138, 197, 229,0.85), rgba(92, 130, 153, 0.85))'; IE does not support gradients, I know, but why does it sto...

jQuery/AJAX in IE : Object doesn't support this property or method

Ok, I'm stumped. Basically, this script works fine in FF, but not in IE (6,7 or 8) - in which it returns an "Object doesn't support this property or method" error. Any ideas?: function portfolioAjaxLoader(page){ $("div#portfolio_container").load("include/DCK_portfolio_gallery.inc.php?cat=" + page); } $(document).ready(function(){ $(...

Website surfacing blank pages in IE6

- Since discovering more about my problem I have modified my question A single user is complaining that (on XP and using IE6) they're not able to follow any links around my site. The behaviour they're seeing is clicking a link shows a blank page, but doesn't change the url in the address bar of the browser. Pressing refresh at this poin...

IE color <dt> spill

I have made a page here the DT title is underline red with text white... in firefox everything is fine... but the dt spill in IE... why ? here is a VIEW of the problem ! Here is the perfect example of WHAT is the problem ...

IE8 Browser Mode & Standards Mode

I need to force IE8 to display as follows: Browser Mode: Internet Explorer 8 Document Mode: IE8 Standards I have added this tag however it only affects the document mode, not the browser mode. How do I override browser mode to ensure the page is always shown with IE8 browser mode too? <meta http-equiv="X-UA-Compatible" content="IE=8...

Which tool to use to develop toolbar for Internet Explorer and Firefox?

Hi there, I want to develop toolbar for Internet Explorer and Firefox. Is there any common tool? If not, which tool can be used? Thanks for reading. Regards, Sanket ...

What does explorer use to open a file?

I'm attempting to hook into whatever explorer calls when a file is opened (double-click, context menu open, etc.), however I can't figure out which function that is. Originally, I thought it was ShellExecute, as that does the same thing as far as I can tell, but after hooking into it I learned that it's only used when a new explorer win...

css width, height for iexplorer working on firefox

in my style.css i have for example this, and it work fine in iexplorer but when i move to firefox the style is lost and i got the error shown below. #header { width: 900px; position: relative; height: 170px; padding: 0; font-size: 14px; color: #000; } ERROR: from error console in firefox (sorry my local conf is in spanish i dont...

Unwanted padding on link images in IE only

Hi, I hope someone can help. Within my container DIV I have 3 images which I require to sit side by side in one row. This is indeed the case in every other browser except, annoyingly, as usual, in IE6, IE7 and IE8 (groan). Each of the images is wrapped in an tag as follows:- <div id="images"> <a href="images/image01.jpg" rel="milkb...

Click a javascript url using Powershell Internet Explorer automation

Given the following html: <HTML> <BODY> <DIV id="admin" onmouseover="javascript:showLayer('admin');" onmouseout="javascript:hideLayer('admin');" name="admin"> <TABLE > <TBODY> <TR> <TD class="popup" > <A href="javascript:doTab(3, 'muskrat.htm','docrat.htm')">User Admin</A> </TD></TR></TBODY></TABLE></DIV></BODY></HTML> How wou...

Date is disappeared (ASP classic - VB Script)

Dear All, I have a little problem but it makes me crazy. I made an application using asp, and I created a text box which would be filled by the date of today. It works well in my computer and the other clients, but some don't. and it always asks to input the date till the clients get bored and no result... At first I thought that was ...

Integrating into Windows Explorer context menu

I want to write a small tool, that does the following: When you right click on a file with a certain file-extension the Windows Explorer context menu shows an additional entry. When you click this entry a certain EXE is launched with this file as one of its parameters. I would like to use C#/.NET 2.0 for this. If it's not possible I ...

How to use filegroupdescriptor to drag file to explorer c#

I would like to drag and drop an element of a listbox to explorer. When the drag and drop is started, I need to prepare the file on demand and save it to a memory stream. Can you provide me with an example on how to do it using the FileGroupDescriptor data structure? Thanks. Andrea ...

Weird problem with a site layout on IE 7

Hi, I have a website which draws white (empty) content/text on IE 7. However, as soon as I mouse over links, they will appear, or if I open up an about box and move it above the content, the content will then be drawn. Does anyone have any ideas what this is about? I can't supply source as this is private. the site works across all web ...

IContextMenu3 HandleMenuMsg2 is never called

Hi, I'm trying to implement a shell extension that extends IContextMenu3 and IShellExtInit, and i'm inserting menu items using the method described in section "HBMMENU_CALLBACK method" (http://www.nanoant.com/programming/themed-menus-icons-a-complete-vista-xp-solution) but in my project the method HandleMenuMsg2 or the HandleMenuMsg is...