Results 1 to 7 of 7

Thread: ActiveX in-process component

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2001
    Location
    NY
    Posts
    17

    ActiveX in-process component

    If Max has developed an ActiveX in-process component named MaxsDLL. What is the best way to test MaxsDLL using the Visual Basic design-time environment?

    a. Create a test application that loads and initializes MaxsDLL. Compile and execute the test application outside the Visual Basic design-time environment. When the test application attempts to load MaxsDLL, Registry information will cause the MaxsDLL component to run from within the Visual Basic design-time environment
    b. Create a test application hat loads and initializes MaxsDLL. Run the test application in a separate instance of the Visual Basic design environment. When the test application attempts to load MaxsDLL, Registry information will cause MaxsDLL component to run from within the first instance of the Visual Basic design-time environment
    c. Create a test application that loads and initializes MaxssDLL. Add the .vbp file for the test application to the MaxsDLL project group. When the tesst application attempts to load MaxsDLL, the MaxsDLL component will automatically run from within the Visual Basic design-time environment
    d. Test MaxsDLL by itself. Visual Basic will function as the host process in which the MaxsDLL component can run.

  2. #2
    Fanatic Member
    Join Date
    Jan 2001
    Location
    Vietnam
    Posts
    613
    If Max has developed an ActiveX in-process component named MaxsDLL. What is the best way to test MaxsDLL using the Visual Basic design-time environment?

    a. Create a test application that loads and initializes MaxsDLL. Compile and execute the test application outside the Visual Basic design-time environment. When the test application attempts to load MaxsDLL, Registry information will cause the MaxsDLL component to run from within the Visual Basic design-time environment
    b. Create a test application hat loads and initializes MaxsDLL. Run the test application in a separate instance of the Visual Basic design environment. When the test application attempts to load MaxsDLL, Registry information will cause MaxsDLL component to run from within the first instance of the Visual Basic design-time environment
    c. Create a test application that loads and initializes MaxssDLL. Add the .vbp file for the test application to the MaxsDLL project group. When the tesst application attempts to load MaxsDLL, the MaxsDLL component will automatically run from within the Visual Basic design-time environment
    d. Test MaxsDLL by itself. Visual Basic will function as the host process in which the MaxsDLL component can run.
    (b) should be the best way to test your DLL.
    (c) can not be test. Project group is used to test activex control.
    (a) and (d). Not sure.

    Regards,
    TheBao

  3. #3
    Fanatic Member gwdash's Avatar
    Join Date
    Aug 2000
    Location
    Minnesota
    Posts
    666
    how about E: why are you asking multiple choice questions?
    GWDASH
    [b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]

  4. #4
    Fanatic Member
    Join Date
    Jan 2001
    Location
    Vietnam
    Posts
    613
    how about E: why are you asking multiple choice questions?
    I think jeffc is practicing MCSD exam. He (she) may have some doubt and need some opinion. It takes a lot of typing, so deserve an answer.

    I think the forum is to ask whatever you like relate to VB, isn't it?

    Regards,
    TheBao

  5. #5
    Fanatic Member gwdash's Avatar
    Join Date
    Aug 2000
    Location
    Minnesota
    Posts
    666
    ok, maybe one, but 14 questions? i think he's trying to cheat personly
    GWDASH
    [b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]

  6. #6
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    Check this site out, it's a great MCSD brain dump site.

    http://certificationhelp.com/

  7. #7
    Fanatic Member
    Join Date
    Jan 2001
    Location
    Vietnam
    Posts
    613
    Check out this site for MCSD:

    www.ittutor.com

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