My mouse macro: function ShowLCD() ClearLCD() OutputLCDMessage("HELLO WORD",10000) end It can show the "HELLO WORD" in Logitech LCD screen , but I want to show in Winform Can it do that?
My mouse macro:
function ShowLCD()
ClearLCD()
OutputLCDMessage("HELLO WORD",10000)
end
It can show the "HELLO WORD" in Logitech LCD screen ,
but I want to show in Winform
Can it do that?