19.12.2012 Views

Computer Programming Concepts and Visual Basic David I. Schneider

Computer Programming Concepts and Visual Basic David I. Schneider

Computer Programming Concepts and Visual Basic David I. Schneider

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

SUMMARY<br />

1. OLE, a technology developed by Microsoft, gives <strong>Visual</strong> <strong>Basic</strong> access to other<br />

applications.<br />

2. OLE Automation allows you to control other applications with <strong>Visual</strong> <strong>Basic</strong><br />

code. The other application is declared as an object with the Set statement <strong>and</strong><br />

CreateObject function.<br />

3. Other applications can be embedded in or linked to a form with the OLE Container<br />

control.<br />

4. The WebBrowser control can be used to create a browser for the World Wide<br />

Web.<br />

5. The document-formatting language used by Web browsers is called HTML.<br />

Tags are used to mark up text with display instructions. The combination of a<br />

pair of tags <strong>and</strong> the text enclosed is called an element.<br />

6. The ActiveX Control Pad is used to place text, controls, <strong>and</strong> programs into<br />

HTML documents.<br />

7. VBScript is a subset of <strong>Visual</strong> <strong>Basic</strong> that is used to make Web pages interactive.<br />

Summary 403

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!