Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~572 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ITGuy2010

Hello, I cannot connect my wireless PC to the Internet. I have two PC's on a network using a Netgear router. One by Ethernet and it is connecting fine, the other wireless but it will not connect. I can ping both the router and wired PC from the wireless PC, …

Member Avatar for printrobin
0
145
Member Avatar for ITGuy2010

Hello, I want to create a sorted list, where I enter a name in two separate text boxes(Jones, Brown) and their values in two other textboxes(200,500), then in a fifth text box I enter one of the names and it gives me a messagebox with its corresponding value. Am I …

0
53
Member Avatar for ITGuy2010

I need help creating a batch of Grand Totals each time enter my value and click Calculate. The code below gives me my Grand Total, now I would like to enter a new set of values and store the previous amount(s) until I'm ready to populate them in a Message …

Member Avatar for Oxiegen
0
140
Member Avatar for ITGuy2010

How could I add array values and populate the results in a specified text box?Then repeat for each line after. Then get a final total. Any help would be very appreciated. For example: 1 2 3 4 5 (15)-text box 1 2 3 4 5 (15)-text box 2 4 4 …

Member Avatar for ITGuy2010
0
140
Member Avatar for ITGuy2010

Hello, If I wanted to pass the two arrays below into a function and multiply them and return the two dimensional array how would I go about doing that? If anyone can give me an example I'll go with that. Thanks! [CODE]Public Class frmTotalDailySales Dim ItemCost() As Decimal = {12D, …

0
53
Member Avatar for ITGuy2010

Hello, I am trying a better way to write what I have coded below, the idea is I have a one dimensional array with set values and a rectangular array that gets the number of items entered each into a text box. 1. Is there a simpler way to get …

0
41