Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WM_COPYDATA example (access application outside application)
#9
not tested

Code:
Copy      Help
// script ""
var w = wnd.find("*XYplorer", "ThunderRT6FormDC");
if (w.Is0) return;
string s = "::msg ''Hello world!''";
WndCopyData.Send<char>(w, 0x00400001, s);


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)