Re: [2008] [Question] WPF?
Quote:
Originally Posted by RobDog888
Yea I kinda hate the XAML as it reminds me of web dev. IMO the drag n drop should still have the same technique that winforms have for designing (like setting properties in the property grid and not in the xaml). Sure maybe for more advanced features you could access the xaml but there should be more vb code dependancy.
but then if there was more VB dependency in the designing of the windows then that would defeat the whole point of having a 'seperate' interface design system and then having "code-behind" that actually had the programming logic in ;)
EDIT: Dont get me wrong, I still hate WPF :P
Re: [2008] [Question] WPF?
Well in the sense that to design the GUI you still need vb and the xaml is is generated when you dnd but they could have done it too with a partial class instead.