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

Thread: VB Form Corp

  1. #1
    Join Date
    Mar 2001
    Posts
    2

    VB Form Corp

    There is a form which has size bigger than screen size so it is getting out of the screen. Don't want to use scroll bars. Now when it is dragged so that the controls which were out of the screen could be seen, it corps. Why? and how form could be stopped doing this. I think there is some property. I had done it in past but now it is not in my mind.

    Can any one help and shed some light on it




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

    Re: VB Form Corp

    Maybe the ClipControls property, or the Autoredraw property.


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