[Message Deleted]
C#
2
Posts
2
Posters
0
Views
1
Watching
-
[Message Deleted]
-
[Message Deleted]
tonyjsebastian1 wrote:
i want to show a tool tip for the textbox in the Textchanged Event. CONDITION the tooltip must be displayed only if the text box types the correct data
Seems pretty straightforward. You already know to use the textchanged event. Use a ToolTip[^] to display the tooltip on the text box. In the textchanged event, just check that the type of data correct.
Simon