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

vahid_ear 21 Reputation points
2021-08-09T17:18:58.367+00:00

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.

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,737 questions
{count} votes

Accepted answer
  1. Castorix31 85,881 Reputation points
    2021-08-09T23:16:53.647+00:00

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

    121620-contextmenu-animation.gif

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.