I have a few questions I am working with visual basic and i am doing writing procedures. I am still a little bit confused about this. I know you have your beginning when you do your Dim x as integer or whatever you want to put there. Now to call a function you drop below the end sub to call a function. I am just confused on how to call and what should be in the function. I know this might not make since and i am sorry. I am not understanding any of this.
such as this is what I have and I am working on...
Module Module1
Sub Main()
Dim x As Double
Dim y As Double
Console.WriteLine()
End Sub
Private Function
End Module
I am trying to understand how to do this is all so if anyone can explain or has a website that will help thanks.
ok here is one of the things i have to do...Inside the main procedure call a function procedure to input and return a value for a double variable called x, the width of a right triangle. Inside the main procedure call the same function procedure a second time to get a value for a double variable called y, the height of a right triangle.
client server model?? It should be titled 'getting started with vb.net', a phrase you can just as well google for...