Click here to Skip to main content
15,903,012 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Is WPF actually useful for most businesses? Pin
Jammer22-Oct-08 10:41
Jammer22-Oct-08 10:41 
GeneralRe: Is WPF actually useful for most businesses? Pin
RugbyLeague22-Oct-08 11:15
RugbyLeague22-Oct-08 11:15 
QuestionBeginner Pin
Hossein Afyuoni20-Oct-08 18:49
Hossein Afyuoni20-Oct-08 18:49 
AnswerRe: Beginner Pin
Jammer20-Oct-08 22:29
Jammer20-Oct-08 22:29 
AnswerRe: Beginner Pin
Pete O'Hanlon20-Oct-08 22:44
mvePete O'Hanlon20-Oct-08 22:44 
GeneralRe: Beginner Pin
elektrowolf21-Oct-08 0:20
elektrowolf21-Oct-08 0:20 
GeneralRe: Beginner Pin
Pete O'Hanlon21-Oct-08 0:46
mvePete O'Hanlon21-Oct-08 0:46 
QuestionProperty value updation not displayed Pin
vinod.sankuthodi19-Oct-08 20:06
vinod.sankuthodi19-Oct-08 20:06 
In the code of a WPF custom control, I am updating Property1 in the Set{}
of another Property2(i.e. when another property changes). the Property1 is updated properly, but the updated value is not diaplayed in the Property Dialog Box of Visual studio. How can I get the updated value diaplyed in Property dialog box.
<br />
public string ControlID<br />
        {<br />
            get<br />
            {<br />
                return controlid;<br />
            }<br />
            set<br />
            {<br />
                controlid = value;<br />
                Propertytoupdate = value; // This Property is <br />
                                      //not updated <br />
                                      //in Property dilaog even<br />
                                   // though value of <br />
                                   // Propertytoupdate gets <br />
                                   // updated             <br />
              <br />
             }<br />
        }<br />

AnswerRe: Property value updation not displayed Pin
Pete O'Hanlon20-Oct-08 0:43
mvePete O'Hanlon20-Oct-08 0:43 
Questioncould any one help in how to create seprate dlls in wpf project? Pin
dwarakk19-Oct-08 0:47
dwarakk19-Oct-08 0:47 
AnswerRe: could any one help in how to create seprate dlls in wpf project? Pin
Jammer19-Oct-08 2:39
Jammer19-Oct-08 2:39 
AnswerRe: could any one help in how to create seprate dlls in wpf project? Pin
User 27100919-Oct-08 4:58
User 27100919-Oct-08 4:58 
QuestionXAML Power Toys 3.4 Released Pin
User 27100918-Oct-08 20:25
User 27100918-Oct-08 20:25 
AnswerRe: XAML Power Toys 3.4 Released Pin
Michael Sync18-Oct-08 21:39
Michael Sync18-Oct-08 21:39 
GeneralRe: XAML Power Toys 3.4 Released Pin
User 27100919-Oct-08 4:59
User 27100919-Oct-08 4:59 
QuestionHow to bind TreeView with nested object without using HierarchicalDatatemplate Pin
Michael Sync18-Oct-08 5:12
Michael Sync18-Oct-08 5:12 
AnswerRe: How to bind TreeView with nested object without using HierarchicalDatatemplate Pin
User 27100918-Oct-08 20:11
User 27100918-Oct-08 20:11 
GeneralRe: How to bind TreeView with nested object without using HierarchicalDatatemplate Pin
Michael Sync18-Oct-08 21:37
Michael Sync18-Oct-08 21:37 
GeneralRe: How to bind TreeView with nested object without using HierarchicalDatatemplate Pin
User 27100919-Oct-08 4:55
User 27100919-Oct-08 4:55 
QuestionQuick Question Pin
MrMcIntyre18-Oct-08 1:52
MrMcIntyre18-Oct-08 1:52 
AnswerRe: Quick Question Pin
User 27100918-Oct-08 20:12
User 27100918-Oct-08 20:12 
Questionhelp in xps? Pin
Dotnetkanna17-Oct-08 18:45
Dotnetkanna17-Oct-08 18:45 
AnswerRe: help in xps? Pin
touseef17-Oct-08 20:25
touseef17-Oct-08 20:25 
QuestionOdd WPF Problem Pin
Jammer17-Oct-08 12:57
Jammer17-Oct-08 12:57 
AnswerRe: Odd WPF Problem Pin
User 27100918-Oct-08 20:16
User 27100918-Oct-08 20:16 

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.