Jump to content
Xtreme .Net Talk

Does VB.Net provide a way to access the Summary tab of a files properties?


Recommended Posts

Posted

I can access all the attributes through Shell32 or System.IO.Files, whichever is quicker or more efficient I'm not sure.

 

But I don't need to access the attributes, I'm trying to get ahold of the text fields on the Summary tab page.

 

You know, Name, Keywords, Comments, etc.

 

I want to be able to read a word out of the keywords, or even sort them based on their Keyword.

 

Someone sent me a .dll for vb6 (which I'm about to look into), and told me to use the Shell.Application.

 

In .Net I don't see a Shell Application, only Shell32, which has TONS on folders and everything else, but I couldn't find anything on this.

 

I'll try out the dll, but isn't there a way to do it IN VB.net? I mean, you should have full access to the windows environment.

 

The only thing I'm left to thinking is API. I looked at AllAPIs.net and nothing jumped out at me for this situation.

 

Any help would be greatly appreciated :)

Posted

Actually thats a very good link.

 

I'm still exploring it and other links within that link. I'm just glad I'm not the only person to have this problem/desire.

 

Thank you :D

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...