Windows Develop Bookmark and Share   
 index > Windows Forms Designer > custom windows form design
 

custom windows form design

How do I create a windows form that looks like the Start page of Visual Studio 2008? For instance the dark blue raised label control that holds the text: Visual Studio Developer News.


Web links will be appreciated if they exist.

Only performance counts!
  • Edited bySylva Wednesday, March 18, 2009 8:11 PMaddendum
  •  
Sylva  Wednesday, March 18, 2009 8:02 PM

Hi Sylva,

The front page of Visual Studio 2008 is a TabPage in a TabControl. You can put a panel with Dock property to Top, set a picture to that panel. Microsoft doesn't publicly show the detail design of that page. Maybe that is is web page, host a WebBrowser into that TabPage and load the page. Then you should write CSS to design your web page and load it when the form is shown.

Sincerely,
Kira Qian


Please mark the replies as answers if they help and unmark if they don't.
  • Marked As Answer bySylva Monday, March 23, 2009 8:33 PM
  •  
Kira Qian  Monday, March 23, 2009 3:24 AM

Hi Sylva,

The front page of Visual Studio 2008 is a TabPage in a TabControl. You can put a panel with Dock property to Top, set a picture to that panel. Microsoft doesn't publicly show the detail design of that page. Maybe that is is web page, host a WebBrowser into that TabPage and load the page. Then you should write CSS to design your web page and load it when the form is shown.

Sincerely,
Kira Qian


Please mark the replies as answers if they help and unmark if they don't.
  • Marked As Answer bySylva Monday, March 23, 2009 8:33 PM
  •  
Kira Qian  Monday, March 23, 2009 3:24 AM

You can use google to search for other answers

Custom Search

More Threads

• Validating all controls on Form
• Write protected memory error?
• Button click on user control
• Problem casting in the CollectionEditor when Option Strict is On
• Inheriting form with TabControl
• How to update data
• how to draw a line on the form?
• Design time behavior - what do you prefer?
• How can I get the menu designer for MainMenu to show up?
• Install new ItemTemplate and WizardTemplates