P PACO Jul 13, 2008 #1 is there any master pages in windows application.Or any other method for creating form like master pages.
is there any master pages in windows application.Or any other method for creating form like master pages.
P Peter Morris Jul 13, 2008 #2 Are you happy with either form inheritance or adding a creating 2 custom controls (header, footer) and adding them to each form? Pete
Are you happy with either form inheritance or adding a creating 2 custom controls (header, footer) and adding them to each form? Pete
C Chakravarthy Jul 14, 2008 #3 Did you try the MDI window with Controls on them act as Master Page.. HTH