Group
Quote:
How sad, but thank you for your attention.
Group
Quote:
How sad, but thank you for your attention.
Group
Quote:
How sad, but thank you for your attention.
Quote:
Eddy Vluggen / Grupo I'm programming with vb 6, the error I passed is code 365 Unable to unload within this context
Friends
Passing more information on the problem for better understanding.
See the routine below it is very simple, however I'm getting intermittent error in my application.
Searching the error I got the link below, but checking my process I did not find anything related to the item resize.
If anyone has any other information that can help me in this matter thank you for the attention.
Private Sub cmdExit_Click()
On Error GoTo TryCathError
Unload Me
Exit Sub
TryCathError:
Dim s_dsMsg As String
s_dsMsg = "Error :{" & Err.Number & "}" _
& vbNewLine & Err.Description
MsgBox s_dsMsg, vbCritical, "Error"
End Sub
link ===> msdn.microsoft.com/en-us/library/aa243662(v=vs.60).aspx
There is an Unload statement in the Resize event of a Data, Form, MDIForm, or PictureBox control.
Remove the Unload statement from the event.
Quote:
Friend What could be happening, because when I say close a form with unload me, it is giving the following error: Unable to unload within this context
Group I am not very good in English, then I apologize for not being clear. I just want a link or download site to get icons to put on and my Application, example icon to add the button to add, to look better on screen. :confused::thumbsup:
Staff Good afternoon, where with new icons to put in my application, especially the buttons? :confused: