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. The Lounge
  3. Making Progress with WinUI 3

Making Progress with WinUI 3

Scheduled Pinned Locked Moved The Lounge
databasec++htmlquestionlearning
6 Posts 5 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.
  • Richard Andrew x64R Offline
    Richard Andrew x64R Offline
    Richard Andrew x64
    wrote on last edited by
    #1

    So I've been working on the client for my ad blocker for about six weeks, and I've been learning WinUI 3. Did you know that there is no native way to control the size of a top-level window? And you can't set a minimum size like in Forms. Yes, the platform is incomplete. Fortunately, there is a really good project named WinUIEx[^] that provides features that you'd expect to be in the framework. Like sizing windows and controlling the min, max and close buttons. Overall, it looks like an exciting way to build applications. Today, I'm trying the GridView control in hopes of getting it to display records from the database. I'd like to put in a good word for Pluralsight, too. Without one of their courses giving me a good visual overview of the platform, I never would have had the courage to tackle it. What's the last technology that was new to you?

    The difficult we do right away... ...the impossible takes slightly longer.

    J Kornfeld Eliyahu PeterK R 3 Replies Last reply
    0
    • Richard Andrew x64R Richard Andrew x64

      So I've been working on the client for my ad blocker for about six weeks, and I've been learning WinUI 3. Did you know that there is no native way to control the size of a top-level window? And you can't set a minimum size like in Forms. Yes, the platform is incomplete. Fortunately, there is a really good project named WinUIEx[^] that provides features that you'd expect to be in the framework. Like sizing windows and controlling the min, max and close buttons. Overall, it looks like an exciting way to build applications. Today, I'm trying the GridView control in hopes of getting it to display records from the database. I'd like to put in a good word for Pluralsight, too. Without one of their courses giving me a good visual overview of the platform, I never would have had the courage to tackle it. What's the last technology that was new to you?

      The difficult we do right away... ...the impossible takes slightly longer.

      J Offline
      J Offline
      Jeremy Falcon
      wrote on last edited by
      #2

      Richard Andrew x64 wrote:

      I'd like to put in a good word for Pluralsight, too. Without one of their courses giving me a good visual overview of the platform, I never would have had the courage to tackle it.

      It's a great site. We even have a CPian or two that's been an instructor there.

      Richard Andrew x64 wrote:

      What's the last technology that was new to you?

      You know. :-O

      Jeremy Falcon

      1 Reply Last reply
      0
      • Richard Andrew x64R Richard Andrew x64

        So I've been working on the client for my ad blocker for about six weeks, and I've been learning WinUI 3. Did you know that there is no native way to control the size of a top-level window? And you can't set a minimum size like in Forms. Yes, the platform is incomplete. Fortunately, there is a really good project named WinUIEx[^] that provides features that you'd expect to be in the framework. Like sizing windows and controlling the min, max and close buttons. Overall, it looks like an exciting way to build applications. Today, I'm trying the GridView control in hopes of getting it to display records from the database. I'd like to put in a good word for Pluralsight, too. Without one of their courses giving me a good visual overview of the platform, I never would have had the courage to tackle it. What's the last technology that was new to you?

        The difficult we do right away... ...the impossible takes slightly longer.

        Kornfeld Eliyahu PeterK Offline
        Kornfeld Eliyahu PeterK Offline
        Kornfeld Eliyahu Peter
        wrote on last edited by
        #3

        I'm also in a project looking for an UI solution. WinUI is not an option as it have to be multiplatform... Avalonia looks promising to me...

        "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

        "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

        P 1 Reply Last reply
        0
        • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

          I'm also in a project looking for an UI solution. WinUI is not an option as it have to be multiplatform... Avalonia looks promising to me...

          "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

          P Offline
          P Offline
          Pete OHanlon
          wrote on last edited by
          #4

          I've been working with the Uno platform[^] and I have to admit that I love it. The developers put a lot of effort into creating something that is high performance, and useful. The fact that I can target so many environments with it if I want is just cherry on a particularly exciting cake. My biggest problem with it, and it's not down to Uno itself, is the need to use workloads. I find workloads are just a pain in the proverbial, and these are a Microsoft thing, not an Uno thing.

          Advanced TypeScript Programming Projects

          J 1 Reply Last reply
          0
          • Richard Andrew x64R Richard Andrew x64

            So I've been working on the client for my ad blocker for about six weeks, and I've been learning WinUI 3. Did you know that there is no native way to control the size of a top-level window? And you can't set a minimum size like in Forms. Yes, the platform is incomplete. Fortunately, there is a really good project named WinUIEx[^] that provides features that you'd expect to be in the framework. Like sizing windows and controlling the min, max and close buttons. Overall, it looks like an exciting way to build applications. Today, I'm trying the GridView control in hopes of getting it to display records from the database. I'd like to put in a good word for Pluralsight, too. Without one of their courses giving me a good visual overview of the platform, I never would have had the courage to tackle it. What's the last technology that was new to you?

            The difficult we do right away... ...the impossible takes slightly longer.

            R Offline
            R Offline
            RickZeeland
            wrote on last edited by
            #5

            The last technology that was new to me was MAUI, one of our younger developers had developed an app with it and expected it to be built on our local TeamCity builder. So the builder had to be updated, which was a lot of fuss because of security measures, but after a days work the app could finally be built. I'm getting too old for all these newfangled things, why don't I just retire early :sigh:

            1 Reply Last reply
            0
            • P Pete OHanlon

              I've been working with the Uno platform[^] and I have to admit that I love it. The developers put a lot of effort into creating something that is high performance, and useful. The fact that I can target so many environments with it if I want is just cherry on a particularly exciting cake. My biggest problem with it, and it's not down to Uno itself, is the need to use workloads. I find workloads are just a pain in the proverbial, and these are a Microsoft thing, not an Uno thing.

              Advanced TypeScript Programming Projects

              J Offline
              J Offline
              Jeremy Falcon
              wrote on last edited by
              #6

              Does it come with a free [deck](https://images.kaplanco.com/catalog/jumbo/92865\_r\_23.jpg)?

              Jeremy Falcon

              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