473,396 Members | 2,140 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Property Dialog

Hi,

does anyone know how I get the FileProperty Dialog ?

I mean the Dialog that appears when you "rightclick" a File in the Windows
Explores
an choose Properties .

Can someonen help me ?

thank you

Robert
Nov 20 '05 #1
4 1010
Hi Robert,
Look at this article written in VB:
http://www.vbcodemagician.dk/tips/fi...tiesdialog.htm

You will have to port it to VB.NET, using P/Invoke

On Sat, 18 Oct 2003 17:39:09 +0200, "Robert Hahn" <r.****@kabsi.at>
wrote:
Hi,

does anyone know how I get the FileProperty Dialog ?

I mean the Dialog that appears when you "rightclick" a File in the Windows
Explores
an choose Properties .

Can someonen help me ?

thank you

Robert


Nov 20 '05 #2
Thank you Juan,

is there no .Net Class which handles something like that ?
"Juan Wajnerman" <wa*@arnet.com.ar> schrieb im Newsbeitrag
news:4j********************************@4ax.com...
Hi Robert,
Look at this article written in VB:
http://www.vbcodemagician.dk/tips/fi...tiesdialog.htm

You will have to port it to VB.NET, using P/Invoke

On Sat, 18 Oct 2003 17:39:09 +0200, "Robert Hahn" <r.****@kabsi.at>
wrote:
Hi,

does anyone know how I get the FileProperty Dialog ?

I mean the Dialog that appears when you "rightclick" a File in the WindowsExplores
an choose Properties .

Can someonen help me ?

thank you

Robert

Nov 20 '05 #3
Unfortunately, not yet, at least by MS. I don´t know if there are
future plans to cover entire Win API or replace it with .NET classes
in future versions of Windows.
May be thrid parties can contribute here.

I´ve found those articles about doing shell programming in C#
http://www.codeproject.com/csharp/csdoesshell1.asp
http://www.codeproject.com/csharp/csdoesshell2.asp
On Sat, 18 Oct 2003 18:08:46 +0200, "Robert Hahn" <r.****@kabsi.at>
wrote:
Thank you Juan,

is there no .Net Class which handles something like that ?
"Juan Wajnerman" <wa*@arnet.com.ar> schrieb im Newsbeitrag
news:4j********************************@4ax.com.. .
Hi Robert,
Look at this article written in VB:
http://www.vbcodemagician.dk/tips/fi...tiesdialog.htm

You will have to port it to VB.NET, using P/Invoke

On Sat, 18 Oct 2003 17:39:09 +0200, "Robert Hahn" <r.****@kabsi.at>
wrote:
>Hi,
>
>does anyone know how I get the FileProperty Dialog ?
>
>I mean the Dialog that appears when you "rightclick" a File in theWindows >Explores
>an choose Properties .
>
>Can someonen help me ?
>
>thank you
>
>Robert
>


Nov 20 '05 #4
thanks a lot,

I'll try to get it work.
"Juan Wajnerman" <wa*@arnet.com.ar> schrieb im Newsbeitrag
news:27********************************@4ax.com...
Unfortunately, not yet, at least by MS. I don´t know if there are
future plans to cover entire Win API or replace it with .NET classes
in future versions of Windows.
May be thrid parties can contribute here.

I´ve found those articles about doing shell programming in C#
http://www.codeproject.com/csharp/csdoesshell1.asp
http://www.codeproject.com/csharp/csdoesshell2.asp
On Sat, 18 Oct 2003 18:08:46 +0200, "Robert Hahn" <r.****@kabsi.at>
wrote:
Thank you Juan,

is there no .Net Class which handles something like that ?
"Juan Wajnerman" <wa*@arnet.com.ar> schrieb im Newsbeitrag
news:4j********************************@4ax.com.. .
Hi Robert,
Look at this article written in VB:
http://www.vbcodemagician.dk/tips/fi...tiesdialog.htm

You will have to port it to VB.NET, using P/Invoke

On Sat, 18 Oct 2003 17:39:09 +0200, "Robert Hahn" <r.****@kabsi.at>
wrote:

>Hi,
>
>does anyone know how I get the FileProperty Dialog ?
>
>I mean the Dialog that appears when you "rightclick" a File in the

Windows
>Explores
>an choose Properties .
>
>Can someonen help me ?
>
>thank you
>
>Robert
>

Nov 20 '05 #5

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

Similar topics

1
by: MW | last post by:
Hi, In my ATL COM project I want do implement dialog and add some property pages on it. What should I do do to this ?. I tried to add to standard ATL dialog class some interfaces which allow...
7
by: RC | last post by:
When I am adding records to a database and each record is unique by the Serial Number. I would like to step through my code adding records unless the Serial Number already exists in the database. ...
1
by: Alexander | last post by:
I am building a little unique dialog editor and have derived some new classes like DButton, DLabel and DTextBox. The user adds these Controls to a panel which is part of a class Document which is...
1
by: Johann Blake | last post by:
A number of posts have indicated developers having problem getting an OpenFileDialog to startup in a specific directory when the dialog is shown. The first time you show the dialog, the...
1
by: Chris Richards | last post by:
I am working with the Windows Media Encoder SDK, and at one point in the code, I have a need to display the Property Page of a Device plugin. The only code I have for doing this is written in C++...
1
by: Eldon Ferran de Pol | last post by:
Hi all I've got a custom control that has several image based properties I wan't each of these properties to use the standard .Net dialog box for selecting a URL that appears when setting the...
10
by: dgk | last post by:
I'm searching for a way to determine if control values have changed. For some it's easy, such as TextBox.Modified. But looking at the radiobutton I come across IsMirrored. Curious, I look to the...
4
by: Dave Calkins | last post by:
I have a native Win32 C++ app built with Visual Studio 2005. I'd like to make use of a property grid control in this app. For an example of this, in Visual Studio, see the properties control...
1
by: technical0 | last post by:
Hi, I have a property grid used for editing the members of a class of which one is an int. If this int value is deleted in the property grid then I get a default error dialog box that says:...
1
by: asharda | last post by:
I have a custom property grid. I am using custom property grid as I do not want the error messages that the propertygrid shows when abphabets are entered in interger fields. The custom property...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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...
0
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.