Click here to Skip to main content
15,920,383 members
Home / Discussions / C#
   

C#

 
AnswerRe: AxInterop.xyz.dll deployment problem Pin
paas29-Jul-08 4:17
paas29-Jul-08 4:17 
QuestionIs there a collection in .NET that combines the functionality of both a List and a Dictionary? Pin
Waleed Eissa29-Jul-08 0:24
Waleed Eissa29-Jul-08 0:24 
AnswerRe: Is there a collection in .NET that combines the functionality of both a List and a Dictionary? Pin
Guffa29-Jul-08 0:48
Guffa29-Jul-08 0:48 
AnswerRe: Is there a collection in .NET that combines the functionality of both a List and a Dictionary? Pin
Frank Horn29-Jul-08 2:17
Frank Horn29-Jul-08 2:17 
AnswerRe: Is there a collection in .NET that combines the functionality of both a List and a Dictionary? Pin
Waleed Eissa29-Jul-08 2:44
Waleed Eissa29-Jul-08 2:44 
GeneralRe: Is there a collection in .NET that combines the functionality of both a List and a Dictionary? Pin
J4amieC29-Jul-08 3:04
J4amieC29-Jul-08 3:04 
GeneralRe: Is there a collection in .NET that combines the functionality of both a List and a Dictionary? Pin
Waleed Eissa30-Jul-08 3:18
Waleed Eissa30-Jul-08 3:18 
QuestionGet Element which is clicked next Pin
ezazazel29-Jul-08 0:01
ezazazel29-Jul-08 0:01 
Greetings!

I'd like to do this:
I have a Button which defines the value of a bool Parameter:
public bool ListenMode { get; set; }
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            ListenMode = !ListenMode;
//TODO: Route all click Events to a self defined method
        }


Further I have a Grid which can contain certain Items.

What I want to do is, that if ListenMode is true, and the next element clicked on is one of those Items, get the item.

The problem (if it is one) is, that I don't know how to catch all the next clicks while ListenMode is true.

Any suggestions would be apreciated.

PS: It's done in WPF if this is of any matter.

Thank you in advance,
eza
Questionfind page rand of a site ???? Pin
mr.mohsen28-Jul-08 23:33
mr.mohsen28-Jul-08 23:33 
AnswerRe: find page rand of a site ???? Pin
Guffa29-Jul-08 0:53
Guffa29-Jul-08 0:53 
GeneralRe: find page rand of a site ???? Pin
mr.mohsen29-Jul-08 2:16
mr.mohsen29-Jul-08 2:16 
QuestionRow clicking in ViewGrid in C#.NET2.0 Pin
YSridhar28-Jul-08 23:10
YSridhar28-Jul-08 23:10 
AnswerRe: Row clicking in ViewGrid in C#.NET2.0 Pin
stancrm28-Jul-08 23:19
stancrm28-Jul-08 23:19 
QuestionRegular Expression Help Pin
Paw Jershauge28-Jul-08 22:35
Paw Jershauge28-Jul-08 22:35 
AnswerRe: Regular Expression Help Pin
Christian Graus28-Jul-08 22:48
protectorChristian Graus28-Jul-08 22:48 
GeneralRe: Regular Expression Help Pin
Paw Jershauge28-Jul-08 22:56
Paw Jershauge28-Jul-08 22:56 
AnswerRe: Regular Expression Help Pin
Paw Jershauge29-Jul-08 22:17
Paw Jershauge29-Jul-08 22:17 
QuestionInstaller/setup file should support for single machine Pin
PrakashBhaskar28-Jul-08 22:14
PrakashBhaskar28-Jul-08 22:14 
AnswerRe: Installer/setup file should support for single machine Pin
stancrm28-Jul-08 22:33
stancrm28-Jul-08 22:33 
GeneralRe: Installer/setup file should support for single machine Pin
PrakashBhaskar28-Jul-08 22:51
PrakashBhaskar28-Jul-08 22:51 
QuestionOpen File Dialog with Image Preview Pin
Sukhjinder_K28-Jul-08 21:59
Sukhjinder_K28-Jul-08 21:59 
AnswerRe: Open File Dialog with Image Preview Pin
stancrm28-Jul-08 22:29
stancrm28-Jul-08 22:29 
GeneralRe: Open File Dialog with Image Preview Pin
Sukhjinder_K28-Jul-08 23:01
Sukhjinder_K28-Jul-08 23:01 
GeneralRe: Open File Dialog with Image Preview Pin
stancrm28-Jul-08 23:12
stancrm28-Jul-08 23:12 
QuestionDifferentt Typecasting for the same object Pin
SatyaVas28-Jul-08 20:26
SatyaVas28-Jul-08 20:26 

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.