Hi,
I've started the development of a windows application, which target windows 7 and vista (maybe XP).
I wanted to have some standard behavior that we find in the default windows applications. But I can't find anything to do that, so I have some questions :
1) For example, on Windows 7, the address bar that displays the current folder in the Windows Explorer. Is there a way to get it somewhere, or I'll have to develop it myself ?
2) Is it possible to add UI element to the window chrome? I mean, if you check at the Windows Explorer, the previous and next button, the address bar, the search bar are draw below the window title is the translucent area.
3) Where can I find good UI development tutorial, or documentation ? I've checked on google, but I couldn't find something understandable.
4) An application like the Windows Explorer, is a WPF application or a WinForms application ? I think it can be done in both technologies, but will be easier to perfom in WPF, am I wrong?
Thank you.