Announcement

Collapse
No announcement yet.

Shaped Windows

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Shaped Windows

    I'm sure this has been discussed before, but could not locate it.

    How can I create a non-square window?

    My goal is to create a function which will show a windows 2000 style 'bubble help thingy' for use in Vb.

    Keeping in mind that I am a beginner and will not pursue if I have to learn all sorts of extra info. I don't want to bite off more than I can chew.

    Thanks
    Jeff

  • #2
    jeff

    try these ...






    siamack

    ------------------




    [this message has been edited by siamack yousofi (edited february 14, 2000).]

    Comment


    • #3
      [QUOTE]Originally posted by Jeffery Hahn:
      [B]I'm sure this has been discussed before, but could not locate it.

      How can I create a non-square window....

      The simplest way is to use the API call SetWindowRgn after you have used one of the create region functions-they are very versatile. See chapter 7 in Dan Appleman's book VB programmer's guide to the Win32 API. Good luck.

      ------------------

      Comment

      Working...
      X