Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need some help with Dialog
#2
Code:
Copy      Help
,case 4 ;;TRANSFER
,str txt.getwintext(id(3 hDlg)) ;;editable text
,;txt.setclip;; this will copy text to clipboard uncomment if needed but more than likely dont need to even use clipboard
,;get window handle and just do this instead example with notepad
,int w=win("Untitled - Notepad" "Notepad")
,int c=id(15 w) ;;editable text 'Text Editor'
,txt.setwintext(c)
;After performing the above actions the Dialog has to close.
,DT_Ok(hDlg)

Depending on the application your trying to put text into will determine which course of action to take let us know


Messages In This Thread
Need some help with Dialog - by InterestedNewbie - 05-02-2018, 03:05 AM
RE: Need some help with Dialog - by Kevin - 05-02-2018, 04:04 AM
RE: Need some help with Dialog - by Gintaras - 05-02-2018, 06:27 AM
RE: Need some help with Dialog - by Kevin - 05-02-2018, 06:04 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)