Home All Groups Group Topic Archive Search About

customizing and fixing web form window size ?

Author
22 Apr 2005 2:00 AM
Saket Mundra
I want to resize my web form. I want that whenever the form loads on client's
machine it opens with a defualt size specified by me. Also it should not be
possible for the user to change the dimensions of the form after it is loaded
i.e the size of the form shall remain fixed. Pls help out.

Any help is appreciated.

--
Thank You.

Saket Mundra

Author
23 Apr 2005 6:40 PM
Alvin Bruney [MVP - ASP.NET]
u will find more help in rge windows newsgroup for this

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc
Show quoteHide quote
"Saket Mundra" <SaketMun***@discussions.microsoft.com> wrote in message
news:C0147C9F-BD80-420E-B399-AB858D6CF048@microsoft.com...
>I want to resize my web form. I want that whenever the form loads on
>client's
> machine it opens with a defualt size specified by me. Also it should not
> be
> possible for the user to change the dimensions of the form after it is
> loaded
> i.e the size of the form shall remain fixed. Pls help out.
>
> Any help is appreciated.
>
> --
> Thank You.
>
> Saket Mundra
Author
23 Apr 2005 6:44 PM
Alvin Bruney [MVP - ASP.NET]
ignore my previous post, i thought it was a windows forms you were refering
to. The issue you will run into is that users are accustomed to resizing
webforms and would not be enthused about this lack of functionality. If you
still insist, you can handle the onresize event appropriately at the form
level

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc
Show quoteHide quote
"Saket Mundra" <SaketMun***@discussions.microsoft.com> wrote in message
news:C0147C9F-BD80-420E-B399-AB858D6CF048@microsoft.com...
>I want to resize my web form. I want that whenever the form loads on
>client's
> machine it opens with a defualt size specified by me. Also it should not
> be
> possible for the user to change the dimensions of the form after it is
> loaded
> i.e the size of the form shall remain fixed. Pls help out.
>
> Any help is appreciated.
>
> --
> Thank You.
>
> Saket Mundra