M
Martin Hills
Hi
Wondered if anyone can help with a couple of small
problems we are having.
Firstly, how do we check if someone has hit the F1 within
a TextBox field?
Secondly, we are having problem with handling events. We
have used the follwing code to track that a called screen
has been closed. What we also want is when a push button
is pressed to close the other form to perform the same
sub. We have tried using cat_lu.closed or or the push
button click-event but to no avail!
Dim Cat_Lu As New frmCat_Lu
AddHandler Cat_Lu.Closing, AddressOf Refresh_Cat
Cat_Lu.Show()
Any help would be gratefully received!
Regards
Martin
Wondered if anyone can help with a couple of small
problems we are having.
Firstly, how do we check if someone has hit the F1 within
a TextBox field?
Secondly, we are having problem with handling events. We
have used the follwing code to track that a called screen
has been closed. What we also want is when a push button
is pressed to close the other form to perform the same
sub. We have tried using cat_lu.closed or or the push
button click-event but to no avail!
Dim Cat_Lu As New frmCat_Lu
AddHandler Cat_Lu.Closing, AddressOf Refresh_Cat
Cat_Lu.Show()
Any help would be gratefully received!
Regards
Martin