Click here to Skip to main content
15,884,472 members
Home / Discussions / C#
   

C#

 
QuestionRe: How can I make a Location-like collapsible properties? Pin
Richard MacCutchan20-Dec-17 21:36
mveRichard MacCutchan20-Dec-17 21:36 
AnswerRe: How can I make a Location-like collapsible properties? Pin
Ralf Meier21-Dec-17 2:42
mveRalf Meier21-Dec-17 2:42 
AnswerRe: How can I make a Location-like collapsible properties? Pin
Gerry Schmitz21-Dec-17 10:53
mveGerry Schmitz21-Dec-17 10:53 
QuestionAccess a combobox defined in datatemplate Pin
Hervend20-Dec-17 1:18
Hervend20-Dec-17 1:18 
AnswerRe: Access a combobox defined in datatemplate Pin
Gerry Schmitz20-Dec-17 4:15
mveGerry Schmitz20-Dec-17 4:15 
GeneralRe: Access a combobox defined in datatemplate Pin
Hervend20-Dec-17 22:45
Hervend20-Dec-17 22:45 
GeneralRe: Access a combobox defined in datatemplate Pin
Pete O'Hanlon20-Dec-17 23:15
mvePete O'Hanlon20-Dec-17 23:15 
GeneralRe: Access a combobox defined in datatemplate Pin
Hervend21-Dec-17 0:02
Hervend21-Dec-17 0:02 
Thank you Pete for your reply,

I've finally got the solution to this issue through:

string text = (((sender as ComboBox).SelectedItem) as ActionPicture).ImageName

Where ActionPicture is the picture enclosed in the selected. And ImageName is the name of that picture.

Best regards,

Rv
QuestionLinq to Update multiple fields in the list Pin
Member 984545419-Dec-17 20:36
Member 984545419-Dec-17 20:36 
AnswerRe: Linq to Update multiple fields in the list Pin
Richard Deeming20-Dec-17 2:29
mveRichard Deeming20-Dec-17 2:29 
QuestionRe: Linq to Update multiple fields in the list Pin
Gerry Schmitz20-Dec-17 4:37
mveGerry Schmitz20-Dec-17 4:37 
Questionc sharp windows form application in visual studio Pin
Member 1358596919-Dec-17 20:30
Member 1358596919-Dec-17 20:30 
AnswerRe: c sharp windows form application in visual studio Pin
OriginalGriff19-Dec-17 21:38
mveOriginalGriff19-Dec-17 21:38 
QuestionHow to speech russian text in C#? Pin
Ldta19-Dec-17 15:38
Ldta19-Dec-17 15:38 
AnswerRe: How to speech russian text in C#? Pin
Pete O'Hanlon19-Dec-17 19:35
mvePete O'Hanlon19-Dec-17 19:35 
GeneralRe: How to speech russian text in C#? Pin
Ldta20-Dec-17 1:43
Ldta20-Dec-17 1:43 
GeneralRe: How to speech russian text in C#? Pin
Pete O'Hanlon20-Dec-17 2:43
mvePete O'Hanlon20-Dec-17 2:43 
QuestionDrag and drop dynamically a video from a media player to another container Pin
Hervend19-Dec-17 0:19
Hervend19-Dec-17 0:19 
AnswerRe: Drag and drop dynamically a video from a media player to another container Pin
Richard MacCutchan19-Dec-17 2:48
mveRichard MacCutchan19-Dec-17 2:48 
GeneralRe: Drag and drop dynamically a video from a media player to another container Pin
Hervend19-Dec-17 20:37
Hervend19-Dec-17 20:37 
Questionsave appointment on the shared exchange calendar Pin
maxim^18-Dec-17 23:22
maxim^18-Dec-17 23:22 
AnswerRe: save appointment on the shared exchange calendar Pin
OriginalGriff18-Dec-17 23:26
mveOriginalGriff18-Dec-17 23:26 
AnswerRe: save appointment on the shared exchange calendar Pin
Pete O'Hanlon19-Dec-17 4:03
mvePete O'Hanlon19-Dec-17 4:03 
Questionlambda expression to retrieve sequence based on an array value where the array is stored in the sequence Pin
Krellon18-Dec-17 23:02
Krellon18-Dec-17 23:02 
AnswerRe: lambda expression to retrieve sequence based on an array value where the array is stored in the sequence Pin
OriginalGriff18-Dec-17 23:25
mveOriginalGriff18-Dec-17 23:25 

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.