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

Search Results
Subject Author Forum Time
RE: open a new form
tnx, u have one error solves, i still have these three errors: [C++ Error] MPPluginC.cpp(95): E2451 Undefined symbol 'IDD_DIALOG1' [C++ Error] MPPluginC.cpp(95): E2034 Cannot convert 'int (__stdcall *)(void *,unsigned int,unsigned int,long)' to ...
BamboePlug-Ins07-10-2003 at 06:21 PM
RE: open a new form
it didn't work :( got these error messages on line in parsecommand: (DialogBox(hDllInst, MAKEINTRESOURCE(IDD_DIALOG1), NULL, NickChanger);) [C++ Error] MPPluginC.cpp(95): E2451 Undefined symbol 'hDllInst' [C++ Error] MPPluginC.cpp(95): E2451 U...
BamboePlug-Ins07-09-2003 at 03:36 PM
RE: Bug in plugin support?
why don't you do this? if(stricmp(sCommand, "/xcopy") == 0 && strlen(sCommandArg) < 500 (or whatever the maximum is))
BamboePlug-Ins07-09-2003 at 11:55 AM
RE: open a new form
tnx I'll try it later today
BamboePlug-Ins07-09-2003 at 07:16 AM
RE: open a new form
allex87 you have made a form before, can i have your sourcecode?
BamboePlug-Ins07-08-2003 at 08:20 PM
RE: problem with loading objects in plugin
I have borland c++ 6 and i don't know what MFC is (asked in this thread before what a MFC is). Form1->Show(); and ShowModal(); don't work. So can somebody explain it to me?
BamboePlug-Ins07-08-2003 at 06:26 PM
RE: problem with loading objects in plugin
Patchou, the problem is that we don't know how to create an object like a new form in c and in vb, could you please explain to us with an example how we create a new form in c???
BamboePlug-Ins07-08-2003 at 05:24 PM
RE: problem with loading objects in plugin
this is not vb but c but i made it this way and it worked: if(MessageDlg("test", mtConfirmation, TMsgDlgButtons()<<mbYes << mbNo,0)==mrYes) strcpy(sResult, "form geopend");
BamboePlug-Ins07-08-2003 at 03:26 PM
RE: problem with loading objects in plugin
No a messagexox works when you make him like this: MessageBox(NULL, "Hello World", "Hello", MB_OK);
BamboePlug-Ins07-08-2003 at 02:59 PM
RE: problem with loading objects in plugin
Form1->Show(); didn't work and my form is standard visible
BamboePlug-Ins07-08-2003 at 02:29 PM
RE: Newbie-question: How to make a dll in VB?
just open the sample project from patchou and moddify it (works for c)
BamboePlug-Ins07-08-2003 at 01:48 PM
RE: problem with loading objects in plugin
i want to know how you do this in c so can somebody tell us???
BamboePlug-Ins07-08-2003 at 01:47 PM
RE: open a new form
I don't understand the tutorial, you have to use some code in winMain() but there isn't a winMain() in the msn+ api. what do you mean with MFC (i am just a newbe in programming) Can you please give me some example code or the code you used in your ...
BamboePlug-Ins07-08-2003 at 12:04 PM
open a new form
can somebody pleaz tell me how i can open a new form (in c) i've tried form1->Show(); but it didn't work (the compiler accept it but the plugin won't work anymore).
BamboePlug-Ins07-07-2003 at 10:21 PM
RE: new Plugin: Url Manager
nice but you it's the same as quicktext from msn+ if you made this with c, could you please tell me how you make that extra form, Form1 (or whatever it's name is) ->ShowModal(); didn't work.
BamboePlug-Ins07-07-2003 at 07:36 PM
RE: Change your contact's status
why should you contact install this? :S
BamboePlug-Ins07-07-2003 at 06:27 PM
RE: Advanced nickname changer :)
how did you made that form? I tried to make a form too but the Form1->ShowModal(); command didn't worked
BamboePlug-Ins07-06-2003 at 04:01 PM
RE: Colour Fade plugin
could you pleas give me the whole souce code, becaus i want to try to make a plug in but I have no idea how to start (I don't know how to make a dll in borland C++ 6) tnx
BamboePlug-Ins07-04-2003 at 02:06 PM
RE: Colour Fade plugin
can you give me the source code???
BamboePlug-Ins07-04-2003 at 11:12 AM
[Hide Excerpts]