by Joshua Rigley Banned
12 replies
Hey all. I'm looking for tools that can create software tools in a similar manner to winautomation and ubotstudio. I am NOT looking for some rebranding tool. I'm looking for something that lets you "visually" create software with a drag and drop interface.

Does anyone know of anything like this?
#creators #software
  • Profile picture of the author andrew_writes
    Originally Posted by Joshua Rigley View Post

    Hey all. I'm looking for tools that can create software tools in a similar manner to winautomation and ubotstudio. I am NOT looking for some rebranding tool. I'm looking for something that lets you "visually" create software with a drag and drop interface.

    Does anyone know of anything like this?
    Visual Studio Express. It's Free or if you are a student or school admin you can get the pro version from dreamspark.com
    Signature
    {{ DiscussionBoard.errors[2910258].message }}
    • Profile picture of the author Tashi Mortier
      Yes Visual Studio is quite good for this task but you should keep in mind that you will need to add some code.

      It is very hard for any software to visualize in point and click style what your final application should do.

      I guess there are only some smaller products on the market.

      I would suggest you learn Visual Basic.NET or C# a bit and use Visual Studio.

      You can create the user interface visually and add some tweaks in code. You can do that!

      Just search for tutorials on youtube, here is an example what you can find:

      Signature

      Want to read my personal blog? Tashi Mortier

      {{ DiscussionBoard.errors[2911396].message }}
  • Profile picture of the author mystline
    Visual style editors will never, i repeat never, give you as much quality as a well designed and coded app by hand.

    Learn a programming language, as other users have said programs like Visual Studio do have GUI interfaces that are wonderful, an example of this is being able to convert a flow chart of data into a SQL database.

    These tools however, will not create software for you It's is up to the person behind the keyboard to put the idea and the code together.
    {{ DiscussionBoard.errors[2911462].message }}
  • Profile picture of the author QuinNguyen
    VB.NET is good but I still recommend java with Netbean IDE. Its completely free with drag and drop interface
    {{ DiscussionBoard.errors[2920393].message }}
  • Profile picture of the author wayfarer
    Even if you visually design an application, you're still going to need to get your hands dirty and actually write some code. A lot of code.

    I personally prefer the QT tools: http://qt.nokia.com/products/developer-tools/ Which include QT creator, a drag and drop design tool, which generates an XML document which can then be used by any QT application. This is something I've only done passively as a hobby, since my real profession is as a web developer, but maybe some of the real experts can share their opinions on this.

    QT applications are written in C++, but there are bindings written for it to many other popular languages, such as Python and Java. So pick your poison. If you want to build an application, you're going to need someone who is proficient in a programming language; either you're going to need to write some code, or hire someone who can.
    Signature
    I build web things, server things. I help build the startup Veenome. | Remote Programming Jobs
    {{ DiscussionBoard.errors[2923546].message }}
  • Profile picture of the author Jeff Hansen
    Delphi is my way - drag n drop, code completion, templates, you name it. It has a huge library of built-in functions & components aswell.

    All the .NET Languages are dependent on the .NET Framework, which I personally dislike.
    {{ DiscussionBoard.errors[2926845].message }}
  • Profile picture of the author Oakleaf
    If you're looking for a good mix of ease of use and power, you can't go wrong with python. It has got many toolkits that support creating software. Since it's dynamically typed and has libraries for virtually everything under the sun, it's a lot easier to get something done quickly.

    c# and vb.net aren't too bad either(garbage collected, easy installation etc), just don't go anywhere near c++
    {{ DiscussionBoard.errors[2928801].message }}
  • Profile picture of the author dexcell
    You can learn to use either Visual Studio C# or Delphi. It's quite easy since it already very visual to create your app.
    {{ DiscussionBoard.errors[2929459].message }}
  • Profile picture of the author TrafficMystic
    c# all the way.. easy to use and mega powerful in terms of features..
    {{ DiscussionBoard.errors[2930562].message }}
  • Profile picture of the author mecanique
    Many
    Visual Studio
    c++
    and other but the esay is Visual Studio
    {{ DiscussionBoard.errors[2932250].message }}
  • Profile picture of the author mahesh2010
    Originally Posted by Joshua Rigley View Post

    Hey all. I'm looking for tools that can create software tools in a similar manner to winautomation and ubotstudio. I am NOT looking for some rebranding tool. I'm looking for something that lets you "visually" create software with a drag and drop interface.

    Does anyone know of anything like this?
    Hello,
    I would suggest Vb.net and asp.net for application programming using drag drop method
    {{ DiscussionBoard.errors[2934035].message }}
  • Profile picture of the author George Phillip
    Python gets my vote.

    Most of my coders prefer to use python.
    Signature
    {{ DiscussionBoard.errors[3152274].message }}

Trending Topics