|
-
Jan 28th, 2005, 12:41 AM
#1
Thread Starter
Frenzied Member
Windows Shell Extensions - Property Pages
I been looking to create a property sheet (the tabbed pages displayed when you right click on a file and select properties)
I found a vb.net wrapper dll w/ sample projects http://www.mvps.org/emorcillo/dotnet...tensions.shtml
but i could never get the sample to work. the shell is executing the code but the property page is not being displayed. (i did a Msgbox "Testing" in the Property Pages constructor)
This C# sample worked after restarting the shell... but it uses a C++ wrapper to handle a callback (i would like to do it in .net if possible) I would also rather not port all the code if i dont have to (getting this to work was just to make sure it wasnt some SP2 security setting)
http://www.codeproject.com/cs/miscct...pertySheet.asp
Any ideas why the vb.net sample does not work?
Tips:
- Google is your friend! Search before posting!
- Name your thread appropriately... "I Need Help" doesn't cut it!
- Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
- Allways Include the Name and Line of the Exception (if one is occuring!)
- If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post  IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|