CodeProjectConvert EXE file to C++ source code converts exe back to c source

I am wondering if there is a way to generate the corresponding code for the appilication I created in Netbeans.

You can use a disassembler, but it will not look like the original source code and you will need a lot of work to understand what is happening.

If the source code has Debugging info included, you will get the best output.You might not be able to read it.