Click here to Skip to main content
15,887,746 members
Home / Discussions / C#
   

C#

 
AnswerRe: Displaying values of one form to another form Pin
nelsonpaixao7-Nov-08 13:53
nelsonpaixao7-Nov-08 13:53 
QuestionTreeView customization Pin
astibich26-Nov-08 16:40
astibich26-Nov-08 16:40 
AnswerRe: TreeView customization Pin
leppie6-Nov-08 22:56
leppie6-Nov-08 22:56 
AnswerRe: TreeView customization Pin
DaveyM696-Nov-08 23:49
professionalDaveyM696-Nov-08 23:49 
QuestionWorking With TabControl and WebBrowser Pin
jas0n236-Nov-08 16:33
jas0n236-Nov-08 16:33 
AnswerRe: Working With TabControl and WebBrowser Pin
aj.esler6-Nov-08 21:25
aj.esler6-Nov-08 21:25 
GeneralRe: Working With TabControl and WebBrowser Pin
jas0n2311-Nov-08 2:22
jas0n2311-Nov-08 2:22 
AnswerRe: Working With TabControl and WebBrowser Pin
aj.esler11-Nov-08 2:32
aj.esler11-Nov-08 2:32 
Hmm...
What i would do is:
Once the new tab is clicked, create a panel, then add all the controls you want to it, then add the new web browser control, then attach the finished panel to the new tab panel, and dock it so it fills the tab panel. Then you can use something like this.form.currentpanel.activetab.panel.goback() or something similar. And when the browser control is navigated to a page, simply update the tabs title.
You could then add/delete tabs as needed, each one containing a web browser + associated controls.

Hope that helps...
GeneralRe: Working With TabControl and WebBrowser Pin
jas0n2311-Nov-08 2:35
jas0n2311-Nov-08 2:35 
GeneralRe: Working With TabControl and WebBrowser Pin
aj.esler11-Nov-08 2:52
aj.esler11-Nov-08 2:52 
QuestionAdding a drag handle to my custom UserControl Pin
astibich26-Nov-08 16:13
astibich26-Nov-08 16:13 
AnswerRe: Adding a drag handle to my custom UserControl Pin
DaveyM696-Nov-08 23:34
professionalDaveyM696-Nov-08 23:34 
QuestionGenerics... Pin
Illegal Operation6-Nov-08 13:17
Illegal Operation6-Nov-08 13:17 
AnswerRe: Generics... Pin
DaveyM696-Nov-08 13:26
professionalDaveyM696-Nov-08 13:26 
QuestionMonitor toggle Pin
Scalee6-Nov-08 12:46
Scalee6-Nov-08 12:46 
AnswerRe: Monitor toggle Pin
Dave Kreskowiak6-Nov-08 13:20
mveDave Kreskowiak6-Nov-08 13:20 
GeneralRe: Monitor toggle Pin
Scalee6-Nov-08 21:49
Scalee6-Nov-08 21:49 
QuestionPrinting documents Pin
msx236-Nov-08 12:18
msx236-Nov-08 12:18 
AnswerRe: Printing documents Pin
DaveyM696-Nov-08 13:09
professionalDaveyM696-Nov-08 13:09 
AnswerRe: Printing documents Pin
Giorgi Dalakishvili6-Nov-08 22:23
mentorGiorgi Dalakishvili6-Nov-08 22:23 
QuestionCustom TextBox Text property default value Pin
DaveyM696-Nov-08 11:38
professionalDaveyM696-Nov-08 11:38 
AnswerRe: Custom TextBox Text property default value Pin
leppie6-Nov-08 23:01
leppie6-Nov-08 23:01 
GeneralRe: Custom TextBox Text property default value Pin
DaveyM696-Nov-08 23:23
professionalDaveyM696-Nov-08 23:23 
AnswerRe: Custom TextBox Text property default value [modified] Pin
DaveyM697-Nov-08 9:07
professionalDaveyM697-Nov-08 9:07 
QuestionProblem with downloading html from the web with httpwebrequest object Pin
Haim Nachum6-Nov-08 10:56
Haim Nachum6-Nov-08 10:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.