I downloaded the latest 6.4 Preview pack and has several problems/Issues. All these used to work in the previous version.
(In the Version of the DLL, it says 3.0.5701.0.)
1)
DateTimePicker has now alwayes the ShowCheckBox as true, even when I in the designer set this to False. After a compile, save and run, they are back to true and they are also displaed on the form with the box on. I have fixed it with on the load of the form, setting the ShowCheckBox = False)
2)
Click on a button, draws a dotted line around the control, which is bigger than the button itself. Looks strange
3)
I have a grid, I set up databinding (datagridView1.DataSource = bindingSource1) that works. then when the user chooses a row, a modal box is shown with some more data. that works also fine. (The background is now darked out), but when I close the modal form. I then refreshes the grid and in that sub, I get an exception on the
DGPC.DataSource = bindingSource1
Nullreferenceexception was unhandled by user code. use the new keywrd to create an instance of an object
and both the DGPC and the BindingsSource1 exists and has values.
it comes when I return from the modal form. Seems like it has losts some memory and previous values.
I really hope that you can help me out. I can live with the 2 first issues, but the 3rd one, has destroyed the application and I will have to go back to the previous version.
Kind regards
Jan Ebert JENSEN