|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Avoid common pitfalls of incorporating spreadsheets into Java apps. Read about it in the free white paper: “Five Biggest Blunders when Building Spreadsheet Applications in Java” Download Now! |
|
#1
|
|||
|
|||
|
How do i make it so the back and froward buttons work as command_click1 () buttons can someone give me a FULL code because it always says variable undefined so someone Plz help me !
![]() |
|
#2
|
|||
|
|||
|
Post your code that is failing and error message(s) and maybe someone can help you get it working.
|
|
#3
|
|||
|
|||
|
Web Browser with Features Not Included in IE
This code, apart from providing the usual navigational gadgets of a WebBrowser control, possesses additional attributes, e.g. (1) Uses only a tiny text file as the database, rather than a wasteful big mdb file, for favorites list; (2) Shows URLs history in File menu, ready for click (URL history is kept through registry, hence no extra file required); (3) Captures images of desktop screens that you like and saves them to files while you are on Net and (4) Attempts to pinch HTML documents of a URL (to list links, to display a selected HTML document, and to print and/or save it). sample code:http://www.freevbcode.com/code/frmWebBrowser.zip |
|
#4
|
|||
|
|||
|
Cool thanx but one thing
How do i change the toolbar that is already there i want to get ride of da email thing
Plz help Chris ![]() |
|
#5
|
|||
|
|||
|
Post your code to I can help U!
|
|
#6
|
|||
|
|||
|
Heres da code
I tried to get ride of it but the button is still there
Private Sub WebToolBar_ButtonClick(ByVal Button As Button) On Error Resume Next timer1.Enabled = True Me.tbrProgress.Value = 90 Select Case UCase(Button.key) Case "TBRBACK" ctlWebBrowser.GoBack Case "TBRFORWARD" ctlWebBrowser.GoForward Case "TBRSTOP" Me.tbrProgress.Value = 0 timer1.Enabled = False ctlWebBrowser.Stop Me.Caption = ctlWebBrowser.LocationName Case "TBRREFRESH" ctlWebBrowser.Refresh Case "TBRHOME" ctlWebBrowser.GoHome Case "TBRSEARCH" ctlWebBrowser.GoSearch Case "TBRFAVORITESLIST" mnuFileFavoritesList_Click Case "TBRPRINTDESKTOP" mnuCopyPrintDesktop_Click Case "TBRCAPDESKTOP" mnuCopyCapDeskTop_Click Case "TBRDISPLAYCURRHTMLDOC" mnuLinksDisplayCurrHTMLDoc_Click Case "TBRLISTLINKS" mnuLinksListLinks_Click Case "TBRDISPLAYLINKHTMLDOC" mnuLinksDisplayLinkHTMLDoc_Click Case "TBRPRINTHTMLDOC" mnuLinksPrintHTMLdoc_Click Case "TBRSAVEHTMLDOC" mnuLinksSaveHTMLDoc_Click Case "TBRRESTOREWEBBROWSER" mnuLinksRestoreWebBrowser_Click End Select End Sub |
|
#7
|
|||
|
|||
|
WebToolBar is the MS coolbar contorl or other control??
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Web Browser Buttons Plz Help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|