Message box : popup
I'm using VS 2008. When I code for messagebox,Msgbox("hello"), Message box is shown at the bottom of the screen ,It's not poped up to the middle of the screen.Is it any settings issue?..I appreciate any suggetions .
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
bhavyaPosted Jun 3, 2010, 12:30 PM
The code is
Try
....code
Catch
Dim mm as string = ex.message.tostring
Msgbox(mm)
End Try
PJ MartinsPosted Jun 1, 2010, 3:39 PM