Private Function IsAppRunning() As Boolean 'Looks to see if Lotus Notes is open ...
VB.NET On Remove the Evil GOTO
by hcase,
September 25, 2008 23:33
Private Function fIsAppRunning() As Boolean
'Looks to see if Lotus Notes is open
...
VB.NET Remove the Evil GOTO
This horrible code I inheri...
My own refactoring since no...