Hi guys, I am trying to build a desktop app. The biggest requirement is that it should be as miniscule as possible. For Windows users, is it better to build it in .NET or WinAPI? I am not from software background so pardon me if this is a non-sensical question, but I have heard that with .NET, there is a chance that some Windows users may not have it on their computers, in which case they will be required to download a large piece of software, whereas that will never be the case with winAPI. Is that right? What percentage of Windows may not have .NET 2.0 on their computers? Also, I have heard that developing this little app in WinAPI will take more effort. Is it worth it to do that or does .NET get you to almost as many users? Thanks
PS. I am new to this forum (and as I mentioned above, from a non-software background) but I have to say this forum is the best I have found for making some fundamental decisions about an app I am trying to build. But the thing is, the more I learn, the more the no. of questions I run into.. thanks for everyone's help :-)