I want to put a label on my main form that I can use to write information on
to my Users.
In the Dialog resource editor, the closest I can find is a Static Text
control followed by an Edit Box control.
Is there a way to modify the text information on a Static Text control
during program execution?
I have tried doing this unsuccessfully before. Currently to draw text onto
the form, I get the rectangle of the window, calculate where I want my text
displayed, then use DrawText to place my information. This causes some
flickering that I would like to avoid by having a label on the form that I
can simply edit the text of.
What should I do here?
Again: Using eMbedded VC, not Visual Studio.
Thanks,
Joe