すみません、私はVB6の初心者です。私はこれを持っています:
Private Sub Command5_Click()
If MessageBox.Show("Sei sicuro di voler uscire?", "Sicuro?", MessageBoxButtons.YesNo) = DialogResult.Yes Then
Unload Me
End If
End Sub
しかし、それはエラーを返します:
Run-time error '424':
Object required
誰か私の質問に答えてください。