473,499 Members | 1,533 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Some beautiful example of tabcontrol ?

Hi,

I want to try design a TabControl (for instance
http://www.codeproject.com/vb/net/MDITabControl.asp).

For design inspiration, I would like to know pointers to
beautifully looking tabcontrol design either on the web or within
applications.

BTW: I do not want copy anything: just to see what has been done
and perhaps start from there! :-)
Thanks for any suggestion,

-P

Jun 27 '07 #1
5 5082
On 2007-06-27, pamela fluente wrote:
>
I want to try design a TabControl (for instance
http://www.codeproject.com/vb/net/MDITabControl.asp).
What is TabControl? What is MDI? What does it have to do with
stylesheets?

What are you really trying to do?
For design inspiration, I would like to know pointers to
beautifully looking tabcontrol design either on the web or within
applications.

BTW: I do not want copy anything: just to see what has been done
and perhaps start from there! :-)

--
Chris F.A. Johnson <http://cfaj.freeshell.org>
========= Do not reply to the From: address; use Reply-To: ========
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
Jun 27 '07 #2
Chris F.A. Johnson wrote:
On 2007-06-27, pamela fluente wrote:
>>
I want to try design a TabControl (for instance
http://www.codeproject.com/vb/net/MDITabControl.asp).

What is TabControl? What is MDI? What does it have to do with
stylesheets?

What are you really trying to do?
> For design inspiration, I would like to know pointers to
beautifully looking tabcontrol design either on the web or within
applications.

BTW: I do not want copy anything: just to see what has been done
and perhaps start from there! :-)

Hello comp.infosystems.www.authoring.stylesheets,

Looks like we have a rogue cross-poster.

--
Tom Spink
University of Edinburgh
Jun 27 '07 #3
On 27 Jun, 06:31, pamela fluente <pamelaflue...@libero.itwrote:
I want to try design a TabControl (for instancehttp://www.codeproject.com/vb/net/MDITabControl.asp).

For design inspiration, I would like to know pointers to
beautifully looking tabcontrol design either on the web or within
applications.
That's a VB programming control for use in desktop applications. You
can use this on the web by writing an ActiveX control and deploying it
on a web page, but that's a M$oft-only technique that should be
strongly avoided for Web work.

On the web, the "Sliding Doors" technique is about the best approach
around. It's based on text, not images. It handles text re-sizing and
fluid design well. It requires little effort to construct the few
decorative images it does require.

If you _must_ use a graphic representation of a font on the web,
rather than allowing the browser to render it for you (a bad idea),
then the "Rollerblind" technique is probably best.

Jun 27 '07 #4
On 27 Giu, 12:20, Andy Dingley <ding...@codesmiths.comwrote:
On 27 Jun, 06:31, pamela fluente <pamelaflue...@libero.itwrote:
I want to try design a TabControl (for instancehttp://www.codeproject.com/vb/net/MDITabControl.asp).
For design inspiration, I would like to know pointers to
beautifully looking tabcontrol design either on the web or within
applications.

That's a VB programming control for use in desktop applications. You
can use this on the web by writing an ActiveX control and deploying it
on a web page, but that's a M$oft-only technique that should be
strongly avoided for Web work.

On the web, the "Sliding Doors" technique is about the best approach
around. It's based on text, not images. It handles text re-sizing and
fluid design well. It requires little effort to construct the few
decorative images it does require.

If you _must_ use a graphic representation of a font on the web,
rather than allowing the browser to render it for you (a bad idea),
then the "Rollerblind" technique is probably best.
You got the idea. I have been talking about "tabcontrol" in a
*general* sense, just
to get the idea. (So it's not really a rogue crosspost :-) ).

Any similar mechanism on web pages or forms will do.

Thank you.

-P

Jun 27 '07 #5
"pamela fluente" <pa***********@libero.itwrote in message
news:11**********************@o61g2000hsh.googlegr oups.com...
Hi,

I want to try design a TabControl (for instance
http://www.codeproject.com/vb/net/MDITabControl.asp).

For design inspiration, I would like to know pointers to
beautifully looking tabcontrol design either on the web or within
applications.
I have used this 3rd party package
http://www.xtras.net/products/pintab/
after giving up on multiview

You can download the entire package and try out all the demos or just run
the "live demo" here
http://www.pintexx.com/

I bought it and it is well worth the $80 USD. Was much faster than rolling
my own aspx pages using multiview in VS2005. They have a forum but it is
not that great.
--
================================================== ====================
Joseph "Beemer Biker" Stateson
http://TipsForTheComputingImpaired.com
http://ResearchRiders.org Ask about my 99'R1100RT
================================================== ====================

Jun 27 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
3174
by: Paul Tomlinson | last post by:
Tabpages and Imagelists - I want to align the image to the left so I can display some text... All, I have a number of tabpages and on each tab page I currently have an image and some text, now...
2
2347
by: Patrick McGuire | last post by:
I want to place a tabControl with almost identical properties on several forms. I think the best way is to define a UserControl that inherits System.Windows.Forms.TabControl, and place all my...
9
3438
by: Michael Turner | last post by:
Hi Guys Having problem with the tab control, I need to set the background color to something different than the standard, I have found code on the web and now can redraw the tabpage buttons so...
10
1362
by: Michael | last post by:
Hi Everyone. I have been designing a form with about 100 or so controls and today I pasted some code from another test project into this one and then all the controls on the form disapeared from...
35
1848
by: Justin Weinberg | last post by:
My thoughts on this.... http://msdn.microsoft.com/vbasic/Future/default.aspx?pull=/library/en-us/dnvs05/html/vb9overview.asp My thoughts: 1. Regarding Implicit types, I don't use type...
3
10676
by: cjl | last post by:
I am learning python and beautiful soup, and I'm stuck. A web page has a table that contains data I would like to scrape. The table has a unique class, so I can use: soup.find("table",...
6
6537
by: pamela fluente | last post by:
Hi, I want to try design a TabControl (for instance http://www.codeproject.com/vb/net/MDITabControl.asp). For design inspiration, I would like to know pointers to beautifully looking...
2
2771
by: Gav | last post by:
I am writing an application where I will have a TabControl and 3 styles of Tabs to go in it, each containing different controls. The tabs will be added to the tabcontrol when items are clicked on...
1
3436
by: =?Utf-8?B?QWxleCBLLg==?= | last post by:
Hi all In a Visual Studio 2005 C# project, I have a simplest tabcontrol with two tabpages. When I set tab control's Alignment property to Right, tab texts (captions) disappear. Does anybody...
2
6247
by: Claudia Fong | last post by:
Hi, I added a tabcontrol in a panel in my form. My tabcontrol have more than 3 pages.. each page contains textboxes, combobox, checkbox. I want to disable the items of each of the page of...
0
7171
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7220
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6893
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5468
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4918
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3098
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3090
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1427
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
295
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.