Hello,
My configuration:
=================
Internet Explorer 6
..NET Framework French 1.0
Visual Studio .NET 2002
The symptoms:
=============
Created a windows controls library containing a UserControl.
The UserControl contains a Button (with FlatStyle property
set to System) and a DataGrid.
If the UserControl is hosted in a Windows Form in a exe application :
When I click on the button, the event is fired.
If the UserControl is hosted in Internet Explorer :
When I load the html page for the first time.
When I click on the button, the event is not fired.
When I click again on the button, the event is fired.
This behaviour is incorrect.
Now when I set the FlatStyle property set to Standard.
If the UserControl is hosted in Internet Explorer :
When I load the html page for the first time.
When I click on the button, the event is fired.
So my conclusion is there's a bug with Buttons that
have the property FlatStyle set to System
and that are hosted in Internet Explorer.
Can somebody help ?
Thanks !!
Oliver.
|