Whats the code for reading from a editbox?
For example, if I type in "Hello" in the editbox and then press a button, a textlabel (IDC_STATIC) on the form will change to "Hello"
How would the code look?

/Ragnar