Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Continuous RichEditHighlight
#5
I don't know other ways to get RTF and how to improve this code.
Dll injection - not QM-specific. Need to create a dll in Visual Studio, using C++ language. Inject it with SetWindowsHookEx(WH_CALLWNDPROC, HookFunctionInThisDll, ModuleHandleOfThisDll, ThreadIdOfTheWindow) and SendMessage(hwnd, MyMessage, 0, 0). Then to send data back use eg shared memory or ReadProcessMemory.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)