Click here to Skip to main content
15,886,639 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hello,

i'm making a web browser with a pin tab function,
now when i add 2 tab pages at once it only add an text to the selected one and i have to refresh the browser to add the text to the other one(when selected it).

how do i fix that problem so when i add two tabpages it sets the text to the webpage title which is in the tab page(like chrome or any other browser)
Posted
Comments
Sergey Alexandrovich Kryukov 4-Feb-13 3:25am    
What is a "pin tab function"?
Are you using System.Windows.Forms.TabControl or what? Just look at the documentation thoroughly...
—SA
Bart de Lange 4-Feb-13 3:31am    
1. to let the users pin their tabs so it opens (they have pin it) when app close and the restarts(like chrome)
2. sorry i don't mentioned it it is the supertabcontrol from devcomponents.dotnetbar
Sergey Alexandrovich Kryukov 4-Feb-13 3:36am    
1) I am not familiar with pinning of tabs; as far I can understand it, I don't like the concept very much, as I think it is redundant. You can provide the options of saving all tabs; if the user don't want to save some of them, she/he can remove them.

2) I don't know why would you use 3rd-part tab control if you already have one in FCL which works quite well; if this is a proprietary commercial control, why won't they support you?

—SA
Bart de Lange 4-Feb-13 5:01am    
I've searched their documantairy but couldn't find anything
Sergey Alexandrovich Kryukov 4-Feb-13 10:33am    
What, don't they support their users? And what's wrong with TabControl?
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900