|
-
Dec 20th, 2001, 04:09 PM
#1
Thread Starter
Fanatic Member
SetDlgItemText
I would like to know how to Set A Value to a control, EDIT1.(I'm using Dialog).

prog_tom
JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
http://physics.sviesoft.com/forum
-
Dec 20th, 2001, 04:59 PM
#2
Monday Morning Lunatic
You answered your question in your thread title
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Dec 20th, 2001, 05:08 PM
#3
Thread Starter
Fanatic Member
I know i did
I don't know how to use it... Can you show me how?

prog_tom
JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
http://physics.sviesoft.com/forum
-
Dec 20th, 2001, 05:16 PM
#4
PowerPoster
Here is an example:
PHP Code:
SetDlgItemText(dlghwnd, EDIT1, "This is a string.");
You can always look up at MSDN Library for reference on any of the API calls.
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
|