Click here to Skip to main content
15,867,835 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: that very confusing in virtual directory and MIME Type................ Pin
Mark Salsbery8-Apr-09 12:38
Mark Salsbery8-Apr-09 12:38 
GeneralRe: that very confusing in virtual directory and MIME Type................ Pin
Piyush Vardhan Singh8-Apr-09 21:43
Piyush Vardhan Singh8-Apr-09 21:43 
GeneralRe: that very confusing in virtual directory and MIME Type................ Pin
Mark Salsbery9-Apr-09 6:33
Mark Salsbery9-Apr-09 6:33 
GeneralRe: that very confusing in virtual directory and MIME Type................ Pin
Piyush Vardhan Singh9-Apr-09 19:45
Piyush Vardhan Singh9-Apr-09 19:45 
GeneralRe: that very confusing in virtual directory and MIME Type................ Pin
Mark Salsbery10-Apr-09 6:58
Mark Salsbery10-Apr-09 6:58 
GeneralRe: that very confusing in virtual directory and MIME Type................ Pin
Piyush Vardhan Singh12-Apr-09 19:15
Piyush Vardhan Singh12-Apr-09 19:15 
GeneralRe: that very confusing in virtual directory and MIME Type................ Pin
Piyush Vardhan Singh13-Apr-09 5:58
Piyush Vardhan Singh13-Apr-09 5:58 
QuestionTextbox border curve Pin
Ravi Mori7-Apr-09 19:44
Ravi Mori7-Apr-09 19:44 
Hi,I want curve in all corners of textbox in wpf..
I got this by following code in dynamic resource.
But from that i can't input anything in textbox.
Any Suggessions?


<Style x:Key="UserNameTextBox" TargetType="{x:Type TextBox}">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type TextBoxBase}">
<Border Name="Border" Background="#FFEBE9E9" BorderBrush="#FF8B8787" BorderThickness="1" CornerRadius="3" Padding="3"/>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
AnswerRe: Textbox border curve Pin
ABitSmart7-Apr-09 21:49
ABitSmart7-Apr-09 21:49 
GeneralRe: Textbox border curve Pin
Ravi Mori7-Apr-09 21:57
Ravi Mori7-Apr-09 21:57 
GeneralRe: Textbox border curve Pin
ABitSmart8-Apr-09 0:37
ABitSmart8-Apr-09 0:37 
QuestionSnapshot of a Form in a thumbnail Pin
Graeme_Grant6-Apr-09 23:57
mvaGraeme_Grant6-Apr-09 23:57 
AnswerRe: Snapshot of a Form in a thumbnail Pin
Christian Graus7-Apr-09 13:51
protectorChristian Graus7-Apr-09 13:51 
GeneralRe: Snapshot of a Form in a thumbnail Pin
Graeme_Grant7-Apr-09 23:30
mvaGraeme_Grant7-Apr-09 23:30 
AnswerRe: Snapshot of a Form in a thumbnail Pin
Eslam Afifi7-Apr-09 15:56
Eslam Afifi7-Apr-09 15:56 
GeneralRe: Snapshot of a Form in a thumbnail [modified] Pin
Graeme_Grant7-Apr-09 23:32
mvaGraeme_Grant7-Apr-09 23:32 
GeneralRe: Snapshot of a Form in a thumbnail Pin
Graeme_Grant8-Apr-09 0:37
mvaGraeme_Grant8-Apr-09 0:37 
GeneralRe: Snapshot of a Form in a thumbnail [modified] Pin
Eslam Afifi8-Apr-09 8:24
Eslam Afifi8-Apr-09 8:24 
GeneralRe: Snapshot of a Form in a thumbnail Pin
Graeme_Grant8-Apr-09 10:43
mvaGraeme_Grant8-Apr-09 10:43 
GeneralRe: Snapshot of a Form in a thumbnail Pin
Eslam Afifi10-Apr-09 3:07
Eslam Afifi10-Apr-09 3:07 
GeneralRe: Snapshot of a Form in a thumbnail Pin
Graeme_Grant10-Apr-09 14:21
mvaGraeme_Grant10-Apr-09 14:21 
GeneralRe: Snapshot of a Form in a thumbnail Pin
Eslam Afifi10-Apr-09 15:28
Eslam Afifi10-Apr-09 15:28 
GeneralRe: Snapshot of a Form in a thumbnail Pin
Graeme_Grant10-Apr-09 17:11
mvaGraeme_Grant10-Apr-09 17:11 
GeneralRe: Snapshot of a Form in a thumbnail Pin
Eslam Afifi11-Apr-09 8:04
Eslam Afifi11-Apr-09 8:04 
GeneralRe: Snapshot of a Form in a thumbnail Pin
Graeme_Grant11-Apr-09 12:03
mvaGraeme_Grant11-Apr-09 12:03 

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.