|
|
I have 32 application, which creates a shellextension tab on right clicking any drive.
When I run this 32 bit application run in 64 bit platform under the WOW. I am not able to see this ShellExtension API being worked. No tab is visisble.
FYI: This 32 bit app is built with VC 2003 .NET.
From MSDN, I stood that ShellExtension for 64 bit support needs native application than 32 bit app.
Is there any way that I can use same 32 bit app make it work under 64 bit enironmnet as well ?
It would be great if somebody can help in ressolvong this issue.
Thanks in advance. Santosh
|
|
Hello Santosh, To see 32-bit shell extensions you need to run 32-bit version of Explorer. Drive_Letter :\windows\syswow64\explorer.exe /separate 895561 Some Windows Explorer extensions and some Control Panel items are not displayed on computers that are running an x64-based version of Windows http://support.microsoft.com/default.aspx?scid=kb;EN-US;895561
Thanks, Darrell Gorter[MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights -------------------- |>Thread-Topic: ShellExtensions API |>thread-index: AceLvsFsPDkR8mJ9SXWda1gaef+tKA== |>X-WBNR-Posting-Host: 59.92.207.133 |>From: =?Utf-8?B?c2FudG9zaA==?= <santosh[ at ]discussions.microsoft.com> |>Subject: ShellExtensions API |>Date: Tue, 1 May 2007 00:03:00 -0700 |>Lines: 18 |>Message-ID: <905E748C-8A05-4549-B1CE-7BB28F6EDEDE[ at ]microsoft.com> |>MIME-Version: 1.0 |>Content-Type: text/plain; |> charset="Utf-8" |>Content-Transfer-Encoding: 7bit |>X-Newsreader: Microsoft CDO for Windows 2000 |>Content-Class: urn:content-classes:message |>Importance: normal |>Priority: normal |>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.2826 |>Newsgroups: microsoft.public.windows.64bit.general |>Path: TK2MSFTNGHUB02.phx.gbl |>Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.64bit.general:6196 |>NNTP-Posting-Host: tk2msftibfm01.phx.gbl 10.40.244.149 |>X-Tomcat-NG: microsoft.public.windows.64bit.general |> |>I have 32 application, which creates a shellextension tab on right clicking |>any drive. |> |>When I run this 32 bit application run in 64 bit platform under the WOW. I |>am not able to see this ShellExtension API being worked. No tab is visisble. |> |>FYI: This 32 bit app is built with VC 2003 .NET. |> |>From MSDN, I stood that ShellExtension for 64 bit support needs native |>application than 32 bit app. |> |>Is there any way that I can use same 32 bit app make it work under 64 bit |>enironmnet as well ? |> |>It would be great if somebody can help in ressolvong this issue. |> |>Thanks in advance. |>Santosh |>
|
|
|