I want to create a Windows application but don't want to display anything visually. I've thought about creating a window and simply making it invisible but it seems that fewer resources would be required to create a non visual object instead. Can anyone enlighten me on how to do this? Is there a way to create a non visual windows application with C++?
Why would anyone want to create a non visual windows app? This app is actually a utility that will be called from a PowerBuilder application. We want to create a windows app as opposed to a command line app because we don't want to the user to see the DOS box.
Dennis
Why would anyone want to create a non visual windows app? This app is actually a utility that will be called from a PowerBuilder application. We want to create a windows app as opposed to a command line app because we don't want to the user to see the DOS box.
Dennis