What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » [VB6] vbModeless?

[VB6] vbModeless?
Author: Message:
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
RE: [VB6] vbModeless?
The variable "vbModeless" is actually unknown in VB, and I guess you get a compile error saying "Variable Not Defined" when trying to compile your plugin.
If you don't get an error, that means that you haven't put "Option Explicit" in the top of your code.
That forces every variable to be declared.

Anyway, if you want to show a "modeless" form, you don't have to put "vbModel".
However, you can't use this on a Messenger Plus! VB plugin.
But I think that Matty has made a post on how to make a "modeless" form in a plugin...
YouTube closed-captions ripper (also allows you to download videos!)
10-10-2005 05:08 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[VB6] vbModeless? - by eSouL on 10-10-2005 at 05:02 PM
RE: [VB6] vbModeless? - by Mike on 10-10-2005 at 05:08 PM
RE: [VB6] vbModeless? - by matty on 10-10-2005 at 06:51 PM
RE: [VB6] vbModeless? - by CookieRevised on 10-10-2005 at 11:21 PM
RE: [VB6] vbModeless? - by matty on 10-10-2005 at 11:46 PM
RE: [VB6] vbModeless? - by CookieRevised on 10-11-2005 at 02:11 AM
RE: [VB6] vbModeless? - by eSouL on 10-28-2005 at 07:14 AM
RE: [VB6] vbModeless? - by CookieRevised on 10-28-2005 at 05:17 PM
RE: [VB6] vbModeless? - by eSouL on 10-28-2005 at 07:53 PM
RE: [VB6] vbModeless? - by matty on 10-28-2005 at 08:00 PM
RE: [VB6] vbModeless? - by CookieRevised on 10-29-2005 at 01:54 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