Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~5K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Spark_2

I'm making a fairly simple inventory program, and I'm stuck as to how I can add data to the original main form. On the main form, I have a button to add an item and it's details (additem). Once the user clicks the "Add" button, it should put the entered …

Member Avatar for cgeier
0
291
Member Avatar for Spark_2

Just to give a little more info; I'm making a simple inventory program. From the main inventory page, a user can click the "Add Item" button, where they will be taken to another form, where they can fill out the item's info. Three fields are required (Category, Item, Quantity). Based …

Member Avatar for Spark_2
-1
477
Member Avatar for Spark_2

I'm trying to take some basic form data (item and quantity), from a form where this sort of information is filled out by a user, and after the user clicks "ADD", the entered info is moved to a DataGridView on a different page. The following code: Me.DataGridView1.Rows.Add(...) ...does not work …

Member Avatar for Spark_2
0
4K