How would I fill the content of an text box with the current date
Change content of text box
Collapse
X
-
-
Originally posted by BanfaIs this an MFC, WIN32 or .NET application on Windows or soething else?
RaghuComment
-
Originally posted by Dra9Sorry, I was sleeping
This is VC# and its Windows
Eg
[code=cpp]
myTextBox.Text= "hello world!";
[/code]
Please take the time to research the problem before you post your question. The experts here are more than willing to help you with a specific problem but you have to do your part to learn the basics. A great place to start your research is the MSDN Library. It contains details on all of the .NET classes and concepts...like the TextBox Class.
-FrinnyComment
Comment