Click here to Skip to main content
15,886,724 members
Home / Discussions / WPF
   

WPF

 
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 
Hi I am new in WPF so in advance I apologize if it is just a simple question
I have a vector based (actually xaml based) image in the resources
and I want to have a button that just contain that image
and I don't want to have a button that just contain that image ,I want a button that does n't have the traditional standard shape of a button, I mean I want a BitmapButton only a bitmap I want to appear instead of button , nothing else
I have a code that do this but still show that standard view that I don't like
Please Tell me what should I do to eliminate that.
Thank you
P.S
Here is the code:
<Button Grid.Row="5" Height="75" Width="220" Padding="2" >
          <ContentControl Template="{StaticResource Credit-Card}" />
      </Button>

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 
QuestionSilverlight 3 Offline Application from Notification Area Pin
nmreddy8328-Jun-09 8:11
nmreddy8328-Jun-09 8:11 
AnswerRe: Silverlight 3 Offline Application from Notification Area Pin
Mark Salsbery29-Jun-09 9:29
Mark Salsbery29-Jun-09 9:29 
GeneralRe: Silverlight 3 Offline Application from Notification Area Pin
nmreddy8329-Jun-09 12:24
nmreddy8329-Jun-09 12:24 
GeneralRe: Silverlight 3 Offline Application from Notification Area Pin
Mark Salsbery29-Jun-09 13:43
Mark Salsbery29-Jun-09 13:43 
GeneralRe: Silverlight 3 Offline Application from Notification Area Pin
Pete O'Hanlon29-Jun-09 21:35
mvePete O'Hanlon29-Jun-09 21:35 
QuestionWPF MediaElement to play a UDP Stream Pin
jklanka27-Jun-09 21:00
jklanka27-Jun-09 21:00 
AnswerRe: WPF MediaElement to play a UDP Stream Pin
Christian Graus28-Jun-09 10:33
protectorChristian Graus28-Jun-09 10:33 
QuestionTo design a screen dynamically at runtime using WPF 2008,C# Pin
cbe_pav27-Jun-09 3:13
cbe_pav27-Jun-09 3:13 

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.