CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2000
    Location
    India
    Posts
    4

    Want to display msg in Ballon

    Hi All
    I want to display Message in a ballon instead of Msgbox in VB.
    For e.g. Office assistance ballon .
    (Its important )

    Thanx in advance
    Kamlesh.



  2. #2
    Join Date
    Feb 2000
    Location
    South Carolina, US
    Posts
    36

    Re: Want to display msg in Ballon

    Try a shape control and a textbox with the textbox on top. Set the textbox to multiline and a width near its height. Then make a shape probably about 10 pixels past the textbox on all sides zordered below it. Just set the shape to an appropriately sized oval or rounded rectangle. Another properly placed square off the edge of an oval would be the arrow.


  3. #3
    Join Date
    Feb 2000
    Location
    India
    Posts
    4

    Re: Want to display msg in Ballon

    Hi Weasel,
    Sorry for replying late, Thankx for u'r great help.
    Have a nice day
    regards
    kamlesh.


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