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

Thread: Dialog box

  1. #1
    Join Date
    Jun 2001
    Posts
    2

    Dialog box

    Hi Anyone


    I am using a modal dialog box to do certain process and once the process finishes from the same dialog(modal) I am initiating another process without user interaction and I need to display the process status on another dialog box. Ideal is displaying it on modeless dialog but problem is I cannot use modeless dialog from model dialog.

    Also I cannot use modal dialog without user interaction.

    please let me know if there is any work around.


    thanks.



  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Dialog box

    why can't u show the first dialog as modeless ??


    HTH

    cksiow
    http://vblib.virtualave.net - share our codes

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