|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Instead of form_activate()In VB6 and earlier we had a form_activate() event whereby it always fired
every time the form gained was focussed. In VB.net I don't see it and we have a _activate() event. What event would I use for the background form to refresh once the foreground form has been closed? _Enter _Shown ??? TU, Adam "Adam Honek" <AdamHo***@Webmaster2001.freeserve.co.uk> schrieb: Handle the form's 'Activated' event instead.> In VB6 and earlier we had a form_activate() event whereby it always fired > every > time the form gained was focussed. > > In VB.net I don't see it and we have a _activate() event. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Indeed, not sure why I didn't think this up myself :(
Thanks, Adam Show quoteHide quote "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message news:eAolv8AZGHA.4120@TK2MSFTNGP04.phx.gbl... > "Adam Honek" <AdamHo***@Webmaster2001.freeserve.co.uk> schrieb: >> In VB6 and earlier we had a form_activate() event whereby it always fired >> every >> time the form gained was focussed. >> >> In VB.net I don't see it and we have a _activate() event. > > Handle the form's 'Activated' event instead. > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://classicvb.org/petition/>
How to extract multiple occurrences of a substring
Best Practices Replacement code for Threading.Thread.Sleep VB2005 Control Arrays Enumerating MDIList Menu Item at Run-Time Regex.Replace SQL Server reporting services... Wait while processing dialog boxes (threading?) COM usage problem? Publishing with ClickOnce |
|||||||||||||||||||||||