Results 1 to 2 of 2

Thread: [RESOLVED] Webbrowser Control

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2006
    Posts
    78

    Resolved [RESOLVED] Webbrowser Control

    how can i use a labels contents in the navigat control as well as code?
    e.g.
    wB1.Navigate("C:\Documents and Settings\" + lbluser + "\My Documents")
    that would work in vb6 :s

    If at first you dont succeed, destroy all evidence that you tried in the first place.

  2. #2
    Frenzied Member stimbo's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    1,739

    Re: [RESOLVED] Webbrowser Control

    Probably need to use the '&' symbol and also the label has a text property which you have to specify.

    & lbluser.Text &
    Stim

    Free VB.NET Book Chapter
    Visual Basic 2005 Cookbook Sample Chapter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width