Click here to Skip to main content
15,889,863 members
Home / Discussions / C#
   

C#

 
GeneralRe: IsInputKey override for cursors not working Pin
cgcrute14-Jan-04 21:42
cgcrute14-Jan-04 21:42 
General.NET remoting book Pin
naxos14-Jan-04 10:58
naxos14-Jan-04 10:58 
GeneralRe: .NET remoting book Pin
Giles14-Jan-04 11:14
Giles14-Jan-04 11:14 
GeneralRe: .NET remoting book Pin
Mohamad Al Husseiny14-Jan-04 19:34
Mohamad Al Husseiny14-Jan-04 19:34 
GeneralCd Detection to start App Pin
antoine@orchus-tech14-Jan-04 10:54
antoine@orchus-tech14-Jan-04 10:54 
GeneralRe: Cd Detection to start App Pin
Meysam Mahfouzi14-Jan-04 18:30
Meysam Mahfouzi14-Jan-04 18:30 
GeneralFloating Window Z-Order.... Pin
Anders Molin14-Jan-04 8:50
professionalAnders Molin14-Jan-04 8:50 
GeneralRe: Floating Window Z-Order.... Pin
Niels Penneman14-Jan-04 8:53
Niels Penneman14-Jan-04 8:53 
GeneralRe: Floating Window Z-Order.... Pin
Anders Molin14-Jan-04 9:10
professionalAnders Molin14-Jan-04 9:10 
GeneralRe: Floating Window Z-Order.... Pin
Niels Penneman14-Jan-04 9:15
Niels Penneman14-Jan-04 9:15 
GeneralRe: Floating Window Z-Order.... Pin
Heath Stewart14-Jan-04 9:22
protectorHeath Stewart14-Jan-04 9:22 
GeneralRe: Floating Window Z-Order.... Pin
Niels Penneman14-Jan-04 9:25
Niels Penneman14-Jan-04 9:25 
GeneralRe: Floating Window Z-Order.... Pin
Anders Molin14-Jan-04 9:28
professionalAnders Molin14-Jan-04 9:28 
GeneralRe: Floating Window Z-Order.... Pin
Anders Molin14-Jan-04 9:25
professionalAnders Molin14-Jan-04 9:25 
GeneralRe: Floating Window Z-Order.... Pin
Heath Stewart14-Jan-04 9:19
protectorHeath Stewart14-Jan-04 9:19 
Generaltimer Pin
maria_p14-Jan-04 6:38
maria_p14-Jan-04 6:38 
GeneralRe: timer Pin
Heath Stewart14-Jan-04 8:26
protectorHeath Stewart14-Jan-04 8:26 
GeneralRe: timer Pin
maria_p14-Jan-04 9:54
maria_p14-Jan-04 9:54 
GeneralRe: timer Pin
Heath Stewart14-Jan-04 10:23
protectorHeath Stewart14-Jan-04 10:23 
GeneralRe: timer Pin
maria_p25-Jan-04 8:52
maria_p25-Jan-04 8:52 
GeneralRe: timer Pin
maria_p18-Feb-04 8:53
maria_p18-Feb-04 8:53 
GeneralRe: timer Pin
Heath Stewart18-Feb-04 9:23
protectorHeath Stewart18-Feb-04 9:23 
GeneralOutlook 2003 -( Inbox look-alike) Pin
Nick_Chr14-Jan-04 6:10
Nick_Chr14-Jan-04 6:10 
GeneralRe: Outlook 2003 -( Inbox look-alike) Pin
Heath Stewart14-Jan-04 8:10
protectorHeath Stewart14-Jan-04 8:10 
A ListView control is what you want to use, but you should look at the List-View Common Control[^] documentation in the Platform SDK. The .NET ListView control wraps the List-View common control - just as most other controls in System.Windows.Forms wrap respective common controls. There are several articles about overriding functionality in the ListView here on CodeProject and you can google for more. Previous Windows programming experience will be helpful because you'll have to P/Invoke several native functions (like SendMessage) and know how to send messages and handle notification messages by overriding WndProc in your derived Listview control. You'll also have to be familiar with marshaling, which isn't difficult, so you can declare your P/Invoke methods and structs appropriately.

Most of the articles on this site talk about most of this, such as several listed in the following search: http://www.codeproject.com/info/search.asp?cats=3&cats=5&searchkw=ListView[^].

 

-----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: Outlook 2003 -( Inbox look-alike) Pin
Nick_Chr14-Jan-04 22:25
Nick_Chr14-Jan-04 22:25 

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.