08-16-2014, 02:31 AM
I think i know how to fix the focus problem.Set the ActiveControl property of the form to null to achieve what you want. <!-- s --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="" title="Very Happy" /><!-- s -->
Note that this is contrary to what all other programs does, so it'll be a disconnect between the user expectations and the actual user experience.
Note that this is contrary to what all other programs does, so it'll be a disconnect between the user expectations and the actual user experience.
Code:
If Life.Text = "Live" Then
Happy.Visible = True
Else
Happy.Visible = False
End If