ASC | Technology @ Its Best!
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Welcome to ASC Tech Support
 
HomeGalleryLatest imagesSearchRegisterLog in
Hello Users, and Welcome to the FXTech Support Forums! Here, you will get the best help possible!
NEWS: Owner FX has JUST created the Project X Web Browser and would like you to try it out! To download it exclusively, go to the "Click Here For Downloads" Forums and select "Project X Installer is FINALLY OUT!"
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Search
 
 

Display results as :
 
Rechercher Advanced Search
Latest topics
» Stuck on Hand Tool in ANY Adobe Programs?
Tutorial - Homepage Changer In Visual Basic 2008 EmptyTue Apr 13, 2010 9:25 am by Owner FX

» Tutorial - Masking In Adobe Fireworks CS4
Tutorial - Homepage Changer In Visual Basic 2008 EmptyWed Mar 03, 2010 10:40 am by Owner FX

» Tutorial - Auto Talker In Visual Basic 2008
Tutorial - Homepage Changer In Visual Basic 2008 EmptyWed Mar 03, 2010 10:39 am by Owner FX

» Project X Web Browser | Features
Tutorial - Homepage Changer In Visual Basic 2008 EmptyThu Feb 25, 2010 7:01 am by Owner FX

» Tutorial - Themes For Notepad In Visual Basic
Tutorial - Homepage Changer In Visual Basic 2008 EmptyWed Feb 17, 2010 8:53 pm by Owner FX

» Tutorial - Advanced Notepad In Visual Basic
Tutorial - Homepage Changer In Visual Basic 2008 EmptyWed Feb 17, 2010 8:51 pm by Owner FX

» Tutorial - Lightning Effect In Sony Vegas
Tutorial - Homepage Changer In Visual Basic 2008 EmptyWed Feb 17, 2010 8:50 pm by Owner FX

» Tutorial - Rotate Text In Sony Vegas
Tutorial - Homepage Changer In Visual Basic 2008 EmptySun Feb 14, 2010 10:41 pm by Owner FX

» Tutorial - How To Make A Glossy Button In Adobe Fireworks CS4
Tutorial - Homepage Changer In Visual Basic 2008 EmptySun Feb 14, 2010 1:53 am by Owner FX

Top posters
Owner FX
Tutorial - Homepage Changer In Visual Basic 2008 Vote_lcapTutorial - Homepage Changer In Visual Basic 2008 Voting_barTutorial - Homepage Changer In Visual Basic 2008 Vote_rcap 
Van
Tutorial - Homepage Changer In Visual Basic 2008 Vote_lcapTutorial - Homepage Changer In Visual Basic 2008 Voting_barTutorial - Homepage Changer In Visual Basic 2008 Vote_rcap 
Tannerfrankuml
Tutorial - Homepage Changer In Visual Basic 2008 Vote_lcapTutorial - Homepage Changer In Visual Basic 2008 Voting_barTutorial - Homepage Changer In Visual Basic 2008 Vote_rcap 
Guitardude187
Tutorial - Homepage Changer In Visual Basic 2008 Vote_lcapTutorial - Homepage Changer In Visual Basic 2008 Voting_barTutorial - Homepage Changer In Visual Basic 2008 Vote_rcap 
Aurel
Tutorial - Homepage Changer In Visual Basic 2008 Vote_lcapTutorial - Homepage Changer In Visual Basic 2008 Voting_barTutorial - Homepage Changer In Visual Basic 2008 Vote_rcap 
Roma
Tutorial - Homepage Changer In Visual Basic 2008 Vote_lcapTutorial - Homepage Changer In Visual Basic 2008 Voting_barTutorial - Homepage Changer In Visual Basic 2008 Vote_rcap 
soulkvibe
Tutorial - Homepage Changer In Visual Basic 2008 Vote_lcapTutorial - Homepage Changer In Visual Basic 2008 Voting_barTutorial - Homepage Changer In Visual Basic 2008 Vote_rcap 
Social bookmarking
Social bookmarking reddit      

If you share FXTechSupport around these Social Bookmarks, you will be entered in a change to win Administrator spot, and a custom made YouTube Layout! Owner FX

Bookmark and share the address of ASC | Technology @ Its Best! on your social bookmarking website

 

 Tutorial - Homepage Changer In Visual Basic 2008

Go down 
AuthorMessage
Owner FX
Admin
Owner FX


Posts : 101
Join date : 2009-07-11
Age : 33
Location : Unknown

Tutorial - Homepage Changer In Visual Basic 2008 Empty
PostSubject: Tutorial - Homepage Changer In Visual Basic 2008   Tutorial - Homepage Changer In Visual Basic 2008 EmptyWed Feb 10, 2010 10:29 pm



Title: Tutorial - Homepage Changer In Visual Basic 2008
Author: FactorXTech
Site: http://tinyurl.com/ybqcc5r (Visual Basic 2008)

Description: First, you need to download Visual Basic 2008 and create a WebBrowser using it. To build a WebBrowser, please visit one of my videos below:

Tabbed WebBrowser (Advanced):
https://www.youtube.com/watch?v=Pd3_do...

Advanced WebBrowser (Advanced):
https://www.youtube.com/watch?v=gTbDFz...

Once that is done, you're going to go to the Project Drop-Down Menu, and select "(Projects Name) Properties." Then go to Settings, and add a new setting called "Homepage" and go back to your WebBrowser, go to the Project Drop-Down Menu and Add New Windows Form. You can call it Options... or Change Homepage. Now, add the following items:

--1 TextBox or RichTextBox
--1 Button called "Change Homepage" or "Set"

Double-Click the Button, and type in the following code:

My.Settings.Homepage = TextBox1.Text (Or RichTextBox1.Text)

Then Double-Click the Form1 or Window Called "Options/Change Homepage" and add the following code:

TextBox1.Text = My.Settings.Homepage -- And then go to your WebBrowser, Double-Click "Home" Button and type in the following code:

Regular WebBrowser:
WebBrowser1.Navigate(My.Settings.Homepag e)

Tabbed WebBrowsers:
CType(TabControl1.SelectedTab.Controls.I tem(0), WebBrowser).Navigate(My.Settings.Homepag e)

(In case there are spaces due to YouTube's Description Glitch, please remove it in order for the code(s) to work)

Test out your WebBrowser and have fun!
Back to top Go down
https://fxtechsupport.forumotion.com
 
Tutorial - Homepage Changer In Visual Basic 2008
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
ASC | Technology @ Its Best! :: FactorXTech's Special :: Tutorial Videos-
Jump to: