Search:

Type: Posts; User: Bazzz

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,084

    Sorry perhaps I didn't make myself clear. I meant...

    Sorry perhaps I didn't make myself clear. I meant how can I do this using C++ code.
  2. Replies
    3
    Views
    1,084

    File and folder transfer

    I want to transfer all my files and folders from one drive to another. Can anyone suggest how I could code this?

    Many thanks
  3. Replies
    3
    Views
    995

    Many tahnks but the search did not seem to find...

    Many tahnks but the search did not seem to find what I need
  4. Replies
    3
    Views
    995

    Sending window to printer

    Could anyone explain by way of a coded example, how I can send the current window displayed on the screen to the default printer.

    Many thanks
  5. Thread: Masking

    by Bazzz
    Replies
    1
    Views
    1,131

    Masking

    I have a piece of equipment that returns a status bit in the form of an ASCII character. I want to logical & this status bit with the number 1 in order to detect a change in the least significant...
  6. Thread: Calling NetBios

    by Bazzz
    Replies
    1
    Views
    1,044

    Calling NetBios

    I am trying to call NetBios to get an ADAPTER_STATUS.adapter_address, but I am not being very successful.
    Could anyone please provide an example how I may achieve this.

    Many thanks
    Bazzz
  7. Replies
    5
    Views
    1,345

    Any chance of an example how I do this ? Thanks

    Any chance of an example how I do this ?

    Thanks
  8. Replies
    5
    Views
    1,345

    Have you any idea how I may achieve this? ...

    Have you any idea how I may achieve this?

    Thanks
  9. Replies
    5
    Views
    1,345

    Accessing PC System Info

    Can anyone tell me if there is a routine/function in VC5 that can interrogate a PC Serial No. or other unique detail and report back.

    Many thanks
  10. Replies
    2
    Views
    5,065

    SC_HANDLE Helppp!

    Can anyone tell me why the following piece of code gives an error of undeclared identifier for the SC_HANDLE declarations?




    unsigned char StartPortTalkDriver(void)
    {
    SC_HANDLE ...
  11. Replies
    1
    Views
    2,003

    Using CreateFile() in Win NT

    Could anyone show me by way of a worked example, how I can access the data and control lines of a PC's parallel port using CreateFile() and presumably WriteFile() under a Windows NT environment.
    I...
  12. Replies
    1
    Views
    2,159

    Writing to parallel port in Win NT

    I am using VC++ versions 5 and 6. I want to write to the parallel port of a PC.
    Although I can achieve this successfully in Win 95 and Win 98 using the function _outp(), I get an application error...
Results 1 to 12 of 12