CreateWindow()

i have a few questions about CreateWindow() when using
1
2
3
4
CreateWindow(TEXT("STATIC"),TEXT("text here"),
WS_VISIBLE | WS_CHILD,
10,10,100,20,
hwnd,(HMENU) 1,NULL,NULL);


how to change the background of the 'textfield' and how to make it that it would be scrollable thanks in advance
please someone help meh



oh and also how to change the text (obviously not when creating)
Last edited on
Topic archived. No new replies allowed.