Without seeing your code and if you are using
VB, you'll probably want something like the following:
Code:
Public Function HelloWorld() As String
Return "Hello World"
End Function
Also, you may be doing a lot of converting because I think most of the book, if not all, uses C#.
-bob