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

C#

 
AnswerRe: passing double values Pin
musefan13-Jan-09 2:55
musefan13-Jan-09 2:55 
QuestionTreeView Pin
MozhdehQeraati13-Jan-09 2:07
MozhdehQeraati13-Jan-09 2:07 
AnswerRe: TreeView Pin
benjymous13-Jan-09 2:14
benjymous13-Jan-09 2:14 
AnswerRe: TreeView Pin
Mohammad Dayyan13-Jan-09 2:20
Mohammad Dayyan13-Jan-09 2:20 
QuestionProblem with XML-Serializer Pin
Philip.F13-Jan-09 1:47
Philip.F13-Jan-09 1:47 
AnswerRe: Problem with XML-Serializer Pin
Le centriste13-Jan-09 2:10
Le centriste13-Jan-09 2:10 
GeneralRe: Problem with XML-Serializer Pin
Philip.F13-Jan-09 3:35
Philip.F13-Jan-09 3:35 
GeneralRe: Problem with XML-Serializer Pin
Le centriste13-Jan-09 4:01
Le centriste13-Jan-09 4:01 
QuestionHow to use an image array in C# Pin
TJS4u13-Jan-09 1:44
TJS4u13-Jan-09 1:44 
AnswerRe: How to use an image array in C# Pin
DaveyM6913-Jan-09 2:02
professionalDaveyM6913-Jan-09 2:02 
QuestionOpen Document in Default Viewer Pin
half-life13-Jan-09 1:06
half-life13-Jan-09 1:06 
AnswerRe: Open Document in Default Viewer Pin
N a v a n e e t h13-Jan-09 1:20
N a v a n e e t h13-Jan-09 1:20 
GeneralRe: Open Document in Default Viewer Pin
half-life13-Jan-09 1:25
half-life13-Jan-09 1:25 
AnswerRe: Open Document in Default Viewer Pin
Giorgi Dalakishvili13-Jan-09 1:22
mentorGiorgi Dalakishvili13-Jan-09 1:22 
QuestionShutdown application? Pin
devvvy13-Jan-09 0:31
devvvy13-Jan-09 0:31 
AnswerRe: Shutdown application? Pin
Pete O'Hanlon13-Jan-09 0:39
mvePete O'Hanlon13-Jan-09 0:39 
GeneralRe: Shutdown application? Pin
devvvy13-Jan-09 0:41
devvvy13-Jan-09 0:41 
AnswerRe: Shutdown application? Pin
SeMartens13-Jan-09 0:48
SeMartens13-Jan-09 0:48 
Questionhow to disable multi select of checkbox in listview ? Pin
Denver Thomas13-Jan-09 0:10
Denver Thomas13-Jan-09 0:10 
AnswerRe: how to disable multi select of checkbox in listview ? Pin
Wendelius13-Jan-09 0:18
mentorWendelius13-Jan-09 0:18 
AnswerRe: how to disable multi select of checkbox in listview ? Pin
Reza Raad13-Jan-09 0:20
Reza Raad13-Jan-09 0:20 
did you mean listbox or CheckBoxList????
if you mean listbox, so there is no problem, just set SelectionMode property to Single.
if you mean CheckBoxList, so it's better to use RadioListBox for single selection. if you want CheckBoxList for single selection you must code for it on selectedindexchange event on checkboxList.

Human knowledge belongs to the world

AnswerRe: how to disable multi select of checkbox in listview ? PinPopular
hground26-Mar-10 6:30
hground26-Mar-10 6:30 
GeneralRe: how to disable multi select of checkbox in listview ? Pin
molesworth26-Mar-10 7:27
molesworth26-Mar-10 7:27 
GeneralRe: how to disable multi select of checkbox in listview ? Pin
MarqW18-May-10 2:30
MarqW18-May-10 2:30 
GeneralRe: how to disable multi select of checkbox in listview ? [modified] Pin
mycleverscreenname23-Aug-10 8:04
mycleverscreenname23-Aug-10 8:04 

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.