Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to move a message window?
#2
Function Function12
here is an example. you should be able to edit that for what you want.

Code:
Copy      Help
POINT p; xm(p) ;;get mouse position into p.x and p.y

MES m
m.style="YNCn"

m.x=p.x
m.y=p.y
m.timeout=15
m.default='C'
int i=mes("message" "title" m)


Messages In This Thread
How to move a message window? - by ScottF - 10-29-2020, 01:03 PM
RE: How to move a message window? - by redbull2k - 10-29-2020, 11:17 PM
RE: How to move a message window? - by ScottF - 10-30-2020, 12:13 PM
RE: How to move a message window? - by Kevin - 10-30-2020, 01:00 PM
RE: How to move a message window? - by Gintaras - 10-30-2020, 01:13 PM
RE: How to move a message window? - by ScottF - 10-30-2020, 02:25 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)