Microsoft
Software
Hardware
Network
Question : capturing .net application tab event
I have this application that is divided into tabs, each representing a particular business function. TabA has a date field that is later used by TabB. I want to generate a message box if the user forgets to fill in the date field in TabA and then proceeds to click on TabB...is there a way to capture this event...the same way one can validate a textbox when the .leave event is fired
eg (private void textbox1_Leave(object sender, System.EventArgs e))...thanks.
Answer : capturing .net application tab event
Is the target form already open? If not, then create an instance:
FormX frmX = new FormX();
frmX.Show();
Otherwise you'll need a reference to the already open form so you can bring it to the front and focus it...
Random Solutions
How to alter web page so Google Chrome will clear old data?
Auto fill user name in "Login" field
SQL 2005 on a windows 2003 cluster , how to back up
added shortcut to Public Desktop but some users not getting it - Win 2008 R2 Terminal Server
Any best tool to copy users profile during server/domain migration ?
Cannot Access Drive
Using 3rd Party SSL to Setup Exhange 2007, Outlook 2007, Server 2003 with Terminal Services
CA etrust Threat Management
execute onLoad only once in an ASP page
UltraTree and Filtering ?