CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    how to fill an empty shape

    hi

    i need to fill an empty shape with a new color (something like the old paint command in qb or in gwbasic)
    how can i do it ?

    thanks,

    yoni


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

    Re: how to fill an empty shape

    Shape1.BackStyle = 1 'Opaque
    Shape1.BackColor = vbRed



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