Visual J#
Smart Device
.NET Development
Microsoft ISV
SQL Server
Visual Basic
Windows Vista
VS Team System
Visual FoxPro
Visual C++
Visual C#
VS Express Editions
Windows Live
Architecture
Visual Studio
Software Development Network>> Windows Forms>> resize win form
resize win form
Hot Topic
Newbie: Datagridview Getting selected row index
Click Once doesn't run the latest bit
monthly report
TreeView Help
Popping Datagrid on another thread
Plotting a dot?
String and String ?
The cabinet file '_0f190ABC5FE06CE3A28DCC2BA1FDD8' required for this installation is corrupt and cannot be used
how to populate a datagridview?
Check emails and download attachments from vb.net
Windows Forms
System.Net.TLSStream
Reference a DataGridView cell from code
Windows Constants Posted
Bind the datagrid with two datatables
Set Property via string (possible bug)
edit xml configuration file
How to get the ISO language code and contry code of the current keboard layout?
For consideration
storing input data back to dataset
Access-like data forms?
resize win form
hi!
i want to forbid resize win form.
i tried the 'locked' properties, but it works only in environment desktop. when i run the application, the win form isn't, actually, locked.
how can i do this
i'm using visual c++ .net 2003.
thanks
Answer this question
resize win form
Ahmad Pirani
hi,
set the formborder properrty of you form to
this
->FormBorderStyle = System::Windows::Forms::FormBorderStyle::FixedDialog;
resize win form
Answer this question
resize win form
Ahmad Pirani
set the formborder properrty of you form to
this
->FormBorderStyle = System::Windows::Forms::FormBorderStyle::FixedDialog;