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
JSON Value Retrieve
Cast Question for Crystal Reports
how to open the PDF in a new browser window using jsf ?
Is there a good solution for monitoring the status of RAID array in HP or IBM server run Windows 2003?
T-SQL: Count number of tables in the DB (SQL server 2008)
Pass multiple values for one parameter via OpenQuery
Make an Exception to Folder Redirect Group Policy Rule
using a hidden form with .hta script
OMA and OWA
Keep file ownership when using Rsync