Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by LongBeach

  1. LongBeach

    Custom Web Browser

    By using the Internet Controls and the Combo Box, I have created a custom browser. All of my navigational buttons work: Back, Forward, ect. When I first download a page, I use this code: Private Sub WebBrowser1_DownloadComplete() Me.Caption = WebBrowser1.LocationName Combo1.AddItem...
  2. LongBeach

    Progress_Bar

    To VB Developers, How can I connect an animated logo to a progress bar on a custom made web browser. Thanx Fred Fares Software Media
  3. LongBeach

    simple order form and way to store the information

    I understand how to create a database in MS Access and use VB6 to create an interface for a user. However, I am interested in developing a VB6 order form User Interface and connect it to simple spreadsheet to hold the order information. Can I connect my user interface to flexgrid? I do not...

Part and Inventory Search

Back
Top