Search:

Type: Posts; User: fatta

Search: Search took 0.00 seconds.

  1. Also how do i send text to my printer without using APIs

    Also how do i send text to my printer without using APIs
    my printer is connected to a usb port
  2. my printer is connected to the usb port. do you...

    my printer is connected to the usb port.
    do you how to open a printer connected to the usb port
  3. ya man, it is connected to a usb

    ya man, it is connected to a usb
  4. there is a printer connected to my computer....

    there is a printer connected to my computer.
    have you tried it on there system.
  5. it is not working. it is returning NULL I am...

    it is not working. it is returning NULL
    I am using VC++
  6. Replies
    10
    Views
    1,000

    Magos thanks, its works, no syntax errors but...

    Magos thanks,

    its works, no syntax errors but when i am reading back the value into another class, i am getting back garbage values.
  7. Also how do i send text to my printer without using APIs

    i am using VC6

    Also how do i send text to my printer without using APIs

    I have tried
    FILE *fp=fopen("lpt1", "w");
    and
    FILE *fp=fopen("lpt1:", "w");
    it gave me a runtime error
  8. Replies
    10
    Views
    1,000

    Can Classes be written to a file

    i am using VC6

    Can Classes be written to a file.
    And how
    I have tried using fwrite but it didn't work
  9. Replies
    3
    Views
    11,219

    // you can use the win api in your console...

    // you can use the win api in your console program.

    // the window will minimize into the system tray for 5 seconds and reappear

    #include<shellapi.h>
    #include "stdafx.h"
    #include<windows.h>...
  10. how do i save the content of a hdc(handle device context) to a file

    how do i save the content of a hdc(handle device context) to a file. I have captured the screen and want to save it to a file.
  11. Replies
    1
    Views
    3,451

    CreateDC to get a handle (hdc) for my printer

    how do i use CreateDC to get a handle (hdc) for my printer?
    CreateDC("Display",NULL,NULL,NULL,NULL) retrieves a handle for the screen.CreateDC
  12. Replies
    0
    Views
    1,746

    Using InternetOpen

    when i try to use InternetOpen, i getting this error:
    "error LNK2001: unresolved external symbol __imp__InternetOpenA@20"

    i have included the wininet.h header file
Results 1 to 12 of 13