c++ builder : Printer Dialog

c++ builder : Printer Dialog - C++ - Programmation

Marsh Posté le 03-05-2003 à 16:29:55    

j'arrive a imprimer ca fonctionne mais je voudrais mettre une PrinterSetupDialog dans un menu Fichier.... je ne sais pas comment faire pour qu'il garde les modif apres avoir clicker OK
void __fastcall TForm_BlocNote::FilePrintSetupClick(TObject *Sender)
 
{
        bool res;
        res=PrinterSetupDialog1->Execute();
        if(res==true)
        {
                ????
        }
}
 
Merci!

Reply

Marsh Posté le 03-05-2003 à 16:29:55   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed