Quote Originally Posted by dajunka View Post
I am trying to get the hang of this stupid VB.net, but it won't even let me create a subroutine or function, it use to be in the tools menu in VB6. Can anyone tell me where it's hiding?

I have spent £50 on 2 books that rabbit on about objects, property's classes etc: but tell me nothing of what I want/need to know, what a waste of money.
I forgot the answer!

to get the function skeleton, and lots of other constructs, just rigth click on the place, click
Insert snippet>Code Patterns - If, For Each....>Properties, Procedures, Events>Define a function

and the skeleton of a function will appear.

That is more useful to other code patterns, like Properties.