plinydogg
10-20-2006, 01:20 AM
Hi, I've got a really really simple question. While I'm asking it I also want to ask if you've considered creating a newbie forum category. You all seem very experienced and I don't want to clutter your real questions with my baby steps. Just a thought.
Here's my question. How do you change the text of an edit control? In VB I would just do something like the following (I think):
editControl.text = "the text I want"
In PPL, I think I need to use SETTEXT and write something like this:
SETTEXT (editControlHandle$, "the text I want");
However, I'm not sure how to give the editcontrol a handle. How do I do this? By placing something like this within WinMain():
editControlHandle$ = nameOfEditControl;
Any help would be much appreciated and sorry to clutter the forum with rookie questions.
Here's my question. How do you change the text of an edit control? In VB I would just do something like the following (I think):
editControl.text = "the text I want"
In PPL, I think I need to use SETTEXT and write something like this:
SETTEXT (editControlHandle$, "the text I want");
However, I'm not sure how to give the editcontrol a handle. How do I do this? By placing something like this within WinMain():
editControlHandle$ = nameOfEditControl;
Any help would be much appreciated and sorry to clutter the forum with rookie questions.