|
-
Jun 6th, 2001, 12:35 PM
#1
Thread Starter
Junior Member
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.
-
Jun 6th, 2001, 05:07 PM
#2
Fanatic Member
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
-
Jun 6th, 2001, 05:19 PM
#3
Fanatic Member
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]
-
Jun 6th, 2001, 05:42 PM
#4
Fanatic Member
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
-
Jun 6th, 2001, 05:56 PM
#5
Fanatic Member
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]
-
Jun 6th, 2001, 08:52 PM
#6
PowerPoster
Check this site out, it's a great MCSD brain dump site.
http://certificationhelp.com/
-
Jun 7th, 2001, 05:15 PM
#7
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|