• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Anyone used PowerBasic or QuickBasic for Windows dev?

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    #21
    Originally posted by Spacecadet View Post
    He uses a similar method as myself:
    Knock up a working proof of concept/prototype model, then get a developer to rebuild it properly so it won't crash when sneezed at.
    Quite. Bob seems quite good but try explaining a GUI to him.

    PS.
    Thanks for the suggestions AtW and eek. I'll try one of those.
    Hard Brexit now!
    #prayfornodeal

    Comment


      #22
      Originally posted by AtW View Post
      He needs something more basic.

      HTH
      Quite. If Bob were physically here I'd use a sheet of A4
      Hard Brexit now!
      #prayfornodeal

      Comment


        #23
        Originally posted by sasguru View Post
        Quite. If Bob were physically here I'd use a sheet of A4
        That and a few colour crayons to show off your painting skills?

        Comment


          #24
          Originally posted by AtW View Post
          That and a few colour crayons to show off your painting skills?
          Quite.
          Hard Brexit now!
          #prayfornodeal

          Comment


            #25
            There must be GUI mockup tools but I think this is a reasonable approach. AtW this is a professional section not general... also BASIC has formed the basis of many real apps over the decades, laughing at it before knowing the use-case makes you look like a programmer rather than a business owner.

            Sas, does Delphi still exist? That would've been a good tool for this.
            Originally posted by MaryPoppins
            I'd still not breastfeed a nazi
            Originally posted by vetran
            Urine is quite nourishing

            Comment


              #26
              Originally posted by d000hg View Post
              There must be GUI mockup tools

              Yep. Visual Basic.

              Or VB.Net and WinForms if you want the modern equivalent.

              For a real challenge try VB.Net and WPF.

              You can see how M$ have moved the game on by just adding complexity over the years. Visual Basic is a simple drag/drop environment with a bit of event coding, similar to Delphi but without that dirty Pascal.
              Feist - 1234. One camera, one take, no editing. Superb. How they did it
              Feist - I Feel It All
              Feist - The Bad In Each Other (Later With Jools Holland)

              Comment


                #27
                Originally posted by d000hg View Post
                There must be GUI mockup tools but I think this is a reasonable approach. AtW this is a professional section not general... also BASIC has formed the basis of many real apps over the decades, laughing at it before knowing the use-case makes you look like a programmer rather than a business owner.

                Sas, does Delphi still exist? That would've been a good tool for this.
                It does, Embarcadero Technologies owns it but

                1) I think they've buggered it up over the last few years
                2)I don't think its the correct tool here as I don't know what the development and target platforms are. If the target platform in Windows creating an interface in VS express that you developer can then attach his code to is going to be the best solution.

                Although why the solution is being writing in C++ is an interesting question to ask SAS.
                merely at clientco for the entertainment

                Comment


                  #28
                  Originally posted by PAH View Post
                  Yep. Visual Basic.

                  Or VB.Net and WinForms if you want the modern equivalent.

                  For a real challenge try VB.Net and WPF.

                  You can see how M$ have moved the game on by just adding complexity over the years. Visual Basic is a simple drag/drop environment with a bit of event coding, similar to Delphi but without that dirty Pascal.
                  VB is not a mockup tool. You still have to do programming. I mean tools specifically written for GUI design... although for a communication-challenged developer maybe you need it to be real code.

                  However I do wonder why Sas doesn't just find a good overseas developer, they exist (I should know, I hire[d] a few C++ guys from E. Europe).
                  Originally posted by MaryPoppins
                  I'd still not breastfeed a nazi
                  Originally posted by vetran
                  Urine is quite nourishing

                  Comment


                    #29
                    Originally posted by d000hg View Post

                    However I do wonder why Sas doesn't just find a good overseas developer, they exist (I should know, I hire[d] a few C++ guys from E. Europe).
                    Because he went for the obvious bob. Mind you a remember discussions on here recently that E Europe developers aren't cheap nowadays (and from my last conversation with them they're not).
                    merely at clientco for the entertainment

                    Comment


                      #30
                      Originally posted by d000hg View Post
                      VB is not a mockup tool. You still have to do programming.
                      Depends how much of a working model you want to build.

                      You can easily mock up a 'screen' or form by dragging/dropping a few items from the toolbox then entering dummy text and property values.

                      The major benefit being that the output is a true Windows form not some etch-a-sketch that looks like Windows but may not be 100% implementable in Windows. At which point you're at the mercy of the developer having some initiative. Something that Bob isn't well renowned for.
                      Feist - 1234. One camera, one take, no editing. Superb. How they did it
                      Feist - I Feel It All
                      Feist - The Bad In Each Other (Later With Jools Holland)

                      Comment

                      Working...
                      X