cplusplus.com
C++ : Forum : Windows Programming : static with legend
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs


post static with legend

chris (82)
I've been trying this for a while now & I cannot seem to figure out how to do it.
What I am looking to achieve is a what is the same affect as HTML:
<fieldset>
<legend>Hello</legend>
</fieldset>
I can get the appearance of it, just without the legend:
 
CreateWindowEx(0,"STATIC","Hello",SS_ETCHEDFRAME|WS_CHILD|WS_VISIBLE,25,200,100,100,hwnd,NULL,hThisInstance,NULL);

Any help appreciated.
Topic archived. No new replies allowed.