Apurva3633 wrote:
At least tell me by using this(Windows Controls) how can I make a Control template for my customize window, if u have any sample then please refer it to me. -
I'm not sure what you mean by this. You need to look at the standard window controls and select the one(s) that will do what you need in your application. If there is not a standard window for some aspect of the application then you need to create it yourself.
Start with a simple window (i.e. no specialised features) which will act as your frame window. Add child window(s) as necessary to provide the features you want in your application. For example, to provide a window that shows a list of some sort you would add a
List View[
^]. If you want tabbed windows then add a
Tab[
^] control. Continue on until your application is complete.