Hi
I wanna know if someone can help whats the difference between textbox and label.... When we can use label and when textbox...??
Thanks
Printable View
Hi
I wanna know if someone can help whats the difference between textbox and label.... When we can use label and when textbox...??
Thanks
you can use both to display data, but the biggest difference is that you can use textbox to take inputs from user where as in label you cannot...
Welcome to the forum Leite33!Quote:
Originally Posted by Leite33
A TextBox can be directly typed into while a Label only displays text. Also a TextBox possesses a Window Handle (hwnd) while a Label doesn't.