Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BrandonSoft Network Status Checker
#21
I think i know how to fix the focus problem.Set the ActiveControl property of the form to null to achieve what you want. <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin -->
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
#22
Tracer Wrote:Set the ActiveControl property of the form to null

Interesting. I've never really messed around with the active control properties of forms before. Thanks for the tip! The next time I work on this project I will try this out and report back.
My Blog | My Setup | My Videos | Have a wonderful day.


Forum Jump:


Users browsing this thread: 1 Guest(s)