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

C#

 
Questionhandle to process Pin
likefood5-Apr-07 8:16
likefood5-Apr-07 8:16 
AnswerRe: handle to process Pin
pbraun5-Apr-07 8:55
pbraun5-Apr-07 8:55 
GeneralRe: handle to process Pin
likefood5-Apr-07 13:22
likefood5-Apr-07 13:22 
Questionhow to code a administrator login page using C#.net and ASP.net 1.1 Pin
sudhanshuk3ito515-Apr-07 6:07
sudhanshuk3ito515-Apr-07 6:07 
AnswerRe: how to code a administrator login page using C#.net and ASP.net 1.1 Pin
Sathesh Sakthivel5-Apr-07 6:42
Sathesh Sakthivel5-Apr-07 6:42 
AnswerRe: how to code a administrator login page using C#.net and ASP.net 1.1 Pin
Not Active5-Apr-07 7:08
mentorNot Active5-Apr-07 7:08 
QuestionListBox Pin
AAKAra5-Apr-07 5:51
AAKAra5-Apr-07 5:51 
AnswerRe: ListBox Pin
kubben5-Apr-07 5:58
kubben5-Apr-07 5:58 
If you are using .net 2.0 there is a new method called GetSelectedIndices which returns an array of int of the indexes.

public virtual int[] GetSelectedIndices ()

If you are using .net 1.1 you will need to loop through the indexes in your listbox and call listbox.GetSelected(index) passing in your index. If the method returns true the item is selected.

Hope that helps.
Ben

GeneralRe: ListBox Pin
AAKAra5-Apr-07 11:36
AAKAra5-Apr-07 11:36 
QuestionI don´t know how to access my components to the groupbox Pin
Ens805-Apr-07 5:50
Ens805-Apr-07 5:50 
AnswerRe: I don´t know how to access my components to the groupbox Pin
BoneSoft5-Apr-07 6:33
BoneSoft5-Apr-07 6:33 
GeneralRe: I don´t know how to access my components to the groupbox Pin
Ens805-Apr-07 7:56
Ens805-Apr-07 7:56 
GeneralRe: I don´t know how to access my components to the groupbox Pin
BoneSoft5-Apr-07 8:47
BoneSoft5-Apr-07 8:47 
GeneralRe: I don´t know how to access my components to the groupbox Pin
Ens805-Apr-07 13:19
Ens805-Apr-07 13:19 
QuestionDataTable Pin
joaquimc5-Apr-07 4:43
joaquimc5-Apr-07 4:43 
AnswerRe: DataTable Pin
Not Active5-Apr-07 5:07
mentorNot Active5-Apr-07 5:07 
GeneralRe: DataTable Pin
joaquimc5-Apr-07 11:29
joaquimc5-Apr-07 11:29 
GeneralRe: DataTable Pin
Not Active5-Apr-07 14:51
mentorNot Active5-Apr-07 14:51 
QuestionXMLTextWriter question Pin
LCI5-Apr-07 4:36
LCI5-Apr-07 4:36 
AnswerRe: XMLTextWriter question Pin
roel_v5-Apr-07 6:35
roel_v5-Apr-07 6:35 
GeneralRe: XMLTextWriter question Pin
LCI5-Apr-07 6:44
LCI5-Apr-07 6:44 
AnswerRe: XMLTextWriter question Pin
led mike5-Apr-07 9:49
led mike5-Apr-07 9:49 
GeneralRe: XMLTextWriter question Pin
LCI6-Apr-07 2:34
LCI6-Apr-07 2:34 
GeneralRe: XMLTextWriter question Pin
led mike6-Apr-07 5:05
led mike6-Apr-07 5:05 
QuestionSoftware Design/Architechture Tools Pin
BlitzPackage5-Apr-07 4:20
BlitzPackage5-Apr-07 4:20 

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.