Posting an event

From: Jeff Casbeer (jeffcasbeer_at_hsi.com)
Date: 02/15/04


Date: Sun, 15 Feb 2004 11:31:07 -0800

New to VB...

What is the VB syntax for posting a Windows event? For example, to have an event fire AFTER a form loads, I'd add a posted call to a "post_load" event, from "load". What is the VB syntax for that deferred call? Raiseevent seems to be synchronous, as does just calling the handler subroutine. Also, how do I defer processing to allow windows to process incomplete events, eg., painting?

Thanks - Jeff