Γεια σας παιδιά,
γιατί δεν μπαίνει ποτέ στο "MsgBoxResult.Cancel"? Με τα Yes και No κανένα πρόβλημα, αλλά όταν πατάω το button Cancel, δεν εκτελεί τίποτα...
Καμιά ιδέα?
If MsgBox("Έχετε κάνει κάποιες αλλαγές, θέλετε να τις αποθηκεύσετε?", MsgBoxStyle.YesNoCancel, "Αποθήκευση!") = MsgBoxResult.YesThen
### εντολες ###
test_key = 1
ElseIf MsgBoxResult.No Then
test_key = 1
ElseIf MsgBoxResult.Cancel Then
test_key = 0
End If
No knowledge can be certain, if it is not based
upon mathematics or upon some other knowledge
which is itself based upon the mathematical
sciences.