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

Pages: (2): « First « 1 [ 2 ] Last »
display pictures
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: display pictures
Ok firstly you dont need to double post, instead use the [Image: edit.gif] button to edit your posts.

Secondly create a form that has no border 0 height and 0 width. Put all your code there in a timer.

On the Initalize function use the ShowWindow API to show the window.

Public Declare Function ShowWindow Lib "user32" Alias "ShowWindow" (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long
Public Const SW_SHOWNOACTIVATE = 4


code:
ShowWindow Form1.hWnd, SW_SHOWNOACTIVATE
08-24-2005 05:31 PM
Profile E-Mail PM Find Quote Report
wallawalla
New Member
*

yep

Posts: 6
– / Male / –
Joined: Aug 2005
O.P. RE: display pictures
ok thanks, sorry about the double post

now it says "hWnd is not a valid member of xiDP" (xiDP is my form)

im assuming i need to add a refernce to windows or something?

...
08-26-2005 08:30 PM
Profile E-Mail PM Web Find Quote Report
Pages: (2): « First « 1 [ 2 ] 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