Hi,
I am new member.
I am not from any technical background but still like very much on how to develop application software and doing research regularly.

My question form expert like you is
Is there any powerfully software available that automatically create software without and coding knowledge. still conceptualizations and sketch is important part.

Like we have Macromedia Dreamweaver, through which we can see ontime our design and coding accordingly...
is there any software available to create any custom software on same theme.
May be one of the example could be "Real Studio"

Pls help & your expertise is requested.

- Harry

Dani AI

Generated

Brief summary and practical guidance based on the thread: asked whether a “no-coding” tool can produce full custom applications. Replies pointed to a few builders while rightly warned that complex software usually needs programming. The answer below focuses on realistic expectations and a pragmatic path forward rather than product names.

No-code / low-code platforms are strong for quickly building screen-and-data apps (forms, reports, simple workflows) and for rapid prototypes. Their limits show up when an application needs custom algorithms, tight native performance, unusual device access, complex integrations, or long-term maintainability. Many tools that claim “make an EXE” simply bundle a runtime or wrapper; that affects file size, update strategy, debugging, and licensing. For a truly custom, production-grade desktop product, some coding or scriptable extension points are almost always required.

Evaluation checklist (use to compare any candidate tool):

  • Target runtime: web, native desktop, mobile, or hybrid.
  • Export/packaging: real standalone binary vs runtime wrapper vs installer.
  • Extensibility: can custom scripts or compiled modules be added?
  • Data/back-end: built-in DB, external DB support, sync/offline.
  • Integrations: web services, COM/.NET libraries, drivers, hardware.
  • Testing & debugging tools and source control/export options.
  • Licensing, deployment costs, and vendor lock-in risk.
  • Community, documentation, and long-term maintenance story.

A practical workflow: write a one-page spec and list of data entities; make clickable mockups; prototype core screens in a no/low-code tool; if logic grows, add small scripts or migrate critical pieces to a code project (VB.NET/C# are sensible for Windows targets); test installer/runtime across target machines; maintain exports in version control. Learning basic programming concepts (variables, control flow, simple SQL) dramatically increases options and reduces surprises — this supports ’s point.

Realistically, a no-code path can work for many useful apps, but mapping screens and data early will quickly reveal whether a pure no-code solution is adequate or whether a bit of coding will be needed for a stable, maintainable product.

Recommended Answers

All 5 Replies

Have a look at Microsoft Visual studio LightSwitch.

Hello adaptapost,

Thanks for your expertise

will u pls suggest any other software to create .exe program without and programming skill.
Microsoft VS LightSwhich restrict to data + screens application

Pls advice for more powerfully solution to create software even complex with simple layout knowledge.

- Harry

I really don't want to be rude now...but I really hope there is no such software.
Everyone who develop software should HAVE programming skill and layout knowledge.

It depends on what you want to do.

If is something simple, you can even create using softwares like AutoRun Media Studio from IndigoRose. Its mais purpose is create CD/DVD auto-runs, but its very powerful and can be easily dominated.

I suggest you to check it out.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.