Thread: how to convert the dialog box to XAML format?

  1. #1
    Registered User
    Join Date
    Mar 2010
    Posts
    8

    how to convert the dialog box to XAML format?

    how to convert the following dialog box into XAML format?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    I've no idea what your C++ question was in there, so it's moved.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    It is a C# question or possibly C++/CLI. XAML is used in WPF so I believe that any .NET capable language can use it. The answer is to design your dialog in the WPF resource editor.

  4. #4
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Yup. There's no easy converter and Microsoft didn't intend to create one. And neither the OP graced us with the information on what's the source for the conversion.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Dialog Box Problems
    By Morgul in forum Windows Programming
    Replies: 21
    Last Post: 05-31-2005, 05:48 PM
  2. How to program a "back" button with MFC
    By 99atlantic in forum Windows Programming
    Replies: 3
    Last Post: 04-26-2005, 08:34 PM
  3. Dialog Box Resources
    By Mecnels in forum Windows Programming
    Replies: 2
    Last Post: 04-28-2003, 05:57 AM
  4. edit control in dialog box problems
    By Bajanine in forum Windows Programming
    Replies: 11
    Last Post: 11-11-2002, 06:55 PM
  5. dialog box fonts
    By emu_rob in forum Windows Programming
    Replies: 2
    Last Post: 10-09-2001, 06:05 AM