Click here to Skip to main content
15,891,529 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dynamically loading a plug-in assembly by interface Pin
PIEBALDconsult29-Nov-12 5:58
mvePIEBALDconsult29-Nov-12 5:58 
Questionhandle script error on virtual machine Pin
belea1727-Nov-12 3:35
belea1727-Nov-12 3:35 
AnswerRe: handle script error on virtual machine Pin
Richard MacCutchan27-Nov-12 4:29
mveRichard MacCutchan27-Nov-12 4:29 
GeneralRe: handle script error on virtual machine Pin
belea1727-Nov-12 9:27
belea1727-Nov-12 9:27 
AnswerRe: handle script error on virtual machine Pin
Eddy Vluggen27-Nov-12 13:49
professionalEddy Vluggen27-Nov-12 13:49 
QuestionEn- or disabling labels regarding to checked items in a listbox Pin
Dennis Bork27-Nov-12 3:15
Dennis Bork27-Nov-12 3:15 
AnswerRe: En- or disabling labels regarding to checked items in a listbox Pin
Alan N27-Nov-12 4:36
Alan N27-Nov-12 4:36 
AnswerRe: En- or disabling labels regarding to checked items in a listbox Pin
Richard MacCutchan27-Nov-12 4:52
mveRichard MacCutchan27-Nov-12 4:52 
The problem is your use of MultiSimple in the Listbox. The selected index is always the first one selected so if 1 is selected it always sets label1 visible and label2 not visible. Change the selection mode to One and you will see the difference. You will need to check all the selected items rather than just the index to be able to switch all labels correctly.
One of these days I'm going to think of a really clever signature.

AnswerRe: En- or disabling labels regarding to checked items in a listbox Pin
Nilesh Raval27-Nov-12 19:22
professionalNilesh Raval27-Nov-12 19:22 
GeneralRe: En- or disabling labels regarding to checked items in a listbox Pin
Dennis Bork28-Nov-12 0:05
Dennis Bork28-Nov-12 0:05 
GeneralRe: En- or disabling labels regarding to checked items in a listbox Pin
Nilesh Raval28-Nov-12 1:05
professionalNilesh Raval28-Nov-12 1:05 
QuestionUnsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack. Pin
MAHAMADLATIF HASAN SANADI27-Nov-12 0:41
MAHAMADLATIF HASAN SANADI27-Nov-12 0:41 
AnswerRe: Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack. Pin
Richard Deeming27-Nov-12 1:06
mveRichard Deeming27-Nov-12 1:06 
Questionhow to load values into combobox Pin
chahthuranga26-Nov-12 22:06
chahthuranga26-Nov-12 22:06 
AnswerRe: how to load values into combobox Pin
Richard MacCutchan26-Nov-12 22:51
mveRichard MacCutchan26-Nov-12 22:51 
AnswerRe: how to load values into combobox Pin
Pete O'Hanlon26-Nov-12 22:53
mvePete O'Hanlon26-Nov-12 22:53 
Questionideal time out problem Pin
VishwaKL26-Nov-12 21:21
VishwaKL26-Nov-12 21:21 
AnswerRe: ideal time out problem Pin
OriginalGriff26-Nov-12 21:43
mveOriginalGriff26-Nov-12 21:43 
GeneralRe: ideal time out problem Pin
VishwaKL26-Nov-12 23:44
VishwaKL26-Nov-12 23:44 
AnswerRe: ideal time out problem Pin
Simon_Whale26-Nov-12 23:48
Simon_Whale26-Nov-12 23:48 
AnswerRe: ideal time out problem Pin
BobJanova28-Nov-12 23:53
BobJanova28-Nov-12 23:53 
GeneralRe: ideal time out problem Pin
VishwaKL29-Nov-12 20:51
VishwaKL29-Nov-12 20:51 
QuestionDetecting Internet Connection Loss Pin
Roger Wright26-Nov-12 16:29
professionalRoger Wright26-Nov-12 16:29 
AnswerRe: Detecting Internet Connection Loss Pin
Abhinav S26-Nov-12 16:56
Abhinav S26-Nov-12 16:56 
GeneralRe: Detecting Internet Connection Loss Pin
Roger Wright26-Nov-12 17:40
professionalRoger Wright26-Nov-12 17:40 

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.