Tagged Questions
1
vote
0answers
83 views
User interface design [closed]
I am writing an application in C# using Visual Studio and need my UI like this:
+-------------------------------------------------------------+
|Action1 Action2 ... ActionN | Toolbox | ...
1
vote
4answers
584 views
Form design to enter many values?
I am currently thinking of a wpf dialog to enter multiple values for a production line. Currently our customer uses a Excel Sheet, but since we now need to save the entered values to SQL DB and for ...