Click here to Skip to main content
15,914,447 members
Home / Discussions / C#
   

C#

 
GeneralRe: System.IndexOutOfRangeException Pin
joost.versteegen14-Jun-17 22:26
joost.versteegen14-Jun-17 22:26 
GeneralRe: System.IndexOutOfRangeException Pin
OriginalGriff14-Jun-17 22:38
mveOriginalGriff14-Jun-17 22:38 
GeneralRe: System.IndexOutOfRangeException Pin
joost.versteegen14-Jun-17 22:41
joost.versteegen14-Jun-17 22:41 
GeneralRe: System.IndexOutOfRangeException Pin
OriginalGriff14-Jun-17 23:01
mveOriginalGriff14-Jun-17 23:01 
GeneralRe: System.IndexOutOfRangeException Pin
joost.versteegen14-Jun-17 23:08
joost.versteegen14-Jun-17 23:08 
AnswerRe: System.IndexOutOfRangeException Pin
Richard Deeming15-Jun-17 1:39
mveRichard Deeming15-Jun-17 1:39 
GeneralRe: System.IndexOutOfRangeException Pin
joost.versteegen15-Jun-17 2:14
joost.versteegen15-Jun-17 2:14 
AnswerRe: System.IndexOutOfRangeException Pin
Gerry Schmitz16-Jun-17 5:47
mveGerry Schmitz16-Jun-17 5:47 
When modifying the contents of "list controls", you have to be sensitive to where the "selected index" and "selected item" wind up.

Often, it needs to be "reset" to an existing item (if there are any) from "-1" (after some operation); which signifies no items OR "nothing selected".

(In WPF, for example, the "selected event" will fire during control initializing; which can foul up your app if you don't anticipate it).
"(I) am amazed to see myself here rather than there ... now rather than then".
― Blaise Pascal

QuestionTCP/IP client-server Socket Programming use Video chat also in c#? Pin
prog.sidra13-Jun-17 20:03
prog.sidra13-Jun-17 20:03 
AnswerRe: TCP/IP client-server Socket Programming use Video chat also in c#? Pin
Pete O'Hanlon13-Jun-17 21:25
mvePete O'Hanlon13-Jun-17 21:25 
GeneralRe: TCP/IP client-server Socket Programming use Video chat also in c#? Pin
prog.sidra15-Jun-17 19:17
prog.sidra15-Jun-17 19:17 
GeneralRe: TCP/IP client-server Socket Programming use Video chat also in c#? Pin
Pete O'Hanlon15-Jun-17 20:42
mvePete O'Hanlon15-Jun-17 20:42 
AnswerRe: TCP/IP client-server Socket Programming use Video chat also in c#? Pin
jschell14-Jun-17 10:35
jschell14-Jun-17 10:35 
GeneralRe: TCP/IP client-server Socket Programming use Video chat also in c#? Pin
prog.sidra15-Jun-17 19:19
prog.sidra15-Jun-17 19:19 
QuestionRe: TCP/IP client-server Socket Programming use Video chat also in c#? Pin
Gerry Schmitz16-Jun-17 6:00
mveGerry Schmitz16-Jun-17 6:00 
AnswerRe: TCP/IP client-server Socket Programming use Video chat also in c#? Pin
jschell17-Jun-17 6:01
jschell17-Jun-17 6:01 
GeneralRe: TCP/IP client-server Socket Programming use Video chat also in c#? Pin
Gerry Schmitz17-Jun-17 6:15
mveGerry Schmitz17-Jun-17 6:15 
GeneralRe: TCP/IP client-server Socket Programming use Video chat also in c#? Pin
prog.sidra18-Jun-17 20:18
prog.sidra18-Jun-17 20:18 
GeneralRe: TCP/IP client-server Socket Programming use Video chat also in c#? Pin
jschell23-Jun-17 11:32
jschell23-Jun-17 11:32 
QuestionHow to remove this error:cannot implicitly convert type 'webapplication1.sharepointonlinecredentials' to 'system.net.icredentials'. An explicit conversion exists (are you missing a cast? ) Pin
Prakash-2713-Jun-17 19:45
Prakash-2713-Jun-17 19:45 
QuestionRe: How to remove this error:cannot implicitly convert type 'webapplication1.sharepointonlinecredentials' to 'system.net.icredentials'. An explicit conversion exists (are you missing a cast? ) Pin
Richard MacCutchan13-Jun-17 21:36
mveRichard MacCutchan13-Jun-17 21:36 
Rant[REPOST] How to remove this error:cannot implicitly convert type 'webapplication1.sharepointonlinecredentials' to 'system.net.icredentials'. An explicit conversion exists (are you missing a cast? ) Pin
Richard Deeming14-Jun-17 11:20
mveRichard Deeming14-Jun-17 11:20 
Questionhow to use public key and private key in c# Pin
AZHAR SAYYAD13-Jun-17 18:16
AZHAR SAYYAD13-Jun-17 18:16 
AnswerRe: how to use public key and private key in c# Pin
Gerry Schmitz13-Jun-17 19:18
mveGerry Schmitz13-Jun-17 19:18 
QuestionUse I2C on Intel Celeron Pin
openLG12-Jun-17 22:31
openLG12-Jun-17 22:31 

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.