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:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [VB6] vbModeless?
The .Show function on a form accepts 2 values for the type of Display. Those values are 0 and 1. 0 would, in essence vbModaless which doesn't technically exist as a Visual Basic Constant. And 1 is vbModal (showing ontop of all other windows.

Now when showing a window from a plugin you have to use vbModal if you choose to show a window using Formname.show. On the other hand if you use the Windows API as shown in the post i made awhile ago you can do it differently.

Matty's reply to Showing Form without vbModal in VB? For the programmers out there... :D

This post was edited on 10-10-2005 at 09:06 PM by matty.
10-10-2005 06:51 PM
Profile E-Mail PM 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