K
Karsten_Markmann
HI. I am currently converting a VBA application to VB .Net 3003 (Com
addin).
I have several foms which I call from the main module.
In VBA code execution stops until the form is closed but in my VB .Net
application the code in the main application continues executing even
if a form is open.
I have the following code:
Dim frmsearchdeb As New frmSearchDebitor
Dim frmtest As New frmDokumentskabeloner
frmsearchdeb.Show()
MsgBox("venter ikke på dialog lukning")
frmtest.Show()
I dont want frmtest to be shown before the user exits the frmsearchdeb
form.
I dont get it why this doesn't work in VB???
All help appriciated. Kind regards Karsten.
addin).
I have several foms which I call from the main module.
In VBA code execution stops until the form is closed but in my VB .Net
application the code in the main application continues executing even
if a form is open.
I have the following code:
Dim frmsearchdeb As New frmSearchDebitor
Dim frmtest As New frmDokumentskabeloner
frmsearchdeb.Show()
MsgBox("venter ikke på dialog lukning")
frmtest.Show()
I dont want frmtest to be shown before the user exits the frmsearchdeb
form.
I dont get it why this doesn't work in VB???
All help appriciated. Kind regards Karsten.