Click here to Skip to main content
15,895,370 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help with Win XP task manager Pin
Robert Rohde19-Mar-06 19:48
Robert Rohde19-Mar-06 19:48 
GeneralRe: Help with Win XP task manager Pin
SteelCrow19-Mar-06 20:18
SteelCrow19-Mar-06 20:18 
GeneralRe: Help with Win XP task manager Pin
Robert Rohde20-Mar-06 6:56
Robert Rohde20-Mar-06 6:56 
GeneralRe: Help with Win XP task manager Pin
SteelCrow20-Mar-06 14:55
SteelCrow20-Mar-06 14:55 
QuestionDisabled some items in ListView Pin
fjlv200519-Mar-06 16:51
fjlv200519-Mar-06 16:51 
AnswerRe: Disabled some items in ListView Pin
Ahmad Mahmoud [candseeme]20-Mar-06 1:21
Ahmad Mahmoud [candseeme]20-Mar-06 1:21 
GeneralRe: Disabled some items in ListView Pin
fjlv200520-Mar-06 22:49
fjlv200520-Mar-06 22:49 
AnswerRe: Disabled some items in ListView Pin
mav.northwind20-Mar-06 5:44
mav.northwind20-Mar-06 5:44 
Hi!
Unless you're willing to rewrite the ListView there's no such thing as a disabled item per se.
So you'll have to manage the information which items you consider "disabled" yourself (for example by assigning something to the item's Tag property).

But you can subscribe to the SelectionChanged event or the MouseClick event and then act differently depending on the state of the item, for example removing the selection (so that "disabled" items cannot be selected) or showing a different context menu for these items.

Regards,
mav

--
Black holes are the places where god divided by 0...
GeneralRe: Disabled some items in ListView Pin
fjlv200520-Mar-06 23:02
fjlv200520-Mar-06 23:02 
Questionc# Windows Service doesn't start automatically.. Pin
WhatAboutNet19-Mar-06 15:53
WhatAboutNet19-Mar-06 15:53 
AnswerRe: c# Windows Service doesn't start automatically.. Pin
leppie19-Mar-06 18:25
leppie19-Mar-06 18:25 
QuestionForm refreshing every millisecond Pin
htgjyfywejuytkl19-Mar-06 14:17
htgjyfywejuytkl19-Mar-06 14:17 
AnswerRe: Form refreshing every millisecond Pin
htgjyfywejuytkl19-Mar-06 17:13
htgjyfywejuytkl19-Mar-06 17:13 
QuestionFind out what a webpage is about thru programming Pin
redbrad019-Mar-06 12:01
redbrad019-Mar-06 12:01 
AnswerRe: Find out what a webpage is about thru programming Pin
Judah Gabriel Himango19-Mar-06 12:40
sponsorJudah Gabriel Himango19-Mar-06 12:40 
QuestionHow to add image to RTF file ??? Pin
amin_behzadi19-Mar-06 11:03
professionalamin_behzadi19-Mar-06 11:03 
QuestionI need a recomendation for a good C# book Pin
Iftahh19-Mar-06 8:48
Iftahh19-Mar-06 8:48 
AnswerRe: I need a recomendation for a good C# book Pin
Kevin McFarlane19-Mar-06 9:23
Kevin McFarlane19-Mar-06 9:23 
AnswerRe: I need a recomendation for a good C# book Pin
mcljava19-Mar-06 17:08
mcljava19-Mar-06 17:08 
QuestionFloating Panes Pin
deepscyberpulse19-Mar-06 8:01
deepscyberpulse19-Mar-06 8:01 
AnswerRe: Floating Panes Pin
CWIZO19-Mar-06 9:41
CWIZO19-Mar-06 9:41 
Questionhow to get full packet information Pin
osaghaab19-Mar-06 7:22
osaghaab19-Mar-06 7:22 
AnswerRe: how to get full packet information Pin
CWIZO19-Mar-06 9:42
CWIZO19-Mar-06 9:42 
GeneralRe: how to get full packet information Pin
osaghaab19-Mar-06 22:02
osaghaab19-Mar-06 22:02 
QuestionFirewall Question !!! Pin
snouto19-Mar-06 7:16
snouto19-Mar-06 7:16 

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.