CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2000
    Posts
    104

    Caption on the start buton

    how can i change the caption of the start button?
    thanks in advance for any reply.


  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: Caption on the start buton

    Go to Http://www.Planet-Source-Code.com/vb and search on "Start Button" (Without the quotes of course). You will find several examples of how to do this.

    John G

  3. #3
    Join Date
    Aug 1999
    Location
    India, TamilNadu, Chennai.
    Posts
    269

    Re: Caption on the start buton

    hi friend,

    Explain with more details, you may change caption in command button. look up the properties

    for more details mail me
    [email protected]

    Babu.

    MailID: [email protected]
    Please avoid sending emails to my personal mail:
    write your doubts as thread in Codeguru
    Crystal Reports Forum
    .

    This will help all people having similar matters, and will let people who know solutions on the specific topic
    share their knowledge.

    Visit my company web site (Qmax Test Equipments Private Limited)

    Yours friendly,
    K.Babu

  4. #4
    Join Date
    Jun 2000
    Posts
    104

    Re: Caption on the start buton

    i want to change the caption of the start button on the taskbar.


  5. #5
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: Caption on the start buton

    There is a Sample on Planet-Source-Code.com/vb called "Start Button Changer" authored by Cakkie which changes tha picture of the start button. There was some discussion a while back about the Text and as it turns out the Text is actually part of a graphic. Cakkie's sample works but unfortunately it appears like Windows refreshes the picture whenever it is clicked.
    A second posting purported to be able to change the text, but I am unable to find it at this time. Maybe it has been removed for some reason.

    John G

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

Featured