CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Jan 2003
    Location
    Punjab, India
    Posts
    103

    Question Device (PORT) Locking using C/C++

    Hi All ,

    I have a requirement of developing an application which can control the hardware devices like floppy drive, CD-ROM, Printer, USB port, COM Port etc.

    This Application depending upon some access privilieges of the user logged into the system, will lock or disable the devices which that particular user is not authorised to use.

    I need some kind of sample code which can demonstrate doing something like this, or Some web links that I can surf to get more ideas or some articles which can route me to proper direction for developing this application.

    Please do provide me your suggestions as to how shall I go about this at the earliest ?

    Thanks in advance
    Santosh Thankachan
    Last edited by santoshthankach; September 11th, 2004 at 05:25 AM.
    Santosh Thankachan
    "Fear of God is the Beginning of Wisdom" (Proverbs 1:7)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured