Click here to Skip to main content
15,901,426 members
Home / Discussions / C#
   

C#

 
Question2d moveable, zoomable image, like windows photo gallery, OpenGL or any other? Pin
Xmen Real 25-May-08 17:52
professional Xmen Real 25-May-08 17:52 
Questionhow to trap name of control clicked by mouse Pin
moonmonkey825-May-08 12:03
moonmonkey825-May-08 12:03 
AnswerRe: how to trap name of control clicked by mouse Pin
Xmen Real 25-May-08 17:23
professional Xmen Real 25-May-08 17:23 
AnswerRe: how to trap name of control clicked by mouse Pin
topcatalpha25-May-08 20:54
topcatalpha25-May-08 20:54 
Questionneutral density on screen AKA changing gamma only on part of screen Pin
jackeill25-May-08 9:44
jackeill25-May-08 9:44 
Questionis there a way to browse bitween tabPages using a ListBox control? Pin
leeoze25-May-08 7:07
leeoze25-May-08 7:07 
AnswerRe: is there a way to browse bitween tabPages using a ListBox control? Pin
Brady Kelly25-May-08 7:25
Brady Kelly25-May-08 7:25 
AnswerRe: is there a way to browse bitween tabPages using a ListBox control? Pin
User 665825-May-08 7:26
User 665825-May-08 7:26 
Just handle the SelectedIndexChanged event of your listbox and do something like this in there:

tabControl.SelectedIndex = ...; // index of the tab

// or

tabControl.SelectedTab = ...; // an actual tab control instance


I don't use Windows Live messenger, so I hope that's what you actually wanted to know.

regards

modified 12-Sep-18 21:01pm.

QuestionDrow Paint Pin
mihalich125-May-08 5:05
mihalich125-May-08 5:05 
AnswerRe: Drow Paint Pin
Anthony Mushrow25-May-08 5:21
professionalAnthony Mushrow25-May-08 5:21 
Questionrepresenting dataset after receiving from webservice Pin
Faysal25-May-08 4:55
Faysal25-May-08 4:55 
AnswerRe: representing dataset after receiving from webservice Pin
Bert delaVega25-May-08 8:45
Bert delaVega25-May-08 8:45 
Questionhow to get the correct code Pin
angels77725-May-08 2:51
angels77725-May-08 2:51 
AnswerRe: how to get the correct code Pin
Scott Dorman25-May-08 3:03
professionalScott Dorman25-May-08 3:03 
GeneralRe: how to get the correct code Pin
Laddie25-May-08 4:11
Laddie25-May-08 4:11 
GeneralRe: how to get the correct code Pin
Scott Dorman25-May-08 4:22
professionalScott Dorman25-May-08 4:22 
GeneralRe: how to get the correct code Pin
Laddie25-May-08 4:30
Laddie25-May-08 4:30 
AnswerRe: how to get the correct code Pin
angels77725-May-08 3:09
angels77725-May-08 3:09 
GeneralRe: how to get the correct code Pin
Scott Dorman25-May-08 3:28
professionalScott Dorman25-May-08 3:28 
GeneralRe: how to get the correct code Pin
angels77725-May-08 4:03
angels77725-May-08 4:03 
GeneralRe: how to get the correct code Pin
Scott Dorman25-May-08 4:21
professionalScott Dorman25-May-08 4:21 
AnswerRe: how to get the correct code Pin
angels77725-May-08 4:20
angels77725-May-08 4:20 
GeneralRe: how to get the correct code Pin
Scott Dorman25-May-08 4:26
professionalScott Dorman25-May-08 4:26 
GeneralRe: how to get the correct code Pin
angels77725-May-08 5:00
angels77725-May-08 5:00 
GeneralRe: how to get the correct code Pin
Scott Dorman25-May-08 6:28
professionalScott Dorman25-May-08 6:28 

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.