Hi...
i want to know how can i create menu with createpopupmenu() this method...
i write this but it dont work...
any idea...?
static extern long DestroyMenu(long hMenu);
[DllImport("user32.dll")]
static extern long CreatePopupMenu();
CreatePopupMenu();
DestroyMenu((long)this.handle);