If newFileText > Me.ProductVersion Then
If MessageBox.Show("There is a New Version Available. Version " + newFileText + " is currently available. Do you wish to download?", "New Version!", MessageBoxButtons.YesNo) And DialogResult.Yes Then
MessageBox.Show("Yes")
Else
MessageBox.Show("No")
End If
Else
MessageBox.Show("There is no new version avilable. You currently have " + Me.ProductVersion + " and that is the latest version.", "No New Version.")
End If
It acts as if Yes is clicked either way?

New Topic/Question
Reply




MultiQuote






|