Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 I need help with making my web browser
Index -> Programming, Visual Basic and Other Basics -> Visual Basic Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Darkmantis




PostPosted: Wed Apr 19, 2006 2:26 pm   Post subject: I need help with making my web browser

I need help with making my web browser auto size to fit the screen when u change the window from lets say 800 x 600 to 1024 x 768.
And how do I i get my web browser/program to recognise that i've clicked a link in it?
Sponsor
Sponsor
Sponsor
sponsor
tupac




PostPosted: Thu Apr 20, 2006 10:52 am   Post subject: (No subject)

ok, to resize your browser, u need to put this code in:
code:

Private Sub Form_Resize()
wweb.Height = Me.Height
wweb.Width = Me.Width
End Sub

for the clicking the link... i don't rele know wat u mean... can u expand on wat u want the program to do?
tupac




PostPosted: Thu Apr 20, 2006 10:52 am   Post subject: (No subject)

ok, to resize your browser, u need to put this code in:
code:

Private Sub Form_Resize() 'I renamed "WebBrowser1" to "wweb"
wweb.Height = Me.Height
wweb.Width = Me.Width
End Sub

for the clicking the link... i don't rele know wat u mean... can u expand on wat u want the program to do?
Darkmantis




PostPosted: Thu Apr 20, 2006 11:05 am   Post subject: (No subject)

ok Tupac u helped me with my back button, how do I get the back button code u told me to basically add 1 to total pages when I click a link on a web page?
Display posts from previous:   
   Index -> Programming, Visual Basic and Other Basics -> Visual Basic Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 4 Posts ]
Jump to:   


Style:  
Search: