Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
GeneralRe: Eager Loading Problem Pin
eddieangel1-Oct-13 13:06
eddieangel1-Oct-13 13:06 
QuestionSending SMS Text Messages Pin
Kevin Marois1-Oct-13 5:35
professionalKevin Marois1-Oct-13 5:35 
AnswerRe: Sending SMS Text Messages Pin
Keith Barrow1-Oct-13 5:49
professionalKeith Barrow1-Oct-13 5:49 
QuestionHow to use WM_PASTE ? Pin
Mahmoud EL-Shazly1-Oct-13 0:49
Mahmoud EL-Shazly1-Oct-13 0:49 
AnswerRe: How to use WM_PASTE ? Pin
Sivaraman Dhamodharan1-Oct-13 2:14
Sivaraman Dhamodharan1-Oct-13 2:14 
GeneralRe: How to use WM_PASTE ? Pin
Mahmoud EL-Shazly1-Oct-13 9:29
Mahmoud EL-Shazly1-Oct-13 9:29 
AnswerRe: How to use WM_PASTE ? Pin
Richard MacCutchan1-Oct-13 3:07
mveRichard MacCutchan1-Oct-13 3:07 
AnswerRe: How to use WM_PASTE ? Pin
BillWoodruff1-Oct-13 3:26
professionalBillWoodruff1-Oct-13 3:26 
I assume, since you posted on this Forum, you are using C# ... correct ?

Please state in what context you are using C#: WinForms ? WPF ? SilverLight ? ... ?

Whatever you are using: what is it that you double-click on that triggers the Paste Event into the "destination window ... active ... textbox/combobox" ?

Are you saying you want to detect a double-click Event anywhere in your application's main window, or in its child controls ? Does that imply you want to disable the standard double-click functions that occur in certain controls, like a TextBox ?

Not a good idea.

If you double-click on a WinForm the focus of the application may change, depending on what you clicked on; there may be no active Control. For example, if I have a TextBox and a PropertyGrid on a WinForm: if the TabOrder is set so that the TextBox is the Control with Focus when the application starts, then if I click on the PropertyGrid there is no active control on the Form. However, if I double-click on the Form itself, then Form.ActiveControl will still retain its last valid setting.

I doubt anyone here is psychic enough (unless OriginalGriff is here) to figure out what the role of a Timer is in whatever you are trying to build.

If you take the time to describe your problem in detail, I do think we can help you search more "smartly," however. You may be "spinning your wheels" right now as a result of "trying too hard:" that happens to me Smile | :)

Google CEO, Erich Schmidt: "I keep asking for a product called Serendipity. This product would have access to everything ever written or recorded, know everything the user ever worked on and saved to his or her personal hard drive, and know a whole lot about the user's tastes, friends and predilections." 2004, USA Today interview

GeneralRe: How to use WM_PASTE ? Pin
OriginalGriff1-Oct-13 6:01
mveOriginalGriff1-Oct-13 6:01 
GeneralRe: How to use WM_PASTE ? Pin
Mahmoud EL-Shazly1-Oct-13 9:35
Mahmoud EL-Shazly1-Oct-13 9:35 
AnswerRe: How to use WM_PASTE ? Pin
Simon_Whale1-Oct-13 3:30
Simon_Whale1-Oct-13 3:30 
QuestionOOPS, deisgn patterns and principles Pin
Govindaraj Rangaraj1-Oct-13 0:25
Govindaraj Rangaraj1-Oct-13 0:25 
QuestionRe: OOPS deisgn patterns and principles Pin
Eddy Vluggen1-Oct-13 0:31
professionalEddy Vluggen1-Oct-13 0:31 
AnswerRe: OOPS deisgn patterns and principles Pin
Keith Barrow1-Oct-13 1:01
professionalKeith Barrow1-Oct-13 1:01 
AnswerRe: OOPS deisgn patterns and principles Pin
Abhinav S1-Oct-13 1:17
Abhinav S1-Oct-13 1:17 
GeneralRe: OOPS deisgn patterns and principles Pin
Govindaraj Rangaraj1-Oct-13 4:14
Govindaraj Rangaraj1-Oct-13 4:14 
GeneralRe: OOPS deisgn patterns and principles Pin
Eddy Vluggen1-Oct-13 5:00
professionalEddy Vluggen1-Oct-13 5:00 
AnswerRe: OOPS, deisgn patterns and principles Pin
GuyThiebaut1-Oct-13 21:47
professionalGuyThiebaut1-Oct-13 21:47 
GeneralRe: OOPS, deisgn patterns and principles Pin
Keith Barrow2-Oct-13 0:32
professionalKeith Barrow2-Oct-13 0:32 
QuestionArrays Pin
Sta_Horse30-Sep-13 23:35
Sta_Horse30-Sep-13 23:35 
AnswerRe: Arrays Pin
Garth J Lancaster30-Sep-13 23:50
professionalGarth J Lancaster30-Sep-13 23:50 
GeneralRe: Arrays Pin
harold aptroot1-Oct-13 1:47
harold aptroot1-Oct-13 1:47 
GeneralRe: Arrays Pin
Garth J Lancaster1-Oct-13 2:10
professionalGarth J Lancaster1-Oct-13 2:10 
AnswerRe: Arrays Pin
Pete O'Hanlon30-Sep-13 23:52
mvePete O'Hanlon30-Sep-13 23:52 
AnswerRe: Arrays Pin
OriginalGriff30-Sep-13 23:52
mveOriginalGriff30-Sep-13 23:52 

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.