[Message Deleted]
-
[Message Deleted]
-
[Message Deleted]
lavankumar wrote:
we want to break dongle key in hardware device.
what do you mean ? dongles are there for a reason - copyright, security, i/p protection etc if you want to do something illegal please take your request elsewhere - no one here will help you with such - if you had a valid request, maybe the best place to start is the hardware device manufacturer 'g'
-
[Message Deleted]
break that device from 3 or 4 floors
-
[Message Deleted]
lavankumar wrote:
In my project we are using C# .net .in this we are using hardware device . we want to break dongle key in hardware device.
Here is the code
BreakHWKey _objBreakKey = new BreakHWKey();
if (_objBreakKey.breakKey("Hammer", "screwdriver", "Guess"))
{
Party();
}
else
{
// Do some thing else
}Main Class
class BreakHWKey
{
public bool breakKey(string Instrument1, string Instrument2, string Progrmmer)
{
YourDevice.Break();
return true;
// No change to return false
}
}cheers, Abhijit CodeProject MVP My Recent Article : Exploring Session in ASP.Net