CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2000
    Location
    Canada
    Posts
    59

    Creating an Image

    I have a MsGrid that I want to create an image of it's current state. Basically taking an picture of the Control itself. Is this possiable???

    Raistlin




  2. #2
    Join Date
    Mar 1999
    Location
    Nepal
    Posts
    540

    Re: Creating an Image


    Picture1.PaintPicture MSFlexGrid1.Picture, 0, 0



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