473,480 Members | 1,498 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

help with right click shell intergration please

hello.

I would appreciate any example code to help me achieve the following please.

I want to be able to right click on any folder in windows explorer and
select my program from the context menu

once the app is running I want text1 to show the folder name from which it
was opened

Can anyone please help or send me some example code

Thanks

Ian wh***@whirl.org.uk
Jul 17 '05 #1
2 2205
I too would like to know this... would be nice to have something like
a "where am I?" function on the context menu.
I would appreciate any example code to help me achieve the following please. I want to be able to right click on any folder in windows explorer and
select my program from the context menu
once the app is running I want text1 to show the folder name from which it
was opened
Can anyone please help or send me some example code

Jul 17 '05 #2
whirl try this
put a label on your form (auto size = True)
in the code where you open the file put

Label1.Caption = "File opened:" & vbNewLine & FileName

in the form load put

Private Sub Form_Load()
Label1.Caption = "No file loaded:"
End Sub

HTH
George

"whirl" <wh***@whirl.org.uk> wrote in message
news:Zp*********************@news-lhr.blueyonder.co.uk...
hello.

I would appreciate any example code to help me achieve the following please.
I want to be able to right click on any folder in windows explorer and
select my program from the context menu

once the app is running I want text1 to show the folder name from which it
was opened

Can anyone please help or send me some example code

Thanks

Ian wh***@whirl.org.uk

Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1242
by: Tonino | last post by:
Hi, Just an interested question - I friend is testing a few JAVA intergration bus's that will be used to intergrate his companies services - I was wondering if there was a python intergration...
2
1732
by: Thief_ | last post by:
I'd like to explorer how to add my own menu items to the Explorer right-click menu. That is, if a user, say, right-clicks a txt file, I want to launch MY application to process that file. Are...
7
3994
by: MuZZy | last post by:
Hi, We are developing a CRM (Customer Relations Management) module for our app and my boss wants to provide integration with PBX (phone systems used by lots of companies) so that if a user gets...
4
2114
by: Jeff User | last post by:
Hi I tryed to solve this problem over in the framework.asp group, but still am having trouble. Hope someone here can help. using .net 1.1, VS 2003 and C# I have an asp.DataGrid control with a...
1
3690
by: Rahul | last post by:
Hi Everybody I have some problem in my script. please help me. This is script file. I have one *.inq file. I want run this script in XML files. But this script errors shows . If u want i am...
2
1812
by: Tom Rahav | last post by:
Hi, I would like to develop an application that runs in the system's tray and whenever the user clicks CTRL+Right Click (mouse) on a file or folder, my application will pop-up on that file or...
9
2473
by: Endless Story | last post by:
My last version of Python was 2.4, running smoothly on XP with path c: \Python24 - no need even to include this path in PATH; everything worked as it's supposed to at the command line. Just...
2
4167
by: =?Utf-8?B?SnJ4dHVzZXIx?= | last post by:
I just started using Windows Live OneCare, I had been using Norton, but was unable to fix the problems I was having. I have yet been unsuccessful with OneCare as well. I keep getting the same...
7
3258
by: Protected | last post by:
Hello. I'm a complete newbie trying to learn Python. I decided to try some Tkinter examples, including the one from the library reference, but they don't seem to do anything! Shouldn't there be,...
0
7044
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7045
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7087
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6741
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5341
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4782
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
1300
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
563
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
182
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.