Results 1 to 3 of 3

Thread: Text on form!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2013
    Posts
    30

    Text on form!

    Hello,I want to know if I have an application on visual basic 2010 and The text which is in the upper of the application I want to code it how? I mean like in facebook when it comes a notification it appears "(1) Facebook" I want to code the text that in the properties?

    Any help please?


    Thank you for watching.

  2. #2
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: Text on form!

    Try
    Code:
            Me.Text = "Text to display"
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Text on form!

    It's called the TitleBar... and you set it by setting the Text property of the form as dbasnett showed.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

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