Click here to Skip to main content
15,888,461 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: ProgressBar [modified] Pin
Mark Salsbery29-Jun-09 9:00
Mark Salsbery29-Jun-09 9:00 
GeneralRe: ProgressBar [modified] Pin
Ranger4929-Jun-09 9:33
Ranger4929-Jun-09 9:33 
GeneralRe: ProgressBar Pin
Mark Salsbery29-Jun-09 10:00
Mark Salsbery29-Jun-09 10:00 
GeneralRe: ProgressBar Pin
Ranger4929-Jun-09 10:15
Ranger4929-Jun-09 10:15 
GeneralRe: ProgressBar Pin
Pete O'Hanlon29-Jun-09 10:05
mvePete O'Hanlon29-Jun-09 10:05 
GeneralRe: ProgressBar [modified] Pin
Mark Salsbery29-Jun-09 10:16
Mark Salsbery29-Jun-09 10:16 
GeneralRe: ProgressBar Pin
Ranger4929-Jun-09 10:26
Ranger4929-Jun-09 10:26 
QuestionManually firing WPF RoutedCommand Pin
DahrkDaiz29-Jun-09 5:16
DahrkDaiz29-Jun-09 5:16 
I have a "Queue Editor" user control that keeps a list of queues. I have an Add button that's attached to a CreateQueue Command. This binding works great. However, I have a combo box in a separate place of the application that has a current list of available queues. The first item in the list, when selected, should fire the CreateQueue command.
I can't seem to figure out how to manually fire the command. I tried using the Execute method, but it requires the target UIElement, which to me seems pointless considering that routed commands are "supposed" to touch all the controls and only be handled by those controls that care about it. The other problem is that combo box in question does not, nor should it, know about the Queue Editor else where in the application. Any advice?
AnswerRe: Manually firing WPF RoutedCommand Pin
Pete O'Hanlon29-Jun-09 6:06
mvePete O'Hanlon29-Jun-09 6:06 
AnswerRe: Manually firing WPF RoutedCommand Pin
User 27100929-Jun-09 15:48
User 27100929-Jun-09 15:48 
QuestionMessage Removed Pin
29-Jun-09 4:54
professionalN_tro_P29-Jun-09 4:54 
AnswerRe: Images and Namespaces Pin
Gideon Engelberth29-Jun-09 6:29
Gideon Engelberth29-Jun-09 6:29 
QuestionWPF custom control Pin
Vinod C S29-Jun-09 4:21
Vinod C S29-Jun-09 4:21 
AnswerRe: WPF custom control Pin
Christian Graus29-Jun-09 11:13
protectorChristian Graus29-Jun-09 11:13 
GeneralRe: WPF custom control Pin
Vinod C S29-Jun-09 19:42
Vinod C S29-Jun-09 19:42 
QuestionEliminating The standard shape of a bitmap(actually xaml based) button, How to :)? Pin
cppwxwidgetsss29-Jun-09 1:12
cppwxwidgetsss29-Jun-09 1:12 
AnswerRe: Eliminating The standard shape of a bitmap(actually xaml based) button, How to :)? Pin
Mark Salsbery29-Jun-09 6:41
Mark Salsbery29-Jun-09 6:41 
QuestionHow can I use Application Idle Event in WPF? Pin
Kunal Chowdhury «IN»28-Jun-09 23:00
professionalKunal Chowdhury «IN»28-Jun-09 23:00 
AnswerRe: How can I use Application Idle Event in WPF? Pin
Christian Graus28-Jun-09 23:32
protectorChristian Graus28-Jun-09 23:32 
GeneralRe: How can I use Application Idle Event in WPF? Pin
Kunal Chowdhury «IN»29-Jun-09 2:15
professionalKunal Chowdhury «IN»29-Jun-09 2:15 
GeneralRe: How can I use Application Idle Event in WPF? Pin
Ravi Mori29-Jun-09 2:40
Ravi Mori29-Jun-09 2:40 
GeneralRe: How can I use Application Idle Event in WPF? Pin
Kunal Chowdhury «IN»29-Jun-09 3:44
professionalKunal Chowdhury «IN»29-Jun-09 3:44 
GeneralRe: How can I use Application Idle Event in WPF? Pin
Kunal Chowdhury «IN»29-Jun-09 20:02
professionalKunal Chowdhury «IN»29-Jun-09 20:02 
NewsNeed some feed back on my new Silverlight articles Pin
ProtoBytes28-Jun-09 16:43
ProtoBytes28-Jun-09 16:43 
GeneralRe: Need some feed back on my new Silverlight articles Pin
ProtoBytes28-Jun-09 16:46
ProtoBytes28-Jun-09 16:46 

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.