TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ben
NA
2
0
Tab Control Bug
Nov 18 2005 7:05 PM
I am converting an app from Java to C#.NET. In the Java app I have a JTabbedPane tabPane=new JTabbedPane(TabbedPane.BOTTOM); which places the tabs at the bottom of the content area and it looks great with the XP Look and Feel. When I try and write simmilar code in C#.NET with the TabControl TabControl tabControl1=new TabControl(); tabControl1.Alignment=TabAlignment.Bottom; //Add TabPages etc.. But when I run the C#.NET version the tabs are put on the bottom of the content area but are still pointed up as if they were on the top. How can I make them point the right way like they do in java? Did Java really do a better job at the Microsoft look than Microsoft did?
Reply
Answers (
0
)
CheckBox(es) with a number attached
Windows Eventlog on a remote computer