hi,
i want to write a program to print text on printer through printer object. i also want to stop printing just after printing text. now if, i print text then printer eject whole page and move to next page but i want to continue printing just below thr previous printing. if its possible then please help me with source code.
User Profile
Collapse
-
printing in vb6.0 through printer object
-
count number of lines you want to display on screen per page and use getch() function to find user response to display next page. -
class no{
int number1,number2 ,number3;
public:
no(void);
no(int x)
{ number1=number2 =number3=x; }
no(int x,int y,int z)
{
number1=x;
number2=y;
number3=z;
}
};
main()
{
no a,b(2),c(1,2,3) ;...Leave a comment:
-
printing files through printer
hi,
i want to print my file through printer. i have already written a program to write text on printer. but the real problem is to print text in different size font and in different style (Bold,italic).
if its possible through 'C' language program. please help me. -
to insert picture in access/oracle database
hi,
i am trying to insert a picture in my database through SQL.
i have already tried but could not get success.
if any one know about this then please helpnme.
No activity results to display
Show More
Leave a comment: