|
-
Apr 14th, 2007, 06:10 AM
#1
Thread Starter
New Member
Need Some Help
I am a second year student taking a home course and having problems with visual basic, I have only 2 chapters left to graduate and I am falling behind.
I have a program with 2 numeric up and down buttons where users can input temperature and wind chill velocity in increments of five, and a calculate wind chill button, I need a function procedure to find the result and then return the result to the calling event procedure, any help would be greatly appreciated, here is what I have, I declared the temperatures and wind velocity, display should be in a message box.
Dim gintWindChillValues(,) As Integer = { _
{-26, -46, -58, -67, -74, -79}, _
{-21, -40, -51, -60, -66, -71}, _
{-15, -34, -45, -53, -59, -64}, _
{-10, -27, -38, -46, -51, -56}, _
{-5, -22, -31, -39, -44, -49}, _
{0, -15, -25, -31, -36, -41}, _
{7, -9, -18, -24, -29, -33}, _
{12, -3, -11, -17, -22, -25}}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|