View Single Post
  #2 (permalink)  
Old April 22nd, 2009, 04:37 PM
namyaf namyaf is offline
Registered User
Points: 9, Level: 1
Points: 9, Level: 1 Points: 9, Level: 1 Points: 9, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: May 2008
Location: Huntley, IL
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to namyaf
Default

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
Reply With Quote