I want to create a menu like IE Favorites. How can I change the position of a menu?
And how can I make drag&drop with menu?
And how can I make drag&drop with menu?
Nobody can help me?
You may benefit from searching MSDN. IE menus are not ordinary Win32 menus, and you know that. (In case you did not know, you are better off starting from MSDN article.) Last time I searched, there were at least 3 related MSDN articles.
BTW, MASM32 includes several examples about changing menu dynamically, if that is what you mean by "change the position of a menu".
BTW, MASM32 includes several examples about changing menu dynamically, if that is what you mean by "change the position of a menu".