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

Search Results
Subject Author Forum Time
RE: Button_SetCheckState
Thanks for clearing that up. I just looked at some of my revisions and I saw that I never tried VARIANT_TRUE itself. I tried to cast a bool or int to a VARIANT_BOOL, assuming it would work. After your explanation now trying it with -1 it magically wo...
enoidScripting05-27-2011 at 11:31 AM
RE: Button_SetCheckState
Yes it does,.. Thanks! I could have sworn I tried that in my original code too (I even mention it in my opening post...) Now I feel like an idiot :(
enoidScripting05-27-2011 at 08:33 AM
RE: Button_SetCheckState
Same thing. To be sure I'm not screwing it up elsewhere in my code, I just took the [url=http://shoutbox.menthix.net/showthread.php?ti d=94513]example code from Mnjul[/url] and only added the code it's all about. See the attachment. See 'PlusScript...
enoidScripting05-27-2011 at 07:50 AM
Button_SetCheckState
I'm having a problem with the rewriting of my script. I'm trying to implement as much as possible into my DLL and so far everything works without a problem. There's only one thing that doesn't seem to work, period. I'm talking about Button_SetCh...
enoidScripting05-26-2011 at 11:28 PM
RE: [C++] PlusWnd to MsgPlus
Thanks for that Eljay! I think I'm just going the easy way :) For now I'm just filling the ListView and a few other basic things, so this method would suffice. Thanks again to the both of you!
enoidScripting05-17-2011 at 05:15 PM
[C++] PlusWnd to MsgPlus
I'm using a C++ DLL in which I create a PlusWnd and fill a ListViewControl with it as follows: [code]extern "C" __declspec(dllexport) void __stdcall TestWindow() { IDispatchPtr Wnd = pMsgPlus->CreateWnd("TestWindow.xml", "Form1"); _IMPPlusWn...
enoidScripting05-17-2011 at 02:52 PM
[Hide Excerpts]