Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. VS 2008 Walkthroughs on WPF?

VS 2008 Walkthroughs on WPF?

Scheduled Pinned Locked Moved C#
csharpvisual-studiowpfwinformscom
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    David Veeneman
    wrote on last edited by
    #1

    I'm just getting started with VS 2008. I thought I'd start by creating a fairly standard WinForms-style UI, but do it in a WPF app, instead of a WinForms app. I haven't had any luck finding tutorials or walkthroughs on creating WPF UIs with VS 2008. Can anyone suggest a good walkthrough or article? Thanks.

    David Veeneman www.veeneman.com

    C D P 3 Replies Last reply
    0
    • D David Veeneman

      I'm just getting started with VS 2008. I thought I'd start by creating a fairly standard WinForms-style UI, but do it in a WPF app, instead of a WinForms app. I haven't had any luck finding tutorials or walkthroughs on creating WPF UIs with VS 2008. Can anyone suggest a good walkthrough or article? Thanks.

      David Veeneman www.veeneman.com

      C Offline
      C Offline
      CKnig
      wrote on last edited by
      #2

      check the MSDN page for webcasts on WPF - there are some great ones (I've mostly seen german webcasts but I'm rather sure that there are some great english ones as well). WPF is a huge theme so you might even consider buying some book(s?) on it. Best think is that the old MCF-like eventhandling is back (from child to parent) and even improved, databinding has improved much and the 3D support is just lovely - downsides are: no MDI support (as far as I know), no dockable windows etc.

      D 1 Reply Last reply
      0
      • C CKnig

        check the MSDN page for webcasts on WPF - there are some great ones (I've mostly seen german webcasts but I'm rather sure that there are some great english ones as well). WPF is a huge theme so you might even consider buying some book(s?) on it. Best think is that the old MCF-like eventhandling is back (from child to parent) and even improved, databinding has improved much and the 3D support is just lovely - downsides are: no MDI support (as far as I know), no dockable windows etc.

        D Offline
        D Offline
        David Veeneman
        wrote on last edited by
        #3

        Thanks. There is a DockPanel container, which I think is designed for window docking. And while there is no explicit MDI support, MDI-style interfaces look like they can be done fairly easily by nesting panels. Unfortunately, there aren't any VS 2008 books out yet. I'm going with the Manning book, WPF in Action with Visual Studio 2008. It's not being published for a while, but most of the chapters are available online.

        David Veeneman www.veeneman.com

        C 1 Reply Last reply
        0
        • D David Veeneman

          Thanks. There is a DockPanel container, which I think is designed for window docking. And while there is no explicit MDI support, MDI-style interfaces look like they can be done fairly easily by nesting panels. Unfortunately, there aren't any VS 2008 books out yet. I'm going with the Manning book, WPF in Action with Visual Studio 2008. It's not being published for a while, but most of the chapters are available online.

          David Veeneman www.veeneman.com

          C Offline
          C Offline
          CKnig
          wrote on last edited by
          #4

          well the DockPanel is a layout container - nothing more - you don't get run-time docking or the menu/toolbar-sharing of the MDI windows. You don't need the VS2008 Books - not much has changed for WPF-programming. I have the "Pro WPF" from MacDonald in front of me (.NET 3.0) and can only recommand it - of course another WPF Petzold is allways good :laugh:

          1 Reply Last reply
          0
          • D David Veeneman

            I'm just getting started with VS 2008. I thought I'd start by creating a fairly standard WinForms-style UI, but do it in a WPF app, instead of a WinForms app. I haven't had any luck finding tutorials or walkthroughs on creating WPF UIs with VS 2008. Can anyone suggest a good walkthrough or article? Thanks.

            David Veeneman www.veeneman.com

            D Offline
            D Offline
            David Veeneman
            wrote on last edited by
            #5

            I found an MSDN hands-on lab to create a line-of-business application using Expression Blend as the designer. The lab can be found here[^].

            David Veeneman www.veeneman.com

            1 Reply Last reply
            0
            • D David Veeneman

              I'm just getting started with VS 2008. I thought I'd start by creating a fairly standard WinForms-style UI, but do it in a WPF app, instead of a WinForms app. I haven't had any luck finding tutorials or walkthroughs on creating WPF UIs with VS 2008. Can anyone suggest a good walkthrough or article? Thanks.

              David Veeneman www.veeneman.com

              P Offline
              P Offline
              Paul Conrad
              wrote on last edited by
              #6

              Have you looked at articles by Josh Smith or Sacha Barber on this site? They both have written some really top-notch articles on WPF...

              "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups