Day 16

Quiz

1: What is the new type of Visual Basic project that you learned to create today?
A1: ActiveX control project.
2: What is the extension of the file that your control is packaged in for distribution over the Internet?
A2: It is a cabinet file, which has a .CAB extension .
3: What does Safe for Initialization mean?
A3: This means that your control will do nothing harmful to the machine it runs on when the control starts up.
4: What does Safe for Scripting mean?
A4: This means that your control does not have public methods, properties, or events that scripts can call, which could be harmful to the machine the control runs on. This includes not reading files as well as not writing or deleting files that can be specified through ...

Get Sams Teach Yourself Microsoft® Windows® DNA Programming in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.