User Profile

Collapse

Profile Sidebar

Collapse
kumarmanoj_pat
kumarmanoj_pat
Last Activity: Aug 19 '06, 07:13 PM
Joined: Aug 4 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • printing in vb6.0 through printer object

    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.
    See more | Go to post

  • kumarmanoj_pat
    replied to Console Output
    in C
    count number of lines you want to display on screen per page and use getch() function to find user response to display next page.
    See more | Go to post

    Leave a comment:


  • kumarmanoj_pat
    replied to constructor..
    in C
    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) ;...
    See more | Go to post

    Leave a comment:


  • kumarmanoj_pat
    started a topic printing files through printer
    in C

    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.
    See more | Go to post

  • 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.
    See more | Go to post
No activity results to display
Show More
Working...