Form Size

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pentahari
    New Member
    • Dec 2007
    • 60

    Form Size

    How to create big form with scroll bar in visual basic (for example the form size hight=18000 and width=15000)
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    You Can't Add Scroll Bars To Forms For Scrolling The Form Itself.

    Comment

    • jamesd0142
      Contributor
      • Sep 2007
      • 471

      #3
      What version are you using?

      In vb express 2005 theres an option called autoscroll...

      James

      Comment

      • pentahari
        New Member
        • Dec 2007
        • 60

        #4
        Originally posted by jamesd0142
        What version are you using?

        In vb express 2005 theres an option called autoscroll...

        James
        I am using visual basic 6.0

        Comment

        • Killer42
          Recognized Expert Expert
          • Oct 2006
          • 8429

          #5
          Originally posted by pentahari
          I am using visual basic 6.0
          What you could do is place your controls in a container such as a picture box, and move that around (based on your scroll bars) to simulate scrolling the form.

          Comment

          • anuragshrivastava64
            New Member
            • Jan 2007
            • 66

            #6
            U may try this
            Last edited by Killer42; Apr 22 '08, 12:42 PM. Reason: Activate link

            Comment

            Working...