PPCdev
02-08-2003, 02:18 AM
I know Im asking some pretty basic questions, and your patience is grand. The way I learn is to take itty bitty building blocks and build on top of them, so as I learn the baby steps I can progress more on my own and my questions eventually end up being more advanced in nature.
At any rate, I have an MFC eVC++ app that has a button on it... And, a static text with the caption set. I want to change the caption when the button is clicked, but I dont know how to do that.
In VB it would be something like:
lable1.caption = "This is the new text"
Please forgive me for I am a SuperNewbie, but be thankful I am joining the mature ranks of 'C' programmers! :-)
I am getting excelent advice from this forum, and if theres no objection I hope to post more Newbie questions as I progress in my learning. Ive subscibed to other forums just for developers, but questions sit idle there for days and days with no response. :-( This is the only forum Ive found that was active and members actually contribute. I hope to be able to help others as you all have helped me!
Andrew Daniel
At any rate, I have an MFC eVC++ app that has a button on it... And, a static text with the caption set. I want to change the caption when the button is clicked, but I dont know how to do that.
In VB it would be something like:
lable1.caption = "This is the new text"
Please forgive me for I am a SuperNewbie, but be thankful I am joining the mature ranks of 'C' programmers! :-)
I am getting excelent advice from this forum, and if theres no objection I hope to post more Newbie questions as I progress in my learning. Ive subscibed to other forums just for developers, but questions sit idle there for days and days with no response. :-( This is the only forum Ive found that was active and members actually contribute. I hope to be able to help others as you all have helped me!
Andrew Daniel