What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Using DialogBox function

Using DialogBox function
Author: Message:
mikelo2k
New Member
*


Posts: 1
Joined: Jul 2003
Wink  RE: Using DialogBox function
Ok, how about you try debugging and some error checking api.
Right after the dialog box param call, put the following:
int x = GetLastError();

x will contain the error code. Now since you probably dont know how to debug a DLL, wsprintf() the code with "%i" into a string and messagebox it. Once you have the error code, post it here or consult your Win32 API manual.

There can be many reasons for the dialog not showing, sometimes if you have common controls (which you may) then you have to initialize common control sex ;)
07-10-2003 03:37 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Using DialogBox function - by oberststen on 07-09-2003 at 09:18 PM
RE: Using DialogBox function - by allex87 on 07-09-2003 at 09:22 PM
RE: Using DialogBox function - by oberststen on 07-09-2003 at 09:36 PM
RE: Using DialogBox function - by allex87 on 07-10-2003 at 02:00 AM
RE: Using DialogBox function - by oberststen on 07-10-2003 at 03:27 AM
RE: Using DialogBox function - by allex87 on 07-10-2003 at 03:31 AM
RE: Using DialogBox function - by mikelo2k on 07-10-2003 at 03:37 AM
RE: Using DialogBox function - by allex87 on 07-10-2003 at 03:39 AM
RE: Using DialogBox function - by oberststen on 07-10-2003 at 03:23 PM
RE: RE: Using DialogBox function - by n3tfusiOn on 07-10-2003 at 05:00 PM
RE: Using DialogBox function - by oberststen on 07-10-2003 at 06:53 PM
RE: Using DialogBox function - by allex87 on 07-11-2003 at 11:27 AM


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