CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Stop process

Threaded View

  1. #1
    Join Date
    Dec 2004
    Location
    Pakistan(Skardu)
    Posts
    64

    Arrow Stop process

    Hi Expertz,
    I have a problem that I show a dialog in a form like in a loop like

    Code:
    for i=0 to itotal then
    
              if (codition) then
    
                        Dim DlgPas As New DialogPass()
                        DlgPas.Show()
    
             end if
    ....
    ...........
    ...........
    
    
    next
    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 ...


    Thanx
    frm adnanio Brzzzz
    Last edited by HanneSThEGreaT; December 20th, 2008 at 01:45 AM. Reason: Code Tags!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured