| | |
Can I have a message box pop up in a form that is called via ShowDialog?
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jan 2009
Posts: 22
Reputation:
Solved Threads: 1
I have a form that is called w/ ShowDialog. Inside that form, I want to pop a message box to ask the user a question, but it doesn't show.
Form:
Then, inside that form:
Is this possible to get working?
Form:
VB.NET Syntax (Toggle Plain Text)
Dim someFrame as myFrame = new myFrame someFrame.ShowDialog()
Then, inside that form:
VB.NET Syntax (Toggle Plain Text)
Dim ans As MsgBoxResult ans = MsgBox(transarr(16), MsgBoxStyle.YesNo + MsgBoxStyle.SystemModal, "WARNING!") If ans = MsgBoxResult.Yes Then 'do something Else 'do something else End If
Is this possible to get working?
![]() |
Similar Threads
- Custom Message Box (Visual Basic 4 / 5 / 6)
- non-modal message box (VB.NET)
- How to Give Custom Message Box (Visual Basic 4 / 5 / 6)
- how to display the message box in asp.net (ASP.NET)
- Message Box (VB.NET)
- message box (ASP.NET)
- how to show message box in ASP.NET using VB (ASP.NET)
- sample message box. (ASP.NET)
- message box (ASP.NET)
- Dialog Box alongwith Form (Visual Basic 4 / 5 / 6)
Other Threads in the VB.NET Forum
- Previous Thread: Issue using Like in VB query to Access DB
- Next Thread: Keypress event
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net 2005 2008 access account application arithmetic array arrays basic bing button buttons c# center check checkbox code combobox component convert crystalreport data database datagrid datagridview date dissertation dissertations dropdownlist excel fade file-dialog ftp generatetags google gridview hardcopy images inline input insert intel internet listview mobile monitor ms net networking objects output passingparameters peertopeervideostreaming picturebox picturebox1 port print printing problem problemwithinstallation project remove save searchbox searchvb.net select serial server shutdown soap sorting survey table tcp temperature text textbox timer toolbox trim update updown user validation vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web winforms wpf






