Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / July 2006

Tip: Looking for answers? Try searching our database.

Tab Control without tab section

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Goh - 28 Jun 2006 11:51 GMT
Hi,

       Any component that work like Tab but without the all the tabs for
user to click from one view to another view. we will programmatically other
button to perform tabs view change from one to another.

       hope that you guy understand what I trying to explain. I need this
because currently I using the Navigation Pane like outlook for my interface.
I think to made when user click on the navigation pane button then right
hand side pane will change to the view accordingly. I know that panel are
able to done that also, but it's very unmanaged able. when programmatically
visible and invisible those panel all the time.

   Thanks for any advice in this issue.

With regards,
Goh
Mehdi - 28 Jun 2006 13:56 GMT
>         Any component that work like Tab but without the all the tabs for
> user to click from one view to another view. we will programmatically other
> button to perform tabs view change from one to another.

If you don't need the tabs then don't use a TabControl

> hope that you guy understand what I trying to explain. I need this
> because currently I using the Navigation Pane like outlook for my interface.
> I think to made when user click on the navigation pane button then right
> hand side pane will change to the view accordingly. I know that panel are
> able to done that also, but it's very unmanaged able. when programmatically
> visible and invisible those panel all the time.

You don't need to show/hide them all the time. Since they are all on top of
each other and only one of them can be visible at a time, simply call
BringToFront() on the panel that you want to show and it will appear,
making all the other ones disapear behind it.
Chris Chilvers - 28 Jun 2006 18:51 GMT
I would have just wrapped those components in a single container that
handles displaying of only one at a time. It could then listen for the
VisibleChanged event on all its child controls and upon one child being
made visible it hides the currently visible child control (if one is
visible).

>>         Any component that work like Tab but without the all the tabs for
>> user to click from one view to another view. we will programmatically other
[quoted text clipped - 13 lines]
>BringToFront() on the panel that you want to show and it will appear,
>making all the other ones disapear behind it.
Goh - 29 Jun 2006 02:35 GMT
Hi,
   Could you share some examples how to done it. May be this can be another
component sharing in the http://www.codeplex.com/  Just  my comment.

Goh

>I would have just wrapped those components in a single container that
> handles displaying of only one at a time. It could then listen for the
[quoted text clipped - 25 lines]
>>BringToFront() on the panel that you want to show and it will appear,
>>making all the other ones disapear behind it.
Linda Liu [MSFT] - 29 Jun 2006 08:55 GMT
Hi Goh,

Thank  you for posting.

I think the simplest method is to put those controls on several panels.
Then you may decide which panel is visible when users click on the
navigation pane button on your form.

You could write a method with a parameter to control which panel is
visible. The parameter may be a custom enumerate value. Each value of the
enumerate is corresponding to one panel.

Hope this helps.
If you have anything unclear, please don't hesitate to let me know.

Sincerely,
Linda Liu
Microsoft Online Community Support

====================================================
When responding to posts,please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
====================================================
Goh - 03 Jul 2006 00:36 GMT
Hi Linda,

   I found Multiview in ASP.Net, why Win Form dun have multiview? It work
similiar with what I want. Any way using MultiView in Windows Application,
can it be converted.

With regards,
Goh
> Hi Goh,
>
[quoted text clipped - 20 lines]
> from your issue.
> ====================================================
Linda Liu [MSFT] - 03 Jul 2006 08:55 GMT
Hi  Goh,

Thank you for your response.

The MultiView is a web UI control and designed to use in web pages.
Unfortunately, there isn't a corresponding control in Windows forms.

If you hope that such a control is available in Windows forms, you could go
to MSDN Product Feedback Center to make a suggestion on the
issue. The following is the link:
http://lab.msdn.microsoft.com/productfeedback/default.aspx

If you have any other questions, please don't hesitate to let me know.

Sincerely,
Linda Liu
Microsoft Online Community Support

====================================================
When responding to posts,please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
====================================================

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.