TaskBar, how to create textbox for my EXE?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Phil B Brubaker

    #1

    TaskBar, how to create textbox for my EXE?

    MY vb6 application needs a textbox on a users taskBar to show that it
    is running. How is this handled in vb6?

    Any ideas?

    Thanks,
    Phil
  • Tom White

    #2
    Re: TaskBar, how to create textbox for my EXE?

    Set the "ShowInTask bar" property of your main form to True and it will show
    up on the taskbar.

    Tom

    "Phil B Brubaker" <philBru@Lanset .com> wrote in message
    news:6n3upv4j2b m7sdeg5nobum9eg rlofmcp72@4ax.c om...[color=blue]
    > MY vb6 application needs a textbox on a users taskBar to show that it
    > is running. How is this handled in vb6?
    >
    > Any ideas?
    >
    > Thanks,
    > Phil[/color]


    Comment

    Working...