sixcode
8th January 2006 13:25 UTC
call an external DLL, convert to NSIS
the code i have is this and is written in c#:
MsgBoxCheck.MessageBox dlg = new MsgBoxCheck.MessageBox();
DialogResult dr =
dlg.Show(@"Software\PricklySoft\TestMsgBoxCheck",
"DontShowAgain",DialogResult.OK,
"Don't ask me this again",
"Now is the time for all good men to check this message box",
"Hello",
MessageBoxButtons.OK, MessageBoxIcon.Information);
is it possible to convert this to NSIS code?
the source of the code:
http://www.codeproject.com/cs/miscct...sageBoxChk.asp
sixcode
8th January 2006 13:58 UTC
forgot to attach the dll
Joel
8th January 2006 15:17 UTC
I think you'll have to use a NSIS plugin that will display it...
sixcode
8th January 2006 15:33 UTC
i cant make a plugin
i did try tho.. :(
can you help me with this
Afrow UK
8th January 2006 19:03 UTC
Nobody has written plugins for NSIS in C#. You have to use C or C++ unless you can convert the C/C++ plugin example to C#?
-Stu
sixcode
8th January 2006 19:29 UTC
the DLL source is in c# and i cannot convert it to c\c++
but if it's in c++ can it be called from nsis script?
Joel
8th January 2006 19:40 UTC
I'm making one... I'll post later a debug version :)
sixcode
8th January 2006 20:10 UTC
Originally posted by Joel
I'm making one... I'll post later a debug version :)
thanks Joel :up:
Joel
9th January 2006 03:23 UTC
Here.
:) :up: