What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: few questions, font and window parameters
just tested changing font on one window, no change on another EDIT: maybe there is a way to use windows messages to simulate the font dialog window? spy doesnt seem to show any special events
aztectrevScripting01-29-2010 at 02:26 PM
RE: few questions, font and window parameters
ok, thats cool. I was trying to find an OnLoad event or something to pass a parameter, i guess I just pass it to a control on my window instead and use it from there. the font i will look into after i tried the reference EDIT: just done a quick test,...
aztectrevScripting01-29-2010 at 01:10 PM
few questions, font and window parameters
Almost finished my script. works quite well, but not user friendly atm. Is there a way to get and set the font used. what i want to do is get the current font, store it, change font, send message and then change back to stored font. cant seem to find...
aztectrevScripting01-29-2010 at 12:20 PM
RE: Rich text format extract using Interop
THANKS! your a genius. :D I can finish my script now:D:D:D:D
aztectrevScripting01-26-2010 at 06:38 PM
RE: Rich text format extract using Interop
Thanks! :D, works great, the cookie matches. Looks like i wasn't far off from doing it myself*-), i would never have worked out what was wrong :| Thanks for help so far (Y) Need one last thing before I can finish my script, sorry. The callback funct...
aztectrevScripting01-26-2010 at 06:22 PM
RE: Rich text format extract using Interop
ok, changing it doesnt make it work though. I have no idea what I need to change, bit that confused me most was [code] var editStream = Interop.Allocate(24) editStream.WriteDWORD(0,0) editStream.WriteDWORD(8,0) editStream.WriteDWORD(16,Interop...
aztectrevScripting01-26-2010 at 04:37 PM
RE: Rich text format extract using Interop
Ye, i'm trying to get the rtf raw data out i can parse it and replace any color values with with ones used in msgplus and then send the message so the receiver will see the rich text
aztectrevScripting01-26-2010 at 04:18 PM
Rich text format extract using Interop
I'm trying to get the RTF data out of a richeditcontrol. Couldn't find an easy way so i'm trying to use Interop. so far i have: [code]function OnWndMainEvent_CtrlClicked(PlusWnd, ControlId) { if (ControlId == "BtnSend") { var SF_RTF = 0x2 ...
aztectrevScripting01-04-2010 at 07:40 PM
[Hide Excerpts]