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
1 Commented Post
~5K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Unused Mass

I have a datagridview that the user can change to various rows and columns (its a grid of squares) When the user presses a button, it generates a list of coordinates of all the squares that are black. That is obviously generated in order. I want it to be mixed …

Member Avatar for tinstaafl
0
453
Member Avatar for Unused Mass

I need some way to save and read a file using a DataGridView. Databases are out of the question, because I'm going for something template-style. And the user will probably make lots of templates. I tried saving/reading from/into XML, but I got lost. Thanks.

Member Avatar for tinstaafl
0
4K
Member Avatar for Unused Mass

Hello. Could somebody explain why this code snippet is not working? The arrow (<----) points to where it's going wrong. It goes wrong when building, with the error of: "An error occurred creating the form. See Exception.InnerException for details. The error is: Index was out of range. Must be non-negative …

Member Avatar for ricky.subiantoputra
0
224
Member Avatar for Unused Mass

Loop trough a HashMap <String, Integer> and if the value is something, for example, 5, then put the key in an array. I'm not sure where to start, I'm having trouble on the "Loop trough a **hashmap**" part. Thank you.

Member Avatar for mvmalderen
0
152
Member Avatar for Unused Mass

My listview has 3 columns. "Text" , "Delay" and "". The "" column is to show which one is being ran by filling it with a "<". If I use List.Items(currentTimer - 1).SubItems.Add("<") Then it works, but how will I remove it? SubItems(1) modifies column 1, and SubItems(2) is out …

Member Avatar for Begginnerdev
0
182
Member Avatar for Unused Mass

I would like to save and load a listview and all of its contents. But, also, I want to make a combobox with all of the configurations of the listview. So you could add another one via a settings menu, or load one using the combobox. Many thanks in advance.

Member Avatar for tinstaafl
0
265