Click here to Skip to main content
16,013,489 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: How to get weather information into my WPF application Pin
ABitSmart23-May-09 4:15
ABitSmart23-May-09 4:15 
QuestionHow i can know who the users connected in my application? Pin
VisualLive22-May-09 19:03
VisualLive22-May-09 19:03 
AnswerRe: How i can know who the users connected in my application? Pin
ABitSmart23-May-09 4:29
ABitSmart23-May-09 4:29 
GeneralRe: How i can know who the users connected in my application? Pin
VisualLive23-May-09 7:10
VisualLive23-May-09 7:10 
QuestionHow to implement Drag and drop functionality using WPF Pin
Nekkantidivya22-May-09 18:57
Nekkantidivya22-May-09 18:57 
AnswerRe: How to implement Drag and drop functionality using WPF Pin
ABitSmart23-May-09 4:17
ABitSmart23-May-09 4:17 
AnswerRe: How to implement Drag and drop functionality using WPF Pin
derm223-May-09 8:39
derm223-May-09 8:39 
GeneralRe: How to implement Drag and drop functionality using WPF Pin
Mark Salsbery23-May-09 9:18
Mark Salsbery23-May-09 9:18 
derm2 wrote:
I had to do it in a rather unelegant way because of this:

- Save the mouse location on previewmousedwn
- Compare this to the mouse position previewmousemove. If it's different and the button is still clicked, then find the child item for the originally clicked position, and do the dragdrop for it.


Why is that "unelegant"? That's typically the way I've always seen the event handling
done for drag and drop, regardless of framework.

Yes, certain controls consume mouse events (and other events) as part of their implementation.
One needs to understand that and subscribe to the appropriate events, either bubbling or tunneling,
as necessary.


derm2 wrote:
fired practically randomly


Hardly.

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: How to implement Drag and drop functionality using WPF Pin
derm224-May-09 5:42
derm224-May-09 5:42 
GeneralRe: How to implement Drag and drop functionality using WPF Pin
Mark Salsbery24-May-09 7:09
Mark Salsbery24-May-09 7:09 
GeneralRe: How to implement Drag and drop functionality using WPF Pin
derm225-May-09 1:44
derm225-May-09 1:44 
GeneralRe: How to implement Drag and drop functionality using WPF Pin
Mark Salsbery25-May-09 6:45
Mark Salsbery25-May-09 6:45 
QuestionAnother M-V-VM question: lookups Pin
ml_black22-May-09 4:23
ml_black22-May-09 4:23 
AnswerRe: Another M-V-VM question: lookups Pin
Pete O'Hanlon22-May-09 4:36
mvePete O'Hanlon22-May-09 4:36 
GeneralRe: Another M-V-VM question: lookups Pin
ml_black22-May-09 4:48
ml_black22-May-09 4:48 
GeneralRe: Another M-V-VM question: lookups Pin
ml_black22-May-09 6:18
ml_black22-May-09 6:18 
GeneralRe: Another M-V-VM question: lookups Pin
Pete O'Hanlon22-May-09 11:40
mvePete O'Hanlon22-May-09 11:40 
QuestionMaskText box is not scrolling in scrollviewer, in WPF Pin
Asit Kumar Sinha22-May-09 2:28
Asit Kumar Sinha22-May-09 2:28 
AnswerRe: MaskText box is not scrolling in scrollviewer, in WPF Pin
Mark Salsbery22-May-09 6:31
Mark Salsbery22-May-09 6:31 
QuestionCreating this sort of style in WPF/Blend Pin
pancakesOfMassDeliciousness22-May-09 2:15
pancakesOfMassDeliciousness22-May-09 2:15 
AnswerRe: Creating this sort of style in WPF/Blend Pin
Mark Salsbery22-May-09 5:09
Mark Salsbery22-May-09 5:09 
AnswerRe: Creating this sort of style in WPF/Blend Pin
Gideon Engelberth22-May-09 15:12
Gideon Engelberth22-May-09 15:12 
AnswerRe: Creating this sort of style in WPF/Blend Pin
Unagii10-Feb-10 3:22
Unagii10-Feb-10 3:22 
GeneralRe: Creating this sort of style in WPF/Blend Pin
pancakesOfMassDeliciousness10-Feb-10 3:27
pancakesOfMassDeliciousness10-Feb-10 3:27 
GeneralRe: Creating this sort of style in WPF/Blend Pin
Unagii10-Feb-10 3:45
Unagii10-Feb-10 3:45 

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.