Click here to Skip to main content
15,897,519 members
Home / Discussions / C#
   

C#

 
GeneralRe: Am I Missing Something Here? Pin
Neil Van Note8-Apr-02 17:45
Neil Van Note8-Apr-02 17:45 
QuestionHTTP GET request example? Pin
Ravi Bhavnani8-Apr-02 12:39
professionalRavi Bhavnani8-Apr-02 12:39 
AnswerRe: HTTP GET request example? Pin
Ravi Bhavnani8-Apr-02 12:54
professionalRavi Bhavnani8-Apr-02 12:54 
GeneralWindows Messages Pin
Bob Groves8-Apr-02 9:06
Bob Groves8-Apr-02 9:06 
GeneralRe: Windows Messages Pin
James T. Johnson8-Apr-02 11:46
James T. Johnson8-Apr-02 11:46 
QuestionKnow anyone a good .NET/C#/Vb.net/ASP.NET/ADO.NET message board/mailing list/newsletter??????? Pin
gicio8-Apr-02 8:29
gicio8-Apr-02 8:29 
AnswerRe: Know anyone a good .NET/C#/Vb.net/ASP.NET/ADO.NET message board/mailing list/newsletter??????? Pin
James T. Johnson8-Apr-02 9:08
James T. Johnson8-Apr-02 9:08 
GeneralListView...ItemCheck event..make some items hidden..but how?? again.... Pin
gicio8-Apr-02 6:51
gicio8-Apr-02 6:51 
hi!

I ask this few days ago. but no one answert me..
therefore I ask over again..
Wink | ;)

what I want to do....

when an user checked one item in the ListView the other items must come
hidden.
or:
when an user checked one item in the ListView the other items must come
hidden and after the user cheched the second time
at this item all items was visible....
(I will make it to allowed the user to checked only 1 item)


the even I will use is:

private void displayCustomerListView_ItemCheck(object sender,System.Windows.Forms.ItemCheckEventArgs e)

{



for (int i = 0; i < displayCustomerListView.Items.Count; i++)

{

if(!(displayCustomerListView.Items[i].Index == e.Index))

{

//and here must stand the code that make the Items[i] checkbox unvisible or unable to check

}

}

}


have anyone an idea how I can make this?

(at best would help me a code sample in C#)



big THX!!


PAWEL
GeneralRe: ListView...ItemCheck event..make some items hidden..but how?? again.... Pin
gicio8-Apr-02 7:37
gicio8-Apr-02 7:37 
GeneralRe: ListView...ItemCheck event..make some items hidden..but how?? again.... Pin
David Wengier8-Apr-02 12:37
David Wengier8-Apr-02 12:37 
GeneralRe: ListView...ItemCheck event..make some items hidden..but how?? again.... Pin
James T. Johnson8-Apr-02 17:05
James T. Johnson8-Apr-02 17:05 
GeneralSubject: using "DockingStyle.Fill" Pin
inbal6668-Apr-02 2:01
inbal6668-Apr-02 2:01 
GeneralRe: Subject: using "DockingStyle.Fill" Pin
Zombies with Coffee, LLC8-Apr-02 11:12
professionalZombies with Coffee, LLC8-Apr-02 11:12 
Generalbetween a property and an indexer Pin
Rüpel8-Apr-02 1:16
Rüpel8-Apr-02 1:16 
GeneralRe: between a property and an indexer Pin
Neil Van Note8-Apr-02 12:57
Neil Van Note8-Apr-02 12:57 
GeneralWizard UI Pin
Kannan Kalyanaraman7-Apr-02 20:45
Kannan Kalyanaraman7-Apr-02 20:45 
GeneralRe: Wizard UI Pin
Zombies with Coffee, LLC8-Apr-02 11:14
professionalZombies with Coffee, LLC8-Apr-02 11:14 
GeneralMemory Pin
BLaZiNiX7-Apr-02 9:34
BLaZiNiX7-Apr-02 9:34 
GeneralFrom Java to C# Pin
Rohde7-Apr-02 2:22
Rohde7-Apr-02 2:22 
GeneralRe: From Java to C# Pin
Nish Nishant7-Apr-02 15:14
sitebuilderNish Nishant7-Apr-02 15:14 
GeneralRe: From Java to C# Pin
8-Apr-02 4:03
suss8-Apr-02 4:03 
GeneralRe: From Java to C# Pin
Nish Nishant8-Apr-02 4:35
sitebuilderNish Nishant8-Apr-02 4:35 
GeneralRe: From Java to C# Pin
8-Apr-02 13:24
suss8-Apr-02 13:24 
QuestionAssembler in C# code ? Pin
Szymon Pusz7-Apr-02 0:43
Szymon Pusz7-Apr-02 0:43 
AnswerRe: Assembler in C# code ? Pin
James T. Johnson8-Apr-02 11:48
James T. Johnson8-Apr-02 11:48 

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.