Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
setwintext append
#11

I got it thanks for the help, sorry Im slow sometimes :roll:


Code:
Copy      Help
function str's

int hwnd=id(5 "DlG")
if (SendMessage(hwnd EM_GETLINECOUNT 0 0))>100    
,SendMessage(hwnd EM_SETSEL 0 (SendMessage(hwnd EM_LINEINDEX 1 0)))
,SendMessage(hwnd EM_REPLACESEL 0 0)
s+"[]"
SendMessage(hwnd EM_SETSEL -2 -2)
SendMessage(hwnd EM_REPLACESEL 0 s)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)