Click here to Skip to main content
15,881,852 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Getting mouse up event on WPF Figure Pin
Pete O'Hanlon11-Oct-09 11:55
mvePete O'Hanlon11-Oct-09 11:55 
GeneralRe: Getting mouse up event on WPF Figure Pin
fjparisIII11-Oct-09 14:42
fjparisIII11-Oct-09 14:42 
Pete O'Hanlon wrote:
All you need to do is handle the PreviewMouseLeftButtonDown event on the Image and set e.Handled = true;. Then you can handle the MouseLeftButtonUp event the way you want. By handling the event (e.Handled), you ensure that the containing item doesn't capture your events.


I don't see why you have to do that. You don't have to do it for the TextBox, which also allows highlighting and dragging the highlighted text. See my reply to your earlier post today for a fuller explanation:

http://www.codeproject.com/Messages/3230555/Re-Why-doesnt-Microsoft-support-the-documented-mou.aspx[^]
QuestionCan we use control properties in windows forms from a user control create in Wpf .and currently we are using user control in windows forms.... Pin
Anuj Banka9-Oct-09 1:57
Anuj Banka9-Oct-09 1:57 
AnswerRe: Can we use control properties in windows forms from a user control create in Wpf .and currently we are using user control in windows forms.... Pin
Pete O'Hanlon9-Oct-09 2:21
mvePete O'Hanlon9-Oct-09 2:21 
GeneralRe: Can we use control properties in windows forms from a user control create in Wpf .and currently we are using user control in windows forms.... Pin
Anuj Banka9-Oct-09 2:23
Anuj Banka9-Oct-09 2:23 
QuestionStarting to hate silverlight Pin
gantww8-Oct-09 16:59
gantww8-Oct-09 16:59 
AnswerRe: Starting to hate silverlight Pin
lepipele8-Oct-09 18:01
lepipele8-Oct-09 18:01 
QuestionHow to show SSL WCF Service Padlock Pin
Soulforged8-Oct-09 13:48
Soulforged8-Oct-09 13:48 
AnswerRe: How to show SSL WCF Service Padlock Pin
Nigel Ferrissey8-Oct-09 14:22
Nigel Ferrissey8-Oct-09 14:22 
GeneralRe: How to show SSL WCF Service Padlock Pin
Soulforged8-Oct-09 15:31
Soulforged8-Oct-09 15:31 
GeneralRe: How to show SSL WCF Service Padlock Pin
Nigel Ferrissey8-Oct-09 16:15
Nigel Ferrissey8-Oct-09 16:15 
GeneralRe: How to show SSL WCF Service Padlock Pin
Soulforged8-Oct-09 16:49
Soulforged8-Oct-09 16:49 
GeneralRe: How to show SSL WCF Service Padlock Pin
Nigel Ferrissey8-Oct-09 18:07
Nigel Ferrissey8-Oct-09 18:07 
QuestionDynemic Data binding for image within ListBox Pin
grvdarji8-Oct-09 10:40
grvdarji8-Oct-09 10:40 
AnswerRe: Dynemic Data binding for image within ListBox Pin
Gideon Engelberth9-Oct-09 3:32
Gideon Engelberth9-Oct-09 3:32 
GeneralRe: Dynemic Data binding for image within ListBox Pin
grvdarji9-Oct-09 6:20
grvdarji9-Oct-09 6:20 
GeneralRe: Dynemic Data binding for image within ListBox Pin
Gideon Engelberth9-Oct-09 13:25
Gideon Engelberth9-Oct-09 13:25 
Questionround slider Pin
robotz8-Oct-09 4:57
robotz8-Oct-09 4:57 
AnswerRe: round slider Pin
Christian Graus8-Oct-09 9:41
protectorChristian Graus8-Oct-09 9:41 
GeneralRe: round slider Pin
robotz8-Oct-09 9:58
robotz8-Oct-09 9:58 
GeneralRe: round slider Pin
Christian Graus8-Oct-09 10:26
protectorChristian Graus8-Oct-09 10:26 
GeneralRe: round slider Pin
robotz8-Oct-09 10:32
robotz8-Oct-09 10:32 
QuestionMedia element fullscreen Pin
Nekkantidivya7-Oct-09 19:29
Nekkantidivya7-Oct-09 19:29 
AnswerRe: Media element fullscreen Pin
Nigel Ferrissey8-Oct-09 16:03
Nigel Ferrissey8-Oct-09 16:03 
QuestionCalling SSL WCF Service from Silverlight Pin
Soulforged7-Oct-09 15:47
Soulforged7-Oct-09 15:47 

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.