Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fortran callable QM functions
#16
How to send a message to QM from autohotkey, I use the following code, no effect

MyVar:="M ''Macro2''"
SendMessage, 0xC, 0, &MyVar, QM_Editor

I don't understand how to send a message to QM in AHK. The above code is wrong. Undecided Can you guide me? thanks 

The following is the documentation

https://www.autohotkey.com/docs/commands...essage.htm

 A string may be sent via wParam or lParam by specifying the address of a variable. The following example uses the address operator (&) to do this:
SendMessage, 0xC, 0, &MyVar, ClassNN, WinTitle ; 0XC is WM_SETTEXT


Messages In This Thread
Fortran callable QM functions - by ssimop - 06-27-2018, 09:00 AM
RE: Fortran callable QM functions - by Gintaras - 06-27-2018, 11:57 AM
RE: Fortran callable QM functions - by ssimop - 01-22-2019, 06:48 PM
RE: Fortran callable QM functions - by Gintaras - 01-22-2019, 08:05 PM
RE: Fortran callable QM functions - by ssimop - 01-24-2019, 08:29 AM
RE: Fortran callable QM functions - by win - 01-30-2019, 08:30 PM
RE: Fortran callable QM functions - by Gintaras - 01-30-2019, 10:09 PM
RE: Fortran callable QM functions - by win - 01-30-2019, 10:52 PM
RE: Fortran callable QM functions - by Gintaras - 01-31-2019, 09:36 AM
RE: Fortran callable QM functions - by win - 01-31-2019, 12:29 PM
RE: Fortran callable QM functions - by win - 02-01-2019, 06:38 AM
RE: Fortran callable QM functions - by win - 02-01-2019, 09:39 AM
RE: Fortran callable QM functions - by Gintaras - 02-03-2019, 06:35 PM
RE: Fortran callable QM functions - by win - 02-03-2019, 11:54 PM
RE: Fortran callable QM functions - by Gintaras - 02-04-2019, 06:50 AM
RE: Fortran callable QM functions - by win - 04-21-2019, 09:31 AM
RE: Fortran callable QM functions - by win - 04-21-2019, 10:59 PM
RE: Fortran callable QM functions - by win - 04-22-2019, 08:31 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)