Vb.NET: Visual Basic 2008/2010: CTypes (Multi-Tabbed browsing)

preview_player
Показать описание
Hey guys! In this tutorial I will be teaching you the basic uses of CTypes, where you can grab a programatically added control and use it!

Thanks for watching!
Рекомендации по теме
Комментарии
Автор

Thanks I'm happy that you made this for you helped me very much! =D
(You say that you don't know why you lost your partnership I think it was because you didn't upload any vids in a while)

pontena
Автор

Great Tutorial, just finished doing it myself :D

one thing i just want to know, are you able to watch videos through it and receive sound? is there a way to install adobe flash into it?

darts
Автор

Im only 11 and i hope that i will be as good as you and nice tutorial:D

ganzstar
Автор

@darts421 Do you want to recieve sound through your website or just like in general thought? Because if you are using your webbrowser you shouldnt need any Coding to add sounds or flash

qwaxer
Автор

hey brandon looks liek you were having some trouble heres the code i wrote
Dim newbrowser As New Custombrowser
Dim newtab As New TabPage
newbrowser.Tag = newtab
newtab.Tag = newbrowser


newbrowser.Dock = DockStyle.Fill
newbrowser.Navigate(url)

TheProgrammerChris
Автор

if anyone needs the code to remove a tab, just add this code to a button:


billrock
Автор

@qwaxer i mean through the browser you make, i made one and if i go to youtube it comes up with you need flash installed..

darts
Автор

It's += not =+
Just sayin' :P

Bille