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

C#

 
AnswerRe: Control when to display something in a projector Pin
OriginalGriff30-Mar-13 21:56
mveOriginalGriff30-Mar-13 21:56 
QuestionNumber slider puzzle solver code c# Pin
jebreil 64429-Mar-13 19:00
jebreil 64429-Mar-13 19:00 
AnswerRe: Number slider puzzle solver code c# Pin
Kenneth Haugland29-Mar-13 21:40
mvaKenneth Haugland29-Mar-13 21:40 
GeneralRe: Number slider puzzle solver code c# Pin
harold aptroot29-Mar-13 23:17
harold aptroot29-Mar-13 23:17 
QuestionBack and Forward Button for windows explorer Pin
baharan2029-Mar-13 10:42
baharan2029-Mar-13 10:42 
AnswerRe: Back and Forward Button for windows explorer Pin
Member 982361929-Mar-13 10:50
Member 982361929-Mar-13 10:50 
GeneralRe: Back and Forward Button for windows explorer Pin
baharan2029-Mar-13 11:14
baharan2029-Mar-13 11:14 
AnswerRe: Back and Forward Button for windows explorer Pin
Eddy Vluggen31-Mar-13 1:15
professionalEddy Vluggen31-Mar-13 1:15 
QuestionOSPF in the WSN Pin
traidat199229-Mar-13 7:11
traidat199229-Mar-13 7:11 
AnswerRe: OSPF in the WSN Pin
Pete O'Hanlon29-Mar-13 8:25
mvePete O'Hanlon29-Mar-13 8:25 
QuestionHELPPPP Pin
ali69929-Mar-13 4:43
ali69929-Mar-13 4:43 
QuestionHEKP Pin
ali69929-Mar-13 4:43
ali69929-Mar-13 4:43 
AnswerRe: HEKP Pin
Dave Kreskowiak29-Mar-13 5:04
mveDave Kreskowiak29-Mar-13 5:04 
QuestionList View Shift Selection behaves indifferently Pin
rakeshkava29-Mar-13 0:13
rakeshkava29-Mar-13 0:13 
QuestionRe: List View Shift Selection behaves indifferently Pin
Richard MacCutchan29-Mar-13 1:55
mveRichard MacCutchan29-Mar-13 1:55 
AnswerRe: List View Shift Selection behaves indifferently Pin
rakeshkava29-Mar-13 2:02
rakeshkava29-Mar-13 2:02 
GeneralRe: List View Shift Selection behaves indifferently Pin
Richard MacCutchan29-Mar-13 2:11
mveRichard MacCutchan29-Mar-13 2:11 
GeneralRe: List View Shift Selection behaves indifferently Pin
rakeshkava29-Mar-13 3:06
rakeshkava29-Mar-13 3:06 
GeneralRe: List View Shift Selection behaves indifferently Pin
rakeshkava31-Mar-13 22:51
rakeshkava31-Mar-13 22:51 
GeneralRe: List View Shift Selection behaves indifferently Pin
rakeshkava31-Mar-13 23:50
rakeshkava31-Mar-13 23:50 
GeneralRe: List View Shift Selection behaves indifferently Pin
Richard MacCutchan1-Apr-13 0:02
mveRichard MacCutchan1-Apr-13 0:02 
Well that is the obvious answer, but you also need to check that you are not falling off either end of your list. If your selected item in the above is the last or first in the list then your index could be set to -1, or 1 beyond the end, which would be incorrect.
Use the best guess

GeneralRe: List View Shift Selection behaves indifferently Pin
rakeshkava1-Apr-13 0:14
rakeshkava1-Apr-13 0:14 
AnswerRe: List View Shift Selection behaves indifferently Pin
Abhinav S29-Mar-13 3:57
Abhinav S29-Mar-13 3:57 
GeneralRe: List View Shift Selection behaves indifferently Pin
rakeshkava31-Mar-13 23:00
rakeshkava31-Mar-13 23:00 
GeneralRe: List View Shift Selection behaves indifferently Pin
rakeshkava31-Mar-13 23:49
rakeshkava31-Mar-13 23:49 

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.