|
-
Dec 11th, 2001, 09:12 AM
#1
Thread Starter
Addicted Member
Create TextBox
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?
Always looking for a better and faster way!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|