What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » problem with loading objects in plugin

Pages: (3): « First « 1 [ 2 ] 3 » Last »
problem with loading objects in plugin
Author: Message:
surfichris
Former Admin
*****

Avatar

Posts: 2365
Reputation: 81
Joined: Mar 2002
RE: problem with loading objects in plugin
I was talking about visual basic...

You will have to await on a reply for patchou about C++
07-08-2003 03:14 PM
Profile PM Find Quote Report
Xerxis
Full Member
***


Posts: 234
Reputation: 1
40 / Male / –
Joined: Jul 2003
Status: Away
O.P. RE: problem with loading objects in plugin
form.show and form.bisible first execute a load(form)
maybe if i use a callback

just the last thing i haven't tried ;)
07-08-2003 03:16 PM
Profile E-Mail PM Web Find Quote Report
zigomar10
Full Member
***

Avatar

Posts: 345
– / Male / –
Joined: Mar 2003
RE: problem with loading objects in plugin
yeah, i meant VB too. so how would u make a msgbox in vb??

This post was edited on 07-08-2003 at 03:20 PM by zigomar10.
07-08-2003 03:18 PM
Profile PM Find Quote Report
Xerxis
Full Member
***


Posts: 234
Reputation: 1
40 / Male / –
Joined: Jul 2003
Status: Away
O.P. RE: problem with loading objects in plugin
msgbox "this is a message box"

and there is no problem with that code in the plugin functions
07-08-2003 03:22 PM
Profile E-Mail PM Web Find Quote Report
Xerxis
Full Member
***


Posts: 234
Reputation: 1
40 / Male / –
Joined: Jul 2003
Status: Away
O.P. RE: problem with loading objects in plugin
alright, solved the problem, a callback works

so there was an easy solutions after all
07-08-2003 03:24 PM
Profile E-Mail PM Web Find Quote Report
Bamboe
Junior Member
**

Avatar

Posts: 30
Joined: Feb 2003
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");
07-08-2003 03:26 PM
Profile E-Mail PM Find Quote Report
zigomar10
Full Member
***

Avatar

Posts: 345
– / Male / –
Joined: Mar 2003
RE: RE: problem with loading objects in plugin
quote:
Originally posted by Xerxis
msgbox "this is a message box"

and there is no problem with that code in the plugin functions

that doesn't work for me
07-08-2003 03:27 PM
Profile PM Find Quote Report
Predatory Kangaroo
Full Member
***


Posts: 144
– / Male / –
Joined: Jul 2003
RE: problem with loading objects in plugin
really, zigo?
If i want to do a decision thing like that, i do this:
Dim result as vbMessageBoxResult
result = MsgBox("Text", "Title", vbYesNo)
if result = vbYes then
'do this
else
'do that
end if
[Image: imagetest.php?display=You%20dont%20know%...djust=true]
07-08-2003 03:52 PM
Profile PM Web Find Quote Report
zigomar10
Full Member
***

Avatar

Posts: 345
– / Male / –
Joined: Mar 2003
RE: problem with loading objects in plugin
good idea, but for me, even:
MsgBox "Hello, I am mr. messagebox"
doesnt work when making a plugin
07-08-2003 04:06 PM
Profile PM Find Quote Report
Patchou
Messenger Plus! Creator
*****

Avatar

Posts: 8607
Reputation: 201
43 / Male / Flag
Joined: Apr 2002
RE: problem with loading objects in plugin
I'm not sure I understand your problem.. I tried to call MsgBox sevral times when I was testing and it worked fine. As long as your function is declared correctly, what is inside only concerns VB, not Plus!. I'm sorry I can't give you more help, I'm not a vb developer :p
[Image: signature2.gif]
07-08-2003 05:18 PM
Profile PM Web Find Quote Report
Pages: (3): « First « 1 [ 2 ] 3 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On