What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Help]Listview insert column

[Help]Listview insert column
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [Help]Listview insert column
It is found on this page which I already linked to.

quote:
Originally posted by http://msdn.microsoft.com/en-us/library/bb774743(VS.85).aspx
typedef struct _LVCOLUMN {
    UINT mask;
    int fmt;
    int cx;
    LPTSTR pszText;
    int cchTextMax;
    int iSubItem;
#if (_WIN32_IE >= 0x0300)
    int iImage;
    int iOrder;
#endif
#if (_WIN32_WINNT >= 0x0600)
    int cxMin;
    int cxDefault;
    int cxIdeal;
#endif
} LVCOLUMN, *LPLVCOLUMN;

You need to match up the offset with the specific field you are filling.

This post was edited on 02-08-2009 at 09:10 PM by matty.
02-08-2009 09:09 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Help]Listview insert column - by DaAniv on 02-08-2009 at 02:11 PM
RE: [Help]Listview insert column - by matty on 02-08-2009 at 02:26 PM
RE: [Help]Listview insert column - by DaAniv on 02-08-2009 at 02:44 PM
RE: [Help]Listview insert column - by matty on 02-08-2009 at 02:46 PM
RE: [Help]Listview insert column - by DaAniv on 02-08-2009 at 02:52 PM
RE: [Help]Listview insert column - by matty on 02-08-2009 at 03:04 PM
RE: [Help]Listview insert column - by DaAniv on 02-08-2009 at 06:11 PM
RE: [Help]Listview insert column - by matty on 02-08-2009 at 09:09 PM


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