Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Editbox question
#1
Hi there,

Is it possible to 'clean' up the editbox after the macro has been used, so if the input has been worked out and the macro comes up it has a fresh and blank screen?

TIA
#2
You mean in smart dialogs?
#3
Sorry,

Yes in a smart dialog

After the whole macro has been done, the dialog appears again, and the editbox has to be clean if possible.

cheers
#4
You could clear the input field using this:
Code:
Copy      Help
str s = ""
s.setwintext(id(3 hDlg))
#5
Thank APE you helped me out very well this is what i was looking for, you're my man! Big Grin
#6
freggel99 Wrote:Thank APE you helped me out very well this is what i was looking for, you're my man! Big Grin
No problem..


Forum Jump:


Users browsing this thread: 1 Guest(s)