|
-
Sep 13th, 2005, 03:28 PM
#1
Thread Starter
Hyperactive Member
Right Click options???
Dear all,
I am wondering, how may I create a right click options that's similar to those options that you right click on your desktop???
Thanks
PlayKid
-
Sep 13th, 2005, 03:37 PM
#2
Re: Right Click options???
hehe add a context menu to your form
then set the ContextMenu property of your form to it
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 13th, 2005, 03:39 PM
#3
Re: Right Click options???
you could also show the context menu by code by doing
yourContextMenu.Show (someControlOnTheForm, coordinateOfTheMenuOnTheForm)
but most controls have a contextmenu property anyways
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!!
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
|