Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QM Auto Message Text
#3
Code:
Copy      Help
[color=darkblue][b]

Edit this part of the code you could change 'darkblue to anything you want. see Font colour menu (that would be when your posting a message) for more colors, Tip: you can also use color=#FF0000 coding.

Example: (of red)
Function ( QM_AutoText ) Trigger ( !n"Quick Macros :: Post" )
Code:
Copy      Help
int cnt hwnd=val(_command);str istext AutoText;Htm x0
;1a
if cnt=400
,end
x0=htm("TEXTAREA" "" "" hwnd 0 0 0x20)
err
,cnt+1
,0.1
,goto 1a
istext=x0.Text
if len(istext)<>0
,end
;!!!!!!!!!!! Edit the the code between (AutoText=) and (x0.SetText(AutoText)) !!!!!!!!!!
AutoText=
;[color=red][b]
;
;;[/b]
[/color]
x0.SetText(AutoText)
;If you need any help PM me on QM forum (JOHN_)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)