question

vahidear-8123 avatar image
0 Votes"
vahidear-8123 asked vahidear-8123 commented

How to create animation for opening context menu strip in vb .net?



Is there a way to create an animation for opening context menu strip like GIF below?

121687-vahid.gif



this animation is for WhatsApp right click.I have no idea how to do this.

dotnet-visual-basic
vahid.gif (448.7 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @vahidear-8123 ,
What's the type of your application?
Take a look at ContextMenuStrip class


0 Votes 0 ·

1 Answer

Castorix31 avatar image
0 Votes"
Castorix31 answered vahidear-8123 commented

It can be done with the Win32 Context Menus (CreatePopupMenu and so on) :

121620-contextmenu-animation.gif



· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@Castorix31 dear Castorix31, this is great, thank you so much for help.

0 Votes 0 ·