You are viewing our Forum Archives. To view or take place in current topics click here.
Vb powerpoint searchbar help
Posted:
Vb powerpoint searchbar helpPosted:
Status: Offline
Joined: May 01, 201113Year Member
Posts: 460
Reputation Power: 18
Status: Offline
Joined: May 01, 201113Year Member
Posts: 460
Reputation Power: 18
Hiya guys,
. Im making a website in powerpoint for my ICT gcse and im trying to create a search bar that will search the internet from text in an input box at the moment my code is:
Dim UserName As String
Sub Searchbar ()
UserName = InputBox(Prompt:="", _
Title:="Search")
End Sub
Sub search ()
WebBrowser1.Navigate ("http://www.google.co.uk/search?q=" & UserName)
End sub
Sub Searchbar ()
UserName = InputBox(Prompt:="", _
Title:="Search")
End Sub
Sub search ()
WebBrowser1.Navigate ("http://www.google.co.uk/search?q=" & UserName)
End sub
#2. Posted:
Status: Offline
Joined: Jan 10, 201410Year Member
Posts: 80
Reputation Power: 3
Status: Offline
Joined: Jan 10, 201410Year Member
Posts: 80
Reputation Power: 3
-Kraazeex wrote
Hiya guys,
. Im making a website in powerpoint for my ICT gcse and im trying to create a search bar that will search the internet from text in an input box at the moment my code is:
Dim UserName As String
Sub Searchbar ()
UserName = InputBox(Prompt:="", _
Title:="Search")
End Sub
Sub search ()
WebBrowser1.Navigate ("http://www.google.co.uk/search?q=" & UserName)
End sub
I really don't see why schools have their pupils developing a site in Powerpoint, it's totally pointless. And for your answer i don't use Powerpoint but maybe have a look at this link as it will be more help than any of us [ Register or Signin to view external links. ]
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jan 20, 201410Year Member
Posts: 115
Reputation Power: 4
Status: Offline
Joined: Jan 20, 201410Year Member
Posts: 115
Reputation Power: 4
A website for visual basic which is really good is vbtutor.net.
I'm not sure if it's visual basic you're asking about, but I noticed vb in your header.
I'm not sure if it's visual basic you're asking about, but I noticed vb in your header.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.