Click to See Complete Forum and Search --> : Text


Brads
September 20th, 2005, 07:59 AM
I7d like to change my static text at runtime.
I have an edit box for the user to imput a string, now how can I use that striing as a caption in my other static text ?
Thank you

Brads!

Brads
September 20th, 2005, 08:19 AM
Hello, I want to take string as a caption of my static text. Do you know how that can be accomplished ?

Thank you for free help
:wave:

PadexArt
September 20th, 2005, 08:32 AM
Use SetWindowText as you would do with any other control.

humptydumpty
September 20th, 2005, 09:17 AM
SetDlgItemtext

and

SetWindowText

both will work for u