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

WPF

 
QuestionMessage Removed Pin
12-May-09 3:39
professionalN_tro_P12-May-09 3:39 
AnswerRe: Custom Made Button Click event Pin
Mark Salsbery12-May-09 6:48
Mark Salsbery12-May-09 6:48 
GeneralMessage Removed Pin
12-May-09 7:55
professionalN_tro_P12-May-09 7:55 
GeneralRe: Custom Made Button Click event Pin
Mark Salsbery12-May-09 8:14
Mark Salsbery12-May-09 8:14 
GeneralMessage Removed Pin
12-May-09 8:24
professionalN_tro_P12-May-09 8:24 
GeneralRe: Custom Made Button Click event Pin
Mark Salsbery12-May-09 9:14
Mark Salsbery12-May-09 9:14 
GeneralMessage Removed Pin
12-May-09 9:19
professionalN_tro_P12-May-09 9:19 
GeneralRe: Custom Made Button Click event Pin
Mark Salsbery12-May-09 9:37
Mark Salsbery12-May-09 9:37 
Collin Jasnoch wrote:
the namespace would get included anyways (wouldn't it?)...


You'll need to actually look at the xaml and code-behind to determine that.


Collin Jasnoch wrote:
I just don't see how to trigger off a click.


What does that mean? You want to simulate a click? Use an event trigger
to do something in response to the Click event? Respond to a click event
in code-behind?



Collin Jasnoch wrote:
I had posted the actual one earlier but it was REALLY long


So forget all the fancy stuff you did with your button...

Make a canvas: <Canvas Width="100" Height=20 Background="LightSteelBlue" />

Use Blend's "Make Button..." to make a button from that canvas.

Use that button in another user control like you want to, including showing WHERE
you want a click event handled.

Now post the actual xaml and code (which will be very small) so we don't have to guess what
you're trying to do Smile | :)

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralMessage Removed Pin
12-May-09 9:48
professionalN_tro_P12-May-09 9:48 
GeneralRe: Custom Made Button Click event Pin
Mark Salsbery12-May-09 10:20
Mark Salsbery12-May-09 10:20 
QuestionObservableCollection Pin
RugbyLeague11-May-09 3:18
RugbyLeague11-May-09 3:18 
AnswerRe: ObservableCollection Pin
Pete O'Hanlon11-May-09 4:03
mvePete O'Hanlon11-May-09 4:03 
GeneralRe: ObservableCollection Pin
mark_w_11-May-09 4:18
mark_w_11-May-09 4:18 
GeneralRe: ObservableCollection Pin
Pete O'Hanlon11-May-09 4:26
mvePete O'Hanlon11-May-09 4:26 
GeneralRe: ObservableCollection Pin
mark_w_11-May-09 4:41
mark_w_11-May-09 4:41 
GeneralRe: ObservableCollection [modified] Pin
RugbyLeague11-May-09 5:02
RugbyLeague11-May-09 5:02 
AnswerRe: ObservableCollection Pin
Niladri_Biswas13-Jun-09 4:09
Niladri_Biswas13-Jun-09 4:09 
QuestionWPF - Namespaces Pin
mark_w_11-May-09 0:18
mark_w_11-May-09 0:18 
AnswerRe: WPF - Namespaces Pin
mark_w_11-May-09 5:33
mark_w_11-May-09 5:33 
AnswerRe: WPF - Namespaces Pin
Niladri_Biswas13-Jun-09 4:13
Niladri_Biswas13-Jun-09 4:13 
QuestionWPF performance problems in planning application Pin
h_c_d10-May-09 23:39
h_c_d10-May-09 23:39 
QuestionSize of a custom shape (DesiredSize) Pin
Pauwels Bart10-May-09 18:15
Pauwels Bart10-May-09 18:15 
AnswerRe: Size of a custom shape (DesiredSize) Pin
Pauwels Bart13-May-09 1:21
Pauwels Bart13-May-09 1:21 
QuestionQuick TextBox Question Pin
BlitzPackage10-May-09 11:46
BlitzPackage10-May-09 11:46 
AnswerRe: Quick TextBox Question Pin
Pete O'Hanlon10-May-09 21:38
mvePete O'Hanlon10-May-09 21:38 

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.