Results 1 to 40 of 117

Thread: You owe it to yourself to use WPF

Threaded View

  1. #11
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: You owe it to yourself to use WPF

    I haven't played with 2k10 yet. I know eventually I'll end up using WPF like you. It's something I keep coming back to and if I could manage to get even one successful project written with it, I'd probably stick with it.

    Since just about all my work-related projects require very complex forms work and those in charge of the "look and feel" of the program (i.e. Marketing) never seem to like any form of standardized automatic layout, I don't think it's going to happen until I find the time to do a complex enough personal project.

    Plus there's the aforementioned *ML issue that I hate. I see all *ML style languages these days as purely moronic as far as syntax is concerned. Nobody would design a language where quotes are needed around every functional statement:
    Code:
      " "Friend Function RoundToValue "ByVal nValue As Decimal", "ByVal nCeiling As Decimal" As Decimal"
        "Dim tmpVal As Decimal"
        "If nCeiling.Equals(0) Then "Exit Function""
    
        "tmpVal = "Math.Round "nValue / nCeiling", 0""
        "tmpVal = "Math.Round "tmpVal * nCeiling", 3""
    
        "Return tmpVal"
    
        "End Function" "
    ...but that's essentially what they did with XAML because everyone's on this "must mimic HTML's tag behavior" kick for some reason. Call me old fashioned, but whenever I look at a pile of any *ML style language, my head hurts and it takes me ages to actually find the chunk of code I'm looking for. It's just something I'm going to have to put up with though.
    Last edited by Jenner; Jun 30th, 2009 at 08:17 AM.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

Tags for this Thread

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