Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't put buttons on WPF form
Message
General information
Forum:
ASP.NET
Category:
Windows Presentation Foundation (WPF)
Environment versions
Environment:
C# 3.0
OS:
Vista
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01430541
Message ID:
01431038
Views:
37
It's all about enhanced Ux (User eXperience). VFP, WinForms, pretty much any business app uses GDI or GDI+ to render objects. GDI dates back to Win 3.11 or even earlier. Microsoft felt it was time for an update, hence WPF. It's basically wrappers around DirectX. Now DirectX is pretty complicated stuff and hard to use directly. It's really only used that way for games. Now it's easy.

With WPF, you don't specify row, column for control placement. Instead you lay out a grid and put controls in the grid cells (similar to how you do layout in HTML.) Things then resize automatically and still look good. You can also do fancy stuff like have a different running video for each item in a listbox (not that you'd do that, but you could).


>I wonder why it was different for me and many others. The same error is experienced by many others. I saw this when I googled the error and saw people's responses.
>
>Well, anyway, I am glad the error is now resolved and that I can finally drag and drop objects onto the form.
>
>I started playing around with WPF and found it to be quite cool. I am not completely aware of what WPF is all about., If you'd care to expound on it, I am all ears.
>
>Cecil
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform