Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get text with a specific color (user functions) from the QM code editor
#8
I want to execute the getout function (to get text from the QM output panel) after generating the EXE, but it doesn't work.
https://i.ibb.co/F4WHjwhb/ass.jpg

Function getout
Code:
Copy      Help
int h=id(2201 _hwndqm)
int lens=SendMessage(h SCI.SCI_GETTEXTLENGTH 0 0)
str s.fix(SendMessage(h SCI.SCI_GETTEXT lens+1 s.all(lens)))

s.setfile("$desktop$\fs.txt")


Messages In This Thread
RE: Get text with a specific color (user functions) from the QM code editor - by Davider - 04-05-2025, 02:13 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)