hi friends
i wish to create a printing function for my desktop application.
i used the desktop only.dll file. and i used this code:-
printer.New1
printer.PrintFile(AppPath&"\01.jpg")
when i run my program print function is executing successfully but the output of the print is not the image i selected. i got three pages with fully encrypted text. i searched the basic4ppc help page. i got this statement from there Printing is done with PrintFile which prints a text file and PrintString which prints a given string. but i want to print a selected image or document.
can you help me?
jothis
:sign0085:
i wish to create a printing function for my desktop application.
i used the desktop only.dll file. and i used this code:-
printer.New1
printer.PrintFile(AppPath&"\01.jpg")
when i run my program print function is executing successfully but the output of the print is not the image i selected. i got three pages with fully encrypted text. i searched the basic4ppc help page. i got this statement from there Printing is done with PrintFile which prints a text file and PrintString which prints a given string. but i want to print a selected image or document.
can you help me?
jothis
:sign0085: