Results 1 to 2 of 2

Thread: WPF and WinForms

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Location
    Milan
    Posts
    810

    WPF and WinForms

    I want to make my next application in WPF but am worried as part of design process has found I will need about 6 forms.

    On button click display another one.

    Also could DockPanel work the same way as a panel does in WinForms?
    using viability or bring to front change what a user is working on?

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Location
    Milan
    Posts
    810

    Re: WPF and WinForms

    ok I can open this

    vb Code:
    1. Dim newWindow As New Window1
    2. newWindow.Show()

    but how can I do this i don't keep opening a new window each time i.e i don't want 5 windows open??

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width