Click here to Skip to main content
15,914,481 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Silverlight using Visual Studio 2005? Pin
Mohammad Dayyan19-Jan-09 19:39
Mohammad Dayyan19-Jan-09 19:39 
AnswerRe: Silverlight using Visual Studio 2005? Pin
Michael Sync29-Jan-09 2:39
Michael Sync29-Jan-09 2:39 
QuestionSilver Light Tools Information Required Pin
mr_muskurahat5-Jan-09 1:05
mr_muskurahat5-Jan-09 1:05 
AnswerRe: Silver Light Tools Information Required Pin
Lev Danielyan5-Jan-09 20:49
Lev Danielyan5-Jan-09 20:49 
GeneralRe: Silver Light Tools Information Required Pin
mr_muskurahat5-Jan-09 23:43
mr_muskurahat5-Jan-09 23:43 
GeneralRe: Silver Light Tools Information Required Pin
Lev Danielyan6-Jan-09 0:05
Lev Danielyan6-Jan-09 0:05 
GeneralRe: Silver Light Tools Information Required Pin
mr_muskurahat6-Jan-09 0:24
mr_muskurahat6-Jan-09 0:24 
GeneralRe: Silver Light Tools Information Required Pin
Lev Danielyan6-Jan-09 1:16
Lev Danielyan6-Jan-09 1:16 
AnswerRe: Silver Light Tools Information Required Pin
patelpiyush10-Feb-09 5:01
patelpiyush10-Feb-09 5:01 
Questionwhat is silverlight Pin
NidhiKanu4-Jan-09 21:57
professionalNidhiKanu4-Jan-09 21:57 
AnswerRe: what is silverlight Pin
ColinM1235-Jan-09 12:55
ColinM1235-Jan-09 12:55 
GeneralRe: what is silverlight Pin
NidhiKanu5-Jan-09 18:32
professionalNidhiKanu5-Jan-09 18:32 
GeneralRe: what is silverlight Pin
ColinM1237-Jan-09 11:35
ColinM1237-Jan-09 11:35 
AnswerRe: what is silverlight Pin
Mohammad Dayyan8-Jan-09 10:42
Mohammad Dayyan8-Jan-09 10:42 
QuestionHow create Report with WPF?? Pin
VisualLive4-Jan-09 19:49
VisualLive4-Jan-09 19:49 
AnswerRe: How create Report with WPF?? Pin
User 2710094-Jan-09 19:59
User 2710094-Jan-09 19:59 
AnswerRe: How create Report with WPF?? Pin
hossei.gholami23-Dec-09 9:16
hossei.gholami23-Dec-09 9:16 
QuestionCompatible with VS 2005 Pin
avi_dadi20024-Jan-09 19:15
avi_dadi20024-Jan-09 19:15 
AnswerRe: Compatible with VS 2005 Pin
Aman Bhullar6-Jan-09 5:25
Aman Bhullar6-Jan-09 5:25 
AnswerRe: Compatible with VS 2005 Pin
Mohammad Dayyan8-Jan-09 10:45
Mohammad Dayyan8-Jan-09 10:45 
AnswerRe: Compatible with VS 2005 Pin
CrazyCoder269-Jan-09 20:32
CrazyCoder269-Jan-09 20:32 
QuestionFocusing problem ? Pin
Mohammad Dayyan4-Jan-09 3:26
Mohammad Dayyan4-Jan-09 3:26 
AnswerRe: Focusing problem ? Pin
Mark Salsbery4-Jan-09 6:30
Mark Salsbery4-Jan-09 6:30 
First, I would set the Visibility property on the TextBox BEFORE
calling Focus().

Second, make sure the Focusable and IsEnabled properties on the TextBox
are set to true.

You may want (or need) to make sure the Focusable property is set to false on
the Rectangle as well.

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Focusing problem ? Pin
Mohammad Dayyan4-Jan-09 6:52
Mohammad Dayyan4-Jan-09 6:52 
GeneralRe: Focusing problem ? Pin
Mark Salsbery4-Jan-09 9:32
Mark Salsbery4-Jan-09 9:32 

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.