No pun intended 
This piece of code is activated by a button or a menu.
While it is processing a function (SendFile), I want any messages indicating that button/menu to vaporize, never existed, when the process is done then they must press the button again...
I know this is simple, just discarding the message is all I want to do....
Scott
-------------
Scott
mailto:[email protected][email protected]</A>

Code:
Case %IDM_SEND,%IDB_SEND If IsFalse Exist(FileSpec) Then Exit Function If CbCtlMsg = %BN_CLICKED And IsFalse(g_Busy) Then SendFile FileSpec Function = 0 Exit Function
While it is processing a function (SendFile), I want any messages indicating that button/menu to vaporize, never existed, when the process is done then they must press the button again...
I know this is simple, just discarding the message is all I want to do....

Scott
-------------
Scott
mailto:[email protected][email protected]</A>
Comment