Click here to Skip to main content
15,887,328 members
Home / Discussions / WPF
   

WPF

 
QuestionRe: Login and Registration in silver light Pin
Mark Salsbery27-May-09 9:09
Mark Salsbery27-May-09 9:09 
AnswerRe: Login and Registration in silver light Pin
Ray Cassick27-May-09 18:20
Ray Cassick27-May-09 18:20 
AnswerRe: Login and Registration in silver light Pin
Michael Sync23-Jul-09 20:37
Michael Sync23-Jul-09 20:37 
QuestionParent Canvas mouse button effecting on Child Canvas Pin
pavanip27-May-09 0:43
pavanip27-May-09 0:43 
QuestionRe: Parent Canvas mouse button effecting on Child Canvas Pin
Mark Salsbery27-May-09 9:10
Mark Salsbery27-May-09 9:10 
AnswerRe: Parent Canvas mouse button effecting on Child Canvas Pin
pavanip29-May-09 1:58
pavanip29-May-09 1:58 
AnswerRe: Parent Canvas mouse button effecting on Child Canvas Pin
pavanip29-May-09 2:02
pavanip29-May-09 2:02 
GeneralRe: Parent Canvas mouse button effecting on Child Canvas Pin
Mark Salsbery29-May-09 6:04
Mark Salsbery29-May-09 6:04 
I typically just add a flag to my class like "bool isInDrag;".

Set the flag true on mousedown, false on mouse up, and only handle mousemove event
if the flag is true.

You may need two flags if your handlers are in the same class Wink | ;)

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionHow to implement RSS feeds in WPF application Pin
Nekkantidivya26-May-09 19:40
Nekkantidivya26-May-09 19:40 
AnswerRe: How to implement RSS feeds in WPF application Pin
ABitSmart26-May-09 19:49
ABitSmart26-May-09 19:49 
AnswerRe: How to implement RSS feeds in WPF application Pin
Pete O'Hanlon26-May-09 21:53
mvePete O'Hanlon26-May-09 21:53 
GeneralSilverlight VS WPF [modified] Pin
#realJSOP26-May-09 9:42
mve#realJSOP26-May-09 9:42 
GeneralRe: Silverlight VS WPF Pin
Bassam Saoud26-May-09 9:54
Bassam Saoud26-May-09 9:54 
GeneralRe: Silverlight VS WPF Pin
#realJSOP26-May-09 10:16
mve#realJSOP26-May-09 10:16 
GeneralRe: Silverlight VS WPF [edit] PinPopular
Bassam Saoud26-May-09 10:22
Bassam Saoud26-May-09 10:22 
JokeRe: Silverlight VS WPF [edit] Pin
Eddy Vluggen27-May-09 7:47
professionalEddy Vluggen27-May-09 7:47 
GeneralRe: Silverlight VS WPF [edit] Pin
Bassam Saoud27-May-09 9:01
Bassam Saoud27-May-09 9:01 
GeneralRe: Silverlight VS WPF Pin
Maximilien26-May-09 9:54
Maximilien26-May-09 9:54 
GeneralRe: Silverlight VS WPF Pin
Dan Neely26-May-09 9:56
Dan Neely26-May-09 9:56 
GeneralRe: Silverlight VS WPF Pin
Christopher Duncan26-May-09 10:03
Christopher Duncan26-May-09 10:03 
GeneralRe: Silverlight VS WPF Pin
Rama Krishna Vavilala26-May-09 10:23
Rama Krishna Vavilala26-May-09 10:23 
GeneralRe: Silverlight VS WPF Pin
Pete O'Hanlon26-May-09 10:29
mvePete O'Hanlon26-May-09 10:29 
GeneralRe: Silverlight VS WPF Pin
Shog926-May-09 10:33
sitebuilderShog926-May-09 10:33 
GeneralRe: Silverlight VS WPF Pin
led mike9-Jun-09 9:08
led mike9-Jun-09 9:08 
GeneralRe: Silverlight VS WPF Pin
Shog99-Jun-09 9:53
sitebuilderShog99-Jun-09 9:53 

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.