Datasheet
MyMathLibrary.dll defines a class named MathTools and that class defines a public function
Fibonacci, a project with a reference to this DLL could use the following code.
Dim math_tools As New MyMathLibrary.MathTools
MsgBox(“Fib(5) = “ & math_tools.Fibonacci(5))
❑ Add Web Reference — The Add Web Reference command displays the dialog shown in Figure 1-12.
You can use this dialog to find Web Services and add references to them so your project can invoke
them across the Internet.
❑ WindowsApplication1 Properties — This command displays the application’s property pages
shown in Figure 1-13.
Figure 1-12: Use the Add Web Reference dialog to add references to Web Services.
15
IDE
571982 ch01_2.qxd 1/19/06 1:15 PM Page 15