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. Desktop Apps

Desktop Apps

Scheduled Pinned Locked Moved The Lounge
question
74 Posts 32 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.
  • S Slow Eddie

    Doesn't anyone do Desktop apps anymore?:confused:

    Way behind the times in NOLA

    Greg UtasG Offline
    Greg UtasG Offline
    Greg Utas
    wrote on last edited by
    #4

    Only console apps! :)

    Robust Services Core | Software Techniques for Lemmings | Articles
    The fox knows many things, but the hedgehog knows one big thing.

    <p><a href="https://github.com/GregUtas/robust-services-core/blob/master/README.md">Robust Services Core</a>
    <em>The fox knows many things, but the hedgehog knows one big thing.</em></p>

    S 1 Reply Last reply
    0
    • S Slow Eddie

      Doesn't anyone do Desktop apps anymore?:confused:

      Way behind the times in NOLA

      D Offline
      D Offline
      devenv exe
      wrote on last edited by
      #5

      I only do batch files but PowerShell is my new threat.

      "Coming soon"

      1 Reply Last reply
      0
      • OriginalGriffO OriginalGriff

        Yes.

        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!

        S Offline
        S Offline
        Slow Eddie
        wrote on last edited by
        #6

        Glad to hear it. I was thinking I was alone and the industry had moved on from me.

        Faith in myself restored

        1 Reply Last reply
        0
        • M Mike Hankey

          Yes, I'm working on one now

          The less you need, the more you have. Why is there a "Highway to Hell" and only a "Stairway to Heaven"? A prediction of the expected traffic load? JaxCoder.com

          S Offline
          S Offline
          Slow Eddie
          wrote on last edited by
          #7

          Glad to hear it. I was thinking I was alone and the industry had moved on from me.

          I feel bette now.

          M 1 Reply Last reply
          0
          • Greg UtasG Greg Utas

            Only console apps! :)

            Robust Services Core | Software Techniques for Lemmings | Articles
            The fox knows many things, but the hedgehog knows one big thing.

            S Offline
            S Offline
            Slow Eddie
            wrote on last edited by
            #8

            Displaying my ignorance, I have no idea what one is, how to create one, or what it might be used for, in a commercial sense. :sigh:

            Can't know or learn everything

            T Greg UtasG N 3 Replies Last reply
            0
            • S Slow Eddie

              Displaying my ignorance, I have no idea what one is, how to create one, or what it might be used for, in a commercial sense. :sigh:

              Can't know or learn everything

              T Offline
              T Offline
              theoldfool
              wrote on last edited by
              #9

              I have a console program (I refuse to call programs/applications "apps") that downloads spreadsheets from Sharepoint at night. No GUI. They are used to feed a desktop program that tracks/reports quotes. IMO, Office addins are not for the faint of heart.

              >64 If you can keep your head while those about you are losing theirs, perhaps you don't understand the situation.

              S D 2 Replies Last reply
              0
              • S Slow Eddie

                Displaying my ignorance, I have no idea what one is, how to create one, or what it might be used for, in a commercial sense. :sigh:

                Can't know or learn everything

                Greg UtasG Offline
                Greg UtasG Offline
                Greg Utas
                wrote on last edited by
                #10

                Here[^] is a description. One of the project types in VS is "console application". It uses no "Windows" stuff (e.g. mouse input, graphics, menus). Just like *nix systems or a Windows command prompt window. Not as user friendly or sexy, but appropriate if you don't want to support a GUI on multiple platforms or if your code is intended for systems that may not support anything other than console applications.

                Robust Services Core | Software Techniques for Lemmings | Articles
                The fox knows many things, but the hedgehog knows one big thing.

                <p><a href="https://github.com/GregUtas/robust-services-core/blob/master/README.md">Robust Services Core</a>
                <em>The fox knows many things, but the hedgehog knows one big thing.</em></p>

                1 Reply Last reply
                0
                • S Slow Eddie

                  Glad to hear it. I was thinking I was alone and the industry had moved on from me.

                  I feel bette now.

                  M Offline
                  M Offline
                  Mike Hankey
                  wrote on last edited by
                  #11

                  I'm rewriting an winforms app I wrote several years ago in wpf. I've not been able to devote a lot of time to it though.

                  The less you need, the more you have. Why is there a "Highway to Hell" and only a "Stairway to Heaven"? A prediction of the expected traffic load? JaxCoder.com

                  S J 2 Replies Last reply
                  0
                  • S Slow Eddie

                    Doesn't anyone do Desktop apps anymore?:confused:

                    Way behind the times in NOLA

                    G Offline
                    G Offline
                    Gary R Wheeler
                    wrote on last edited by
                    #12

                    I do. We build commercial ink-jet printing systems, and the 'control panel' for the machine is a desktop application. In our older products they were built using C++ and MFC. Current products are built using C# and WPF. I also write them at home. I have one I've been working on for a while that will hopefully turn into an article here at CP.

                    Software Zen: delete this;

                    S 1 Reply Last reply
                    0
                    • S Slow Eddie

                      Doesn't anyone do Desktop apps anymore?:confused:

                      Way behind the times in NOLA

                      M Offline
                      M Offline
                      Maximilien
                      wrote on last edited by
                      #13

                      we do. engineering apps.

                      CI/CD = Continuous Impediment/Continuous Despair

                      S 1 Reply Last reply
                      0
                      • S Slow Eddie

                        Doesn't anyone do Desktop apps anymore?:confused:

                        Way behind the times in NOLA

                        N Offline
                        N Offline
                        Nelek
                        wrote on last edited by
                        #14

                        I was doing them until I got moved to another department due to restructuration... Now... I don't even code anymore :(( (only in private projects)

                        M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                        S 1 Reply Last reply
                        0
                        • S Slow Eddie

                          Displaying my ignorance, I have no idea what one is, how to create one, or what it might be used for, in a commercial sense. :sigh:

                          Can't know or learn everything

                          N Offline
                          N Offline
                          Nelek
                          wrote on last edited by
                          #15

                          One of my last console app was a data format translator called from two different desktop apps. One in our hands, other one not. Due to politics (the other app was an external third party) it was easier to make it this way instead of a DLL. No need to hand out anything, just a table with possible parameters and the valid values. They just called the app with a couple of parameters and I read the args in my main to know what to do later on, once executed... exit. That would not be a good project for a desktop app. Another usage... background services or many other staff that doesn't necessarily need a GUI (none or very few interaction with the user).

                          M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                          1 Reply Last reply
                          0
                          • S Slow Eddie

                            Doesn't anyone do Desktop apps anymore?:confused:

                            Way behind the times in NOLA

                            D Offline
                            D Offline
                            Daniel Pfeffer
                            wrote on last edited by
                            #16

                            I do. Various proprietary utilities to query properties of WD's Flash devices.

                            Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

                            S 1 Reply Last reply
                            0
                            • S Slow Eddie

                              Doesn't anyone do Desktop apps anymore?:confused:

                              Way behind the times in NOLA

                              L Offline
                              L Offline
                              Lost User
                              wrote on last edited by
                              #17

                              Yes ... I find no joy in "web development". BTW, the "desktop" includes x86, x64, ARM, PC's, tablets, HDMI TV's (display), Mobile, Hub, Hololens and XBox.

                              It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

                              S J 2 Replies Last reply
                              0
                              • T theoldfool

                                I have a console program (I refuse to call programs/applications "apps") that downloads spreadsheets from Sharepoint at night. No GUI. They are used to feed a desktop program that tracks/reports quotes. IMO, Office addins are not for the faint of heart.

                                >64 If you can keep your head while those about you are losing theirs, perhaps you don't understand the situation.

                                S Offline
                                S Offline
                                Slow Eddie
                                wrote on last edited by
                                #18

                                What's the difference between a "console" program and a regular Desktop program? Is it more secure? BTW You are just a youngster, I'll be 72 next week,

                                Old age in not for sissies.

                                T 1 Reply Last reply
                                0
                                • M Mike Hankey

                                  I'm rewriting an winforms app I wrote several years ago in wpf. I've not been able to devote a lot of time to it though.

                                  The less you need, the more you have. Why is there a "Highway to Hell" and only a "Stairway to Heaven"? A prediction of the expected traffic load? JaxCoder.com

                                  S Offline
                                  S Offline
                                  Slow Eddie
                                  wrote on last edited by
                                  #19

                                  Good for you. I guess?

                                  Uncle Ed

                                  M 1 Reply Last reply
                                  0
                                  • G Gary R Wheeler

                                    I do. We build commercial ink-jet printing systems, and the 'control panel' for the machine is a desktop application. In our older products they were built using C++ and MFC. Current products are built using C# and WPF. I also write them at home. I have one I've been working on for a while that will hopefully turn into an article here at CP.

                                    Software Zen: delete this;

                                    S Offline
                                    S Offline
                                    Slow Eddie
                                    wrote on last edited by
                                    #20

                                    I used to work for a company that made an interface allowing Mini and Main frame computers to use the Laser printers just coming out then.

                                    Old age aint for sissies - Hetty Lange

                                    1 Reply Last reply
                                    0
                                    • S Slow Eddie

                                      What's the difference between a "console" program and a regular Desktop program? Is it more secure? BTW You are just a youngster, I'll be 72 next week,

                                      Old age in not for sissies.

                                      T Offline
                                      T Offline
                                      theoldfool
                                      wrote on last edited by
                                      #21

                                      No GUI. In my case, it is the same crappy spaghetti code otherwise. Age? Wrongola. I have you by 15 years. But you are correct, not for sissies. "inside every old person is a young person wondering what the elephant happened!"

                                      >64 If you can keep your head while those about you are losing theirs, perhaps you don't understand the situation.

                                      S 1 Reply Last reply
                                      0
                                      • M Maximilien

                                        we do. engineering apps.

                                        CI/CD = Continuous Impediment/Continuous Despair

                                        S Offline
                                        S Offline
                                        Slow Eddie
                                        wrote on last edited by
                                        #22

                                        You're a better person than I'll ever be. I just do custom accounting programs for the distribution industry. Once you get the hang of double entry bookkeping it's OK.

                                        One never know for sure, do One? - Fats Waller

                                        1 Reply Last reply
                                        0
                                        • N Nelek

                                          I was doing them until I got moved to another department due to restructuration... Now... I don't even code anymore :(( (only in private projects)

                                          M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                                          S Offline
                                          S Offline
                                          Slow Eddie
                                          wrote on last edited by
                                          #23

                                          What on earth is "restructuration"?

                                          Well Hello mister Soul I just dropped by for the reason- Neil Young.

                                          N 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