|
-
Jun 16th, 2010, 11:39 PM
#3
Thread Starter
Junior Member
Re: Unload Method And Query Unload ???? HELP
Oh .... hehehehe ...... tnx for your reply ...... i figured out what to do ...... tnx
VB 6.0
Private Sub Form_Unload(Cancel As Integer)
VB.NET
Private Sub frmQuery_FormClosed(ByVal sender As Object, ByVal e As Windows.Forms.FormClosedEventArgs) Handles Me.FormClosed
VB 6.0
Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer)
VB.NET
Private Sub frmQuery_FormClosing(ByVal sender As Object, ByVal e As Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|