Click here to Skip to main content
15,895,813 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Development of Gmail integration Pin
Richard MacCutchan4-May-17 6:30
mveRichard MacCutchan4-May-17 6:30 
AnswerRe: Development of Gmail integration Pin
Richard Deeming4-May-17 6:59
mveRichard Deeming4-May-17 6:59 
QuestionConvert .Wav File to Text Pin
Otekpo Emmanuel28-Apr-17 11:41
Otekpo Emmanuel28-Apr-17 11:41 
AnswerRe: Convert .Wav File to Text Pin
Dave Kreskowiak28-Apr-17 19:18
mveDave Kreskowiak28-Apr-17 19:18 
QuestionError to close form Pin
nei200920-Apr-17 16:11
nei200920-Apr-17 16:11 
AnswerRe: Error to close form Pin
Dave Kreskowiak20-Apr-17 17:18
mveDave Kreskowiak20-Apr-17 17:18 
AnswerRe: Error to close form Pin
Eddy Vluggen21-Apr-17 0:45
professionalEddy Vluggen21-Apr-17 0:45 
GeneralRe: Error to close form Pin
nei200921-Apr-17 7:24
nei200921-Apr-17 7:24 
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.

GeneralRe: Error to close form Pin
Eddy Vluggen23-Apr-17 23:34
professionalEddy Vluggen23-Apr-17 23:34 
GeneralRe: Error to close form Pin
nei200924-Apr-17 17:09
nei200924-Apr-17 17:09 
GeneralRe: Error to close form Pin
Mycroft Holmes24-Apr-17 20:18
professionalMycroft Holmes24-Apr-17 20:18 
GeneralRe: Error to close form Pin
nei200925-Apr-17 14:13
nei200925-Apr-17 14:13 
GeneralRe: Error to close form Pin
Eddy Vluggen25-Apr-17 0:57
professionalEddy Vluggen25-Apr-17 0:57 
GeneralRe: Error to close form Pin
nei200925-Apr-17 14:16
nei200925-Apr-17 14:16 
QuestionConvert list (of myclass) to ienumerable Pin
JR21217-Apr-17 6:47
JR21217-Apr-17 6:47 
AnswerRe: Convert list (of myclass) to ienumerable Pin
Dave Kreskowiak17-Apr-17 6:52
mveDave Kreskowiak17-Apr-17 6:52 
QuestionRe: Convert list (of myclass) to ienumerable Pin
JR21217-Apr-17 7:54
JR21217-Apr-17 7:54 
AnswerRe: Convert list (of myclass) to ienumerable Pin
Ralf Meier17-Apr-17 8:41
mveRalf Meier17-Apr-17 8:41 
AnswerRe: Convert list (of myclass) to ienumerable Pin
Dave Kreskowiak17-Apr-17 13:07
mveDave Kreskowiak17-Apr-17 13:07 
GeneralRe: Convert list (of myclass) to ienumerable Pin
JR21218-Apr-17 4:50
JR21218-Apr-17 4:50 
AnswerRe: Convert list (of myclass) to ienumerable Pin
Ralf Meier18-Apr-17 8:46
mveRalf Meier18-Apr-17 8:46 
QuestionMultiple slave communication via serial ports in Visual Basic 6.0 Pin
Member 1311249916-Apr-17 23:09
Member 1311249916-Apr-17 23:09 
AnswerRe: Multiple slave communication via serial ports in Visual Basic 6.0 Pin
Ralf Meier17-Apr-17 1:15
mveRalf Meier17-Apr-17 1:15 
AnswerRe: Multiple slave communication via serial ports in Visual Basic 6.0 Pin
Dave Kreskowiak17-Apr-17 3:19
mveDave Kreskowiak17-Apr-17 3:19 
QuestionHow to create a monitor Adjust brightness using track bar w/ on / off Pin
Member 1312882114-Apr-17 8:28
Member 1312882114-Apr-17 8:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.