Click here to Skip to main content
16,004,686 members
Home / Discussions / C#
   

C#

 
GeneralRe: windows authentification in webforms Pin
Joshua Lunsford4-Apr-05 4:24
Joshua Lunsford4-Apr-05 4:24 
GeneralList of stored procedures in Access Pin
Chals30-Mar-05 4:33
Chals30-Mar-05 4:33 
GeneralRe: List of stored procedures in Access Pin
cobyjone30-Mar-05 4:59
cobyjone30-Mar-05 4:59 
GeneralRe: List of stored procedures in Access Pin
Chals30-Mar-05 5:33
Chals30-Mar-05 5:33 
GeneralRe: List of stored procedures in Access Pin
cobyjone30-Mar-05 7:13
cobyjone30-Mar-05 7:13 
GeneralRe: List of stored procedures in Access Pin
J4amieC30-Mar-05 9:27
J4amieC30-Mar-05 9:27 
GeneralRe: List of stored procedures in Access Pin
Chals30-Mar-05 10:46
Chals30-Mar-05 10:46 
QuestionListView SelectIndex? Pin
Skrekkur330-Mar-05 4:31
Skrekkur330-Mar-05 4:31 
I need to make a specific index selected in the glacialist and Im just about to give up, Ive tried as I can using the SelectedIndices (both on the control itself and under Items on it) to make something selected but that seems to be readonly I've tried to do it by using
ListView .SelectedIndicies[0] = <anyint>,
ListView.Items.SelecetIndices[0] = <anyint>,
ListView.SelectedIndicies.add(<anyint> and
ListView.Items.SelectedIndicies.add(<anyint>

This doesn´t give me any errors if something is selected but it doesn´t seem to worj either, It reads from this correctly though.

I appriciate any help to get me on the right track on setting the selected Index
AnswerRe: ListView SelectIndex? Pin
turbochimp30-Mar-05 6:18
turbochimp30-Mar-05 6:18 
Generalal.exe utility Pin
cobyjone30-Mar-05 4:13
cobyjone30-Mar-05 4:13 
GeneralAvailable com ports Pin
Anonymous30-Mar-05 4:09
Anonymous30-Mar-05 4:09 
QuestionConstructing a URL? Pin
fireloard30-Mar-05 4:08
fireloard30-Mar-05 4:08 
AnswerRe: Constructing a URL? Pin
cobyjone30-Mar-05 4:31
cobyjone30-Mar-05 4:31 
GeneralRoll down menus that supports RTL Pin
Sunil Kumar Sharma from AsianCERC30-Mar-05 3:43
sussSunil Kumar Sharma from AsianCERC30-Mar-05 3:43 
GeneralOutlook Pin
Ph@ntom30-Mar-05 2:41
Ph@ntom30-Mar-05 2:41 
Generalvoice capture in C# Pin
h_alipour30-Mar-05 1:31
h_alipour30-Mar-05 1:31 
GeneralRe: voice capture in C# Pin
snouto30-Mar-05 9:51
snouto30-Mar-05 9:51 
GeneralRe: voice capture in C# Pin
Christian Graus30-Mar-05 12:14
protectorChristian Graus30-Mar-05 12:14 
GeneralGDI+ questions Pin
Sabry190530-Mar-05 0:22
Sabry190530-Mar-05 0:22 
GeneralRe: GDI+ questions Pin
Christian Graus30-Mar-05 12:13
protectorChristian Graus30-Mar-05 12:13 
GeneralReference problems Pin
spif200129-Mar-05 23:31
spif200129-Mar-05 23:31 
GeneralRe: Reference problems Pin
Roger Stewart30-Mar-05 4:01
professionalRoger Stewart30-Mar-05 4:01 
GeneralFileSystemWatcher Pin
ppp00129-Mar-05 23:30
ppp00129-Mar-05 23:30 
GeneralRe: FileSystemWatcher Pin
Sebastian Schneider29-Mar-05 23:45
Sebastian Schneider29-Mar-05 23:45 
GeneralRe: FileSystemWatcher Pin
Chals30-Mar-05 4:37
Chals30-Mar-05 4:37 

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.