What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Thx!] PlusWnd1.LstView_SetSelectedState()

[Thx!] PlusWnd1.LstView_SetSelectedState()
Author: Message:
Flash
Junior Member
**

Avatar
All time Ready

Posts: 86
Reputation: 2
44 / Male / Flag
Joined: Aug 2006
O.P. RE: [LittleHelp] PlusWnd1.LstView_SetSelectedState()
Thx cookie that work fine ;)
code:
var id = ListViewAddRow(PlusWnd1,'ListSecs', Array('',inc+ ' - ' +p1,p2))
                if (p3 == 1) PlusWnd1.LstView_SetItemIcon('ListSecs', id, "ImgBusy", true);
                if (num == o) {
                    select = 1
                    PlusWnd1.LstView_SetSelectedState('ListSecs',id,true);
                    PlusWnd1.SendControlMessage('ListSecs', /* LVM_ENSUREVISIBLE */ 0x1013, id, false)
                }

This post was edited on 03-25-2007 at 06:10 AM by Flash.
My script: Psdp
03-25-2007 06:09 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Thx!] PlusWnd1.LstView_SetSelectedState() - by Flash on 03-24-2007 at 04:31 PM
RE: [LittleHelp] PlusWnd1.LstView_SetSelectedState() - by CookieRevised on 03-25-2007 at 01:09 AM
RE: [LittleHelp] PlusWnd1.LstView_SetSelectedState() - by Flash on 03-25-2007 at 06:09 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