1

I'm going to write a small linear programming solver. The GUI will allow the user to edit a table of string values. What is the neatest way to accomplish that in a C# Winform? The development tool is Visual Studio 2008.

http://www.fileguru.com/GIPALS32---Linear-Programming-Library/screenshot

1 Answer 1

1

You can use a DataGridView control with a DataTable or something similar.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.