G
Guest
I am wring a Windows Forms application with VS2005/C#. The user of this app
will enter a set of integer values (0-255 each), unknown quantity. All I can
think of is TextBox and custom code to parse comma-separated values, but it's
not elegant and error-prone. Can someone suggest a better way?
Gregory
will enter a set of integer values (0-255 each), unknown quantity. All I can
think of is TextBox and custom code to parse comma-separated values, but it's
not elegant and error-prone. Can someone suggest a better way?
Gregory