Results 1 to 2 of 2

Thread: MTS and VB6 its urgent....

  1. #1
    Guest

    Post

    I am trying to run a component in MTS. It is not able to create an instance of object when I am trying to create an instance of another object from class_initialise method of one object.. both the objects are running under MTS.

    so can I create instance of other object in class_initialise method of one object running under MTS?

  2. #2
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926

    Post

    You can't use the initialize event, because you don't know when MTS creates the instance of the object. Also you have to take care of the value of properties, since another application could have changed them.

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