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!

Recommended Answers

All 3 Replies

javascript works on browser while c# on server end. for simple website, i think you can go without javascript but javascript has lots of advantages.

If your a beginner please don't try to do this first off! Do some Command Line programming and get acquainted with the language in its entirety.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.