Thread: Hooking Floppy reading

  1. #1
    Registered User cfrost's Avatar
    Join Date
    Apr 2004
    Posts
    119

    Hooking Floppy reading

    I want to hook my floppy device what kind of hook will it be...
    i.e. in SetWindowHookEx what will be the idHook parameter
    Software is like sex it is good when it is free

  2. #2
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    You'd have to make a driver if you want to specifically control floppy drive access under Windows.

  3. #3
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    >> I want to hook my floppy device...
    What does that mean? What exactly do you want to do?

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 7
    Last Post: 02-02-2009, 07:27 AM
  2. Replies: 2
    Last Post: 01-28-2008, 03:07 AM
  3. floppy eraser error catching!
    By mabufo in forum C++ Programming
    Replies: 7
    Last Post: 01-23-2005, 02:06 PM
  4. reading floppy disk sector
    By fatrix in forum C++ Programming
    Replies: 4
    Last Post: 12-03-2004, 11:20 PM
  5. selecting input from a floppy
    By neilman88 in forum C++ Programming
    Replies: 1
    Last Post: 04-17-2003, 02:26 PM