Search:

Type: Posts; User: LKOFMAN

Search: Search took 0.00 seconds.

  1. Thread: Port Usb

    by LKOFMAN
    Replies
    2
    Views
    1,122

    Port Usb

    HOW I CA I A PRINT MEESAGE TO TO PRINTER THAT CONNECTED VIA USB
  2. Replies
    3
    Views
    1,183

    IF it connected by lpt void main() { FILE...

    IF it connected by lpt

    void main()
    {

    FILE *fp;
    fp=fopen("LPT1","w");
    fprintf(fp,"test");
    fclose(fp);
    }
  3. Replies
    3
    Views
    928

    THE cable you can connect computer with nokia is...

    THE cable you can connect computer with nokia is
    the simple F-bus or M-BUS .You can find it in internet
    or in Nokia site
  4. Replies
    0
    Views
    1,123

    Printing Via Usb

    Hi!
    I need to send message to printer that connected
    via usn channel
    i tried to by next function
    FILE *pr;
    pr=fopen("USB1:"."r");
    fprintf(pr,"test");
    but it doesn't over compile
    How i...
  5. Replies
    16
    Views
    4,380

    Poll: read the book Jamsa's c/c++ Programmer's...

    read the book
    Jamsa's c/c++ Programmer's bible
    you"ll find everithing what is window and how to program in

    os windows 95 or later
  6. Replies
    0
    Views
    1,043

    Printing Via Usb

    Hi!
    to print string to priinter that connected via parrallel port
    i use function
    FILE *fp
    fp=fopen("lpt1:",w);
    fprintf(fp,"abc");
    How i can send string to p[rinter that connected via USB...
  7. Thread: Compile

    by LKOFMAN
    Replies
    0
    Views
    944

    Compile

    Hi !
    i have trouble to compile this programm that copiet from in function RegisterWin95 with function LoadImage
    Please help me
    Leon
    #include <windows.h>
    #include "show_prop.h"


    #if...
Results 1 to 7 of 7