473,396 Members | 1,892 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

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 5510
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
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
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
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
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
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
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
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
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
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
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
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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
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...
0
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...

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.