Pour faire un système d'onglet pout mon navigateur j'ai mis un Tabcontrol , mais une fois que l'utilisateur clique sur Ajouter un onglet et bien je voudrais insséré un webrowser dans l'onglet
Merci de votre réponse
MonWebBrowser.Dock = System.Windows.Forms.DockStyle.Fill
VotreTabControl.TabPages(NomOnglet).Controls.Add(MonWebBrowser)
Quand vous dite modifier une variable vous vouliez dire Modifier une propriété d'un controle
j'en est vue un tout à l'heure dans le tabcontrol
Project : DevXplorV1
Last build the mardi 1 mars 2011 at 18:40
Building failed : errors number: 5
File code : C:\Program Files\Veler Software\SoftwareZator 2011\Temp\Code.vb
Project setting :
Type : ApplicationWindows
Debug : Classique
FormStart : WindowsForm1.szw
SplashScreen :
Optimize : True
----------------------------------------------------------------
2 - Line 0, Column 0, Error BC2007 : unrecognized option 'win32manifest:"C:\Documents and Settings\Administrateur\Mes documents\Mes Projets SoftwareZator\DevXplorV1\Bin\DevXplorV1.manifest"'; ignored
3 - Line 866, Column 0, Error BC30043 : 'Me' is valid only within an instance method.
4 - Line 869, Column 0, Error BC30451 : Name 'VotreTabControl' is not declared.
5 - Line 869, Column 0, Error BC30451 : Name 'NomOnglet' is not declared.
6 - Line 869, Column 0, Error BC30198 : ')' expected.
----------------------------------------------------------------