Click here to Skip to main content
15,885,244 members
Home / Discussions / C#
   

C#

 
GeneralRe: ArrayList Madness Pin
eggie53-Jan-04 11:27
eggie53-Jan-04 11:27 
GeneralRe: ArrayList Madness Pin
Nick Parker3-Jan-04 10:30
protectorNick Parker3-Jan-04 10:30 
GeneralNeed a multiline listview Windows Forms control Pin
Roman R.3-Jan-04 7:37
Roman R.3-Jan-04 7:37 
GeneralRe: Need a multiline listview Windows Forms control Pin
Heath Stewart3-Jan-04 7:47
protectorHeath Stewart3-Jan-04 7:47 
GeneralRe: Need a multiline listview Windows Forms control Pin
Roman R.3-Jan-04 7:55
Roman R.3-Jan-04 7:55 
GeneralRe: Need a multiline listview Windows Forms control Pin
Heath Stewart3-Jan-04 10:59
protectorHeath Stewart3-Jan-04 10:59 
GeneralRe: Need a multiline listview Windows Forms control Pin
Roman R.3-Jan-04 17:21
Roman R.3-Jan-04 17:21 
GeneralRe: Need a multiline listview Windows Forms control Pin
Heath Stewart3-Jan-04 17:24
protectorHeath Stewart3-Jan-04 17:24 
At this time, there isn't many articles on CodeProject about this. There was one, but the guy used CodeProject as a testing front for what he later turned commercial. Frown | :(

To know what you need to do, research the Windows Common Control ListView. There are messages and notifications that you must be familiar with. After this, you override WndProc in your ListView derivitive class and handle those notification messages. You'll probably also have to P/Invoke several methods (especially SendMessage) and create constants that represent message ID, and several structs.

You can try googling for an example, too.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Need a multiline listview Windows Forms control Pin
Carlos H. Perez3-Jan-04 11:26
Carlos H. Perez3-Jan-04 11:26 
GeneralRe: Need a multiline listview Windows Forms control Pin
Nick Parker3-Jan-04 11:42
protectorNick Parker3-Jan-04 11:42 
GeneralRe: Need a multiline listview Windows Forms control Pin
Carlos H. Perez3-Jan-04 12:11
Carlos H. Perez3-Jan-04 12:11 
GeneralRe: Need a multiline listview Windows Forms control Pin
Roman R.3-Jan-04 17:27
Roman R.3-Jan-04 17:27 
GeneralRe: Need a multiline listview Windows Forms control Pin
hammackj3-Jan-04 21:55
hammackj3-Jan-04 21:55 
GeneralRe: Need a multiline listview Windows Forms control Pin
Roman R.4-Jan-04 5:49
Roman R.4-Jan-04 5:49 
GeneralRe: Need a multiline listview Windows Forms control Pin
hammackj4-Jan-04 10:49
hammackj4-Jan-04 10:49 
GeneralCustom MessageBox buttons Pin
Broken God3-Jan-04 6:24
Broken God3-Jan-04 6:24 
GeneralRe: Custom MessageBox buttons Pin
Colin Angus Mackay3-Jan-04 6:51
Colin Angus Mackay3-Jan-04 6:51 
GeneralRe: Custom MessageBox buttons Pin
jconwell3-Jan-04 18:05
jconwell3-Jan-04 18:05 
GeneralUsing Word with C# Pin
Stephane David3-Jan-04 5:43
Stephane David3-Jan-04 5:43 
GeneralRe: Using Word with C# Pin
Heath Stewart3-Jan-04 8:03
protectorHeath Stewart3-Jan-04 8:03 
GeneralRe: Using Word with C# Pin
Stephane David3-Jan-04 9:58
Stephane David3-Jan-04 9:58 
GeneralRe: Using Word with C# Pin
Nick Parker3-Jan-04 10:05
protectorNick Parker3-Jan-04 10:05 
GeneralRe: Using Word with C# Pin
Stephane David3-Jan-04 10:16
Stephane David3-Jan-04 10:16 
GeneralRe: Using Word with C# Pin
Heath Stewart3-Jan-04 10:58
protectorHeath Stewart3-Jan-04 10:58 
GeneralRe: Using Word with C# Pin
Stephane David3-Jan-04 19:00
Stephane David3-Jan-04 19:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.