need to know how to get these to work!!!Code:ase CM_FILE_NEW:
break;
case CM_FILE_PRINT:
break;
Printable View
need to know how to get these to work!!!Code:ase CM_FILE_NEW:
break;
case CM_FILE_PRINT:
break;
need to get a windows programming book!!!
Without knowing anything about the program asking for help for the New is pretty pointless, as for the Print I suggest you look up the following on MSDN: PRINTER_INFO_4, DOCINFO, TEXTMETRIC, EnumPrinters, GetTextMetrics, StartDoc, StartPage, and PrintPageHeader.
Honestly tho, I don't think you could have been more vague unless you made a post asking how to make a program (I'm hoping since you asked about New and Print there's already a program).