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
Multi Homed Windows 2008 Server
HOW TO: remove the Anonymous User from the Everyone Group....
Visual Mapping Software
Initialization failed for opening on premisis exchange server
How to stablish a proper setup in MS Outlook 2003 encrypting mails
Migrate from Windows 2003 Domain to New Windows 2008
Need a driver for sm bus controller on Dell d620
bulk collect - amount of return
How do I change the letter of a mapped drive?
Paging with Entity Framework