Results 1 to 5 of 5

Thread: Calling Module Sub Routine [resolved]

Threaded View

  1. #1

    Thread Starter
    Fanatic Member mateo107's Avatar
    Join Date
    Jan 2005
    Posts
    547

    Resolved Calling Module Sub Routine [resolved]

    HI All,

    I've got a VB6 program which is going to call a series of Public Sub Routines that I have in a Module. My question is this:

    When I call these, I'd normally use:
    VB Code:
    1. Call RoutineName
    but I want to be able to call a few of these sequentially, one after the other, as they complete.

    If I code my program like this, will it wait for one routine to finish to call the next?
    VB Code:
    1. Call RoutineName1 vbModal
    2. Call RoutineName2 vbModal
    3. Call RoutineName3 vbModal

    Can I use vbModal with routines, like I do with forms?
    Last edited by mateo107; May 3rd, 2005 at 07:34 PM. Reason: resolved


    -Matthew-

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