Here is how I am creating the textbox:

mlngText(0) = CreateWindowEx(0, "Edit", "Test", WS_VISIBLE Or WS_CHILD, 0, 100, _
100, 20, mlngSetup, 0&, glngApp, 0&)

The problem is, the font in the text box is large and bold. I want it to be the standard font in the text box not bold and a small font size. Anyone know how?