PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Framework Forms Visual Studio 2005 Start Page

Reply

Visual Studio 2005 Start Page

 
Thread Tools Rate Thread
Old 11-12-2005, 02:47 PM   #1
=?Utf-8?B?SGFyaSBNZW5vbg==?=
Guest
 
Posts: n/a
Default Visual Studio 2005 Start Page


Hi,

The Start Page for Visual Studio 2005 has a set of "panels" that contains
different kinds of links.

I would like to have a similar look and feel for the start page of my my
application - is it possible to build such an interface (a portal look) in my
application using Visual Studio 2005? If so how?

thanks,
hari

  Reply With Quote
Old 12-12-2005, 01:30 AM   #2
Jeffrey Tan[MSFT]
Guest
 
Posts: n/a
Default RE: Visual Studio 2005 Start Page

Hi hari,

Thanks for your post.

I am not sure about what is your main obstacles, I think we can easily use
LinkLabel control with Panel control to achieve the similiar effect. If you
still have any clear, please feel free to tell me, thanks

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

  Reply With Quote
Old 20-12-2005, 04:50 PM   #3
=?Utf-8?B?SGFyaSBNZW5vbg==?=
Guest
 
Posts: n/a
Default RE: Visual Studio 2005 Start Page

What I meant was the look and feel of the different panels for "Recent
Projects", "Gettnig Started" etc.

Is that a bitmap in the panel that shows the "title bar" for these panels?
Is it a bitmap that gives the look of the rounded edges?


""Jeffrey Tan[MSFT]"" wrote:

> Hi hari,
>
> Thanks for your post.
>
> I am not sure about what is your main obstacles, I think we can easily use
> LinkLabel control with Panel control to achieve the similiar effect. If you
> still have any clear, please feel free to tell me, thanks
>
> Best regards,
> Jeffrey Tan
> Microsoft Online Partner Support
> Get Secure! - www.microsoft.com/security
> This posting is provided "as is" with no warranties and confers no rights.
>
>

  Reply With Quote
Old 21-12-2005, 01:47 AM   #4
Jeffrey Tan[MSFT]
Guest
 
Posts: n/a
Default RE: Visual Studio 2005 Start Page

Hi,

Thanks for your feedback.

To get such style and look, we need do some customization and customized
painting to the Panel control. The article below shows how to achieve the
similiar effect:
"Customising the .NET Panel control"
http://www.codeproject.com/vb/net/custompanel.asp

Hope it helps

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

  Reply With Quote
Old 21-12-2005, 04:21 PM   #5
Herfried K. Wagner [MVP]
Guest
 
Posts: n/a
Default Re: Visual Studio 2005 Start Page

Jeffrey,

""Jeffrey Tan[MSFT]"" <v-jetan@online.microsoft.com> schrieb:
> To get such style and look, we need do some customization and customized
> painting to the Panel control. The article below shows how to achieve the
> similiar effect:
> "Customising the .NET Panel control"
> http://www.codeproject.com/vb/net/custompanel.asp


According to Spy++ the border of each of the panels on VS 2005's start page
consists of a bunch (eight or more) Win32 'STATIC' controls, which is IMO a
waste of resources ;-). I wonder why this hasn't been implemented using a
single custom-drawn panel or static control...

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

  Reply With Quote
Old 22-12-2005, 08:31 AM   #6
Jeffrey Tan[MSFT]
Guest
 
Posts: n/a
Default Re: Visual Studio 2005 Start Page

Hi Herfried,

Yes, I have detected this yesterday with the same approach as you :-). I
also not sure why the VS.net team use multiple labels controls to construct
the panel style look. Maybe they have their reasons.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off