I want to write a application in C++ or C# that will behave as a printer driver when installed. It will be available in the drop down list in Print dialog but instead of pri
I'm not sure about it to be displayed in the list but I've never tried this C++ code:
#include
Namespace Drivers{
Class Printer{
Const IOStream Printer("PRN");
Void Send(char a[]){
Printer<>a;
return a;
};
}