BrandonSoft Network Status Checker - Printable Version +- BP Forums (https://bpforums.info) +-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55) +--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56) +---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8) +----- Forum: Share your programs! (https://bpforums.info/forumdisplay.php?fid=10) +----- Thread: BrandonSoft Network Status Checker (/showthread.php?tid=605) Pages:
1
2
|
Re: BrandonSoft Network Status Checker - Tracer - 08-16-2014 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. Re: BrandonSoft Network Status Checker - brandonio21 - 09-17-2014 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. |