I am trying to make a form where I can get a specific value from the user and save it in a table. This table is visible to the user at the same time. The form I made shows the table using a datagridview. The value I need to enter is being taken by the inputbox. (I referred this site).
The problem is that, the value being taken by the inputbox follows a certain syntax, and I need to inform this to the user, I have thought of showing the syntax in the textbox, and when the user selects the textbox to enter this value the preloaded text is removed.