Results 1 to 4 of 4

Thread: Make a text box disply title from this code.

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2009
    Posts
    876

    Make a text box disply title from this code.

    Fount a way.

    Plase remove this thread,

    Thanks.
    Last edited by JamieWarren09; Jul 17th, 2010 at 04:58 PM. Reason: Done

  2. #2
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: Make a text box disply title from this code.

    Searching the Forum (http://www.vbforums.com/search.php) helps. A lot of questions have been asked and answered before, some might help you with your problem.

  3. #3
    Frenzied Member some1uk03's Avatar
    Join Date
    Jun 2006
    Location
    London, UK
    Posts
    1,675

    Re: Make a text box disply title from this code.

    First of all make sure you have Internet Connection before you continue. A simple version would be to check:

    Code:
    if len(stringvariable) = 0 then
      msgbox "No Internet Connection", vbcritical
    exit sub
    end if
    2nd: You mean, the label should say: label1.caption = rlista.text ?
    _____________________________________________________________________

    ----If this post has helped you. Please take time to Rate it.
    ----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.



  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Make a text box disply title from this code.

    Quote Originally Posted by JamieWarren09 View Post
    Fount a way.

    Plase remove this thread,

    Thanks.
    No - we do not remove threads.

    Please stop removing your text (which is technically a rule violation), and when you no longer need help mark your thread as Resolved, and preferably also post to say how it was solved.

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