I write the following code:
MsgBox("The file is already closed", MsgBoxStyle.Information, "Murasalat")
This statement generates a message box that is shown minimized non-modal message. This cause problem of the code sequence processing.
Thus, what I need is How can I use the msgbox keyword to display a modal message box in vb.net, that the user is forced to attend, before he continue????
Go to the complete details ...