Fay Sutantijo wrote:

> syntax apa ya untuk unload semua form yg aktif....
> mao saya gunakkan di dalam mdi form.. jadi form yg di depan cuman form
> yg sedang di pilih user saja...
>
> thx
>
>
>
>
> Untuk keluar dari millis ini, kirim email kosong ke:
> [EMAIL PROTECTED]
>
>
>
>
> ------------------------------------------------------------------------
> YAHOO! GROUPS LINKS
>
>     *  Visit your group "Programmer-VB
>       <http://groups.yahoo.com/group/Programmer-VB>" on the web.
>        
>     *  To unsubscribe from this group, send an email to:
>        [EMAIL PROTECTED]
>       <mailto:[EMAIL PROTECTED]>
>        
>     *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>       Service <http://docs.yahoo.com/info/terms/>.
>
>
> ------------------------------------------------------------------------
>
bisa coba kaya gini...

private sub mnuTutup_click()
q = msgbox ("Menutup semua form yang aktif... ?", vbYesNo + vbQuestion, 
"Coba")
if q = vbYes then
    Do Until ActiveForm Is Nothing
       unload ActiveForm
    loop
end sub

Selamat Mencoba...
Salam


Cybervox



Untuk keluar dari millis ini, kirim email kosong ke:
[EMAIL PROTECTED]

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Programmer-VB/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Kirim email ke