2004-12-03 Marek Safar <marek.safar@seznam.cz>
authorMarek Safar <marek.safar@gmail.com>
Fri, 3 Dec 2004 11:30:17 +0000 (11:30 -0000)
committerMarek Safar <marek.safar@gmail.com>
Fri, 3 Dec 2004 11:30:17 +0000 (11:30 -0000)
commit7ba24e25281829b46dec513dd094bb49027a8d3d
tree30354e86c6046c0e36b6982f8fd4fe142cd3abef
parent9d90205980c360dacbc323df2d788caf22761c59
2004-12-03  Marek Safar  <marek.safar@seznam.cz>

* Application.cs (OnThreadException): Use ThreadExceptionDialog.

* Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
MinimizeBox, ShowInTaskbar, TopMost properties.

* ThreadExceptionDialog.cs: Implemented (disabled TextBox until
will be implemented).

svn path=/trunk/mcs/; revision=37004
mcs/class/Managed.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms.dll.sources
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ThreadExceptionDialog.cs [new file with mode: 0644]