Connecting Tech Pros Worldwide Forums | Help | Site Map

How create common menu for all pages in window mobile?

Newbie
 
Join Date: Sep 2009
Posts: 21
#1: Oct 10 '09
hi,

I am use Vs 2005, and sdk 6.0 using c# to develop window mobile application.
in a project i am used 5 page (form).
i want to give common menu item for all pages. in a project i create menu item in panel control to provide user interface to set font size ,font type ,bookmark or more but it work on only single page. i want this functionality in all pages.
this is possible this panel(menu) is share between all pages if yes please help me how shared this menu for all pages.
and if you have any other idea to solve this problem please share with me.
thanx

markmcgookin's Avatar
Moderator
 
Join Date: Dec 2006
Location: Northern Ireland / England
Posts: 546
#2: Oct 12 '09

re: How create common menu for all pages in window mobile?


You could copy the code for that menu into a seperate class and then simply include that menu object on each form and then attach event handlers to the appropriate events?
Newbie
 
Join Date: Sep 2009
Posts: 21
#3: Oct 12 '09

re: How create common menu for all pages in window mobile?


thanx mr. markmcgookin for your kind help i will try by following your suggestion.
Reply