Aug 12, 2001 #1 kenjoswe Technical User Sep 19, 2000 327 SE Hi all, How can I create a Command button in VB6 that unload a UserControl? In a Standard exe application it's; Unload but what is the equivalent in ActiveX? /Kent J.
Hi all, How can I create a Command button in VB6 that unload a UserControl? In a Standard exe application it's; Unload but what is the equivalent in ActiveX? /Kent J.
Aug 12, 2001 #2 LuckyLuke Programmer Mar 28, 2001 188 NL The unload statement is to remove any element of a control array that you added at run time via the Load command, so ActiveX controls too. Upvote 0 Downvote
The unload statement is to remove any element of a control array that you added at run time via the Load command, so ActiveX controls too.
Aug 13, 2001 Thread starter #3 kenjoswe Technical User Sep 19, 2000 327 SE OK! I get run time error 'Object required' when I use: Unload(UserControl) My UserControl starts with 'Initialize' I guess that's why unload does not work. /Kent J. Upvote 0 Downvote
OK! I get run time error 'Object required' when I use: Unload(UserControl) My UserControl starts with 'Initialize' I guess that's why unload does not work. /Kent J.