m66n / ipaddresscontrollib

Automatically exported from code.google.com/p/ipaddresscontrollib
Other
61 stars 25 forks source link

copy and paste is not working #15

Closed Jungwoo-An closed 7 years ago

Jungwoo-An commented 7 years ago

it is very important action.

m66n commented 7 years ago

What exactly isn't working? If a value that is pasted into a field of the control (via CTRL-V or the context menu) can be interpreted as an integer, then that value will be pasted into that field. Otherwise, the value will be interpreted as a full IP address and pasted into the control starting with the first field. Each field is a distinct TextBox and the text in each TextBox can be copied via CTRL-C or the context menu.