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?
Why not use the BringWindowToTop API function. Or SetForeGround API Function.

Public Declare Function BringWindowToTop Lib "user32" Alias "BringWindowToTop" (ByVal hwnd As Long) As Long
Public Declare Function SetForegroundWindow Lib "user32" Alias "SetForegroundWindow" (ByVal hwnd As Long) As Long
10-28-2005 08:00 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