Link to home
Start Free TrialLog in
Avatar of bhavesh55
bhavesh55

asked on

Vetical scrollbar's position

To,
experts
On vb form i put one picture1 and vertical scrollbar control.I changes property as i mention
it below.

Picture1-> Left=0
         Height=8325
         Top=120
         Width=11655
Vscroll1->Height=8295
        Largechange=20
        smallchange=5
        Left=11700
        max=205
        min =5
        width = 255
Form1-> Height=6975
      width=12000
      left= -15
      scaleheight=8235
      scalewidth=11835
      windowstate= 0-normal
      startupposition = 3-windows Default
When i run the project then position of scrollbar is proper.But when i click on "maximize button"
then it has been changed.

I mean i want to set position of scrollbar in such a way that even if user click on maximize button
then it properly fits into the right side of form.

 
Thanks,
buddy
ASKER CERTIFIED SOLUTION
Avatar of Davy070599
Davy070599

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bhavesh55
bhavesh55

ASKER

To,
davy
But still i have one problem.Like anyone can reach at the border of form and resize my form using
mouse.But i don't want to allow it to user.

I mean my form is of fixed size like it covers whole screen of monitor and anyone can't
resize it using mouse.

Thanks,
bhavesh
hi,

change the following property of your form:

borderstyle -> 1 - fixed single

(option 3 or 4 can also be used)