L
Lars Moastuen
I have written a macro that traps the delete key, and automaticly purges
messages. Problem is that purge messages brings up and yes/no/cancel
dialog. I bypass this by using sendkeys, but this isn't a good solution
(the delay especially). Is there any (better) way to override the
dialog, or is there maybe some other way of purging deleted messages?
This is how I execute the purge:
Set purge = ActiveExplorer.CommandBars.FindControl(ID:=5583)
purge.execute
Lars Moastuen
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
messages. Problem is that purge messages brings up and yes/no/cancel
dialog. I bypass this by using sendkeys, but this isn't a good solution
(the delay especially). Is there any (better) way to override the
dialog, or is there maybe some other way of purging deleted messages?
This is how I execute the purge:
Set purge = ActiveExplorer.CommandBars.FindControl(ID:=5583)
purge.execute
Lars Moastuen
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!