Click here to Skip to main content
15,894,337 members
Home / Discussions / WPF
   

WPF

 
QuestionApplying inkcanvas on the WebBrowserControl in WPF? Pin
tarun jindal21-Aug-08 20:39
tarun jindal21-Aug-08 20:39 
Question[Message Removed] Pin
ped2ped21-Aug-08 19:10
ped2ped21-Aug-08 19:10 
AnswerRe: Directshow and WPF Pin
Jammer21-Aug-08 22:35
Jammer21-Aug-08 22:35 
QuestionVector3D simple question Pin
Yoyosch21-Aug-08 7:12
Yoyosch21-Aug-08 7:12 
AnswerRe: Vector3D simple question Pin
AghaKhan21-Aug-08 13:40
AghaKhan21-Aug-08 13:40 
AnswerRe: Vector3D simple question Pin
Gideon Engelberth21-Aug-08 16:51
Gideon Engelberth21-Aug-08 16:51 
AnswerRe: Vector3D simple question Pin
Timmy Kokke25-Aug-08 1:49
Timmy Kokke25-Aug-08 1:49 
Questiontextbox keypress event help Pin
lankaudaranga21-Aug-08 0:01
lankaudaranga21-Aug-08 0:01 
i want to write code for wpf textbox control keypress event.i want to enter data this textbox numbers only.this code correct for winforms

private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
{
if (char.IsLetter(e.KeyChar) == true)
{
e.Handled = true;
}

}


how to write this code for wpf textbox control....
GeneralRe: textbox keypress event help Pin
Pete O'Hanlon21-Aug-08 1:49
mvePete O'Hanlon21-Aug-08 1:49 
Questionevent Pin
lankaudaranga20-Aug-08 20:47
lankaudaranga20-Aug-08 20:47 
AnswerRe: event Pin
Pete O'Hanlon21-Aug-08 1:58
mvePete O'Hanlon21-Aug-08 1:58 
Questionwpf reports Pin
lankaudaranga20-Aug-08 0:37
lankaudaranga20-Aug-08 0:37 
AnswerRe: wpf reports Pin
Pete O'Hanlon20-Aug-08 0:54
mvePete O'Hanlon20-Aug-08 0:54 
QuestionDo we have any substitute for include files of .Net in Silverlight Pin
Nirav_Vyas19-Aug-08 21:24
Nirav_Vyas19-Aug-08 21:24 
AnswerRe: Do we have any substitute for include files of .Net in Silverlight Pin
Syed Mehroz Alam28-Aug-08 19:13
Syed Mehroz Alam28-Aug-08 19:13 
GeneralRe: Do we have any substitute for include files of .Net in Silverlight Pin
Nirav_Vyas28-Aug-08 19:37
Nirav_Vyas28-Aug-08 19:37 
GeneralRe: Do we have any substitute for include files of .Net in Silverlight [modified] Pin
Syed Mehroz Alam28-Aug-08 20:30
Syed Mehroz Alam28-Aug-08 20:30 
QuestionFont outline? Pin
Harvey Saayman18-Aug-08 1:13
Harvey Saayman18-Aug-08 1:13 
AnswerRe: Font outline? Pin
Pete O'Hanlon18-Aug-08 2:32
mvePete O'Hanlon18-Aug-08 2:32 
GeneralRe: Font outline? Pin
Harvey Saayman18-Aug-08 3:26
Harvey Saayman18-Aug-08 3:26 
QuestionHow can i Insert an hyperlink image to a richtextbox? Pin
materatsu17-Aug-08 15:41
materatsu17-Aug-08 15:41 
AnswerRe: How can i Insert an hyperlink image to a richtextbox? [modified] Pin
User 27100926-Aug-08 3:25
User 27100926-Aug-08 3:25 
GeneralRe: How can i Insert an hyperlink image to a richtextbox? Pin
materatsu30-Aug-08 15:38
materatsu30-Aug-08 15:38 
GeneralRe: How can i Insert an hyperlink image to a richtextbox? Pin
User 27100930-Aug-08 15:44
User 27100930-Aug-08 15:44 
GeneralRe: How can i Insert an hyperlink image to a richtextbox? Pin
materatsu30-Aug-08 17:19
materatsu30-Aug-08 17:19 

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.