|
-
Sep 27th, 2002, 09:02 PM
#1
Thread Starter
Member
Context Menus
Problem 1:
I have a Listview that has a bunch of files from a folder in it. I want to make it so when you right click on a file, it displays the appropriate context menu for that file type.
Problem 2:
How can i get all the appropriate icons for all the known file types to display in the Listview.
The Programmers Credo -
Protect dumb-ass from himself.
-
Sep 27th, 2002, 10:46 PM
#2
Re: Context Menus
Originally posted by BinaryAnge
Problem 1:
I have a Listview that has a bunch of files from a folder in it. I want to make it so when you right click on a file, it displays the appropriate context menu for that file type.
what do you mean by "appropriate context menu"? you mean the same menu that will show up when you right click on a file in windows?
for the second one I have an app in vb6 that does it with API, but I dont think you want APIs
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Sep 29th, 2002, 10:13 AM
#3
Thread Starter
Member
correct. i want the one that would appear if you clicked on it in explorer, and correct, i would prefer not to use api's. I've been told that i probably need to access the shell, im not sure how to. i was told that it is what provides the icons and context menus for window dynamically. (i dont me shell something, im talking about the windows shell.) any help is appriciated.
The Programmers Credo -
Protect dumb-ass from himself.
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
|