hi all
i'm a Beginner in c# coding.
i want to design a home application that will run on a single pc
i want to design a menu strip but not like the menu bar that appear above the window(file,edit,view,...)
my idea in design is that the menu appear in right align of the window and have a static menu bar and dynamics menu bar that appear when the mouse enter to any of menu items. i want dynamic menu appear in horizontal fashion with some animation.
can i use javascript in my c# code? or is there any way to design my application without
javascript?
Any help is appreciate, thanks!