Does anyone else get the following error when using Eyefinder v1.3?
If I put any controls onto the form.. Edit the events.. Then close the form.
When I come back to it the header control on the right jumps to the left? And all the events on the form are no longer handled... ie..
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
The bit highlighted RED disappears. Its not so bad when there's one.. But I have some forms with quite a few events on and its becoming a nightmare to re-enter the handles after every time I open the form for editting?
Thanks Rob