Hi Expertz,
I have a problem that I show a dialog in a form like in a loop like
i want to stop a process when if condition is true..for example if i=2 and if condition is true then until the user not click OK button on DlgPas Form programe should not go next line ...Code:for i=0 to itotal then if (codition) then Dim DlgPas As New DialogPass() DlgPas.Show() end if .... ........... ........... next
Thanx
frm adnanio Brzzzz




Reply With Quote