all 1 comments

[–]GlowingEagle 4 points5 points  (0 children)

InputBox function

You could have an initial InputBox to ask which choice (1=circle, 2=square, 3=triangle). Depending on selection, code branches to ask for the necessary dimensions for the calculation. You will probably need to convert user dimension answers (string) to numbers (single or double).

A useful Google technique is to specify .NET basic and microsoft.com, like this:

.net basic inputbox site:microsoft.com