Minor bug - can't restore from minimised during a transfer
Verfasst: Do 1. Mär 2007, 14:51
While doing a long transfer over bluetooth (12MB), I minimised the program and it's transfer window.
If I now try to restore the program from the notification icon, I can only restore the transfer progress window, I can't get back to the main program.
I noticed that when minimising, I had to minimise the two windows separately. I think it may be possible to overcome both of these problems by setting the transfer window form's "owner" property. That will make it minimise both windows together (I think), and should restore them together too.
I think with VB 6 the syntax is still to use Me.AddOwnedForm(transfer_form).
Ross
If I now try to restore the program from the notification icon, I can only restore the transfer progress window, I can't get back to the main program.
I noticed that when minimising, I had to minimise the two windows separately. I think it may be possible to overcome both of these problems by setting the transfer window form's "owner" property. That will make it minimise both windows together (I think), and should restore them together too.
I think with VB 6 the syntax is still to use Me.AddOwnedForm(transfer_form).
Ross