Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. [Message Deleted]

[Message Deleted]

Scheduled Pinned Locked Moved C#
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    lavankumar
    wrote on last edited by
    #1

    [Message Deleted]

    G B A 3 Replies Last reply
    0
    • L lavankumar

      [Message Deleted]

      G Offline
      G Offline
      Garth J Lancaster
      wrote on last edited by
      #2

      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'

      1 Reply Last reply
      0
      • L lavankumar

        [Message Deleted]

        B Offline
        B Offline
        bachuwarmahendar
        wrote on last edited by
        #3

        break that device from 3 or 4 floors

        1 Reply Last reply
        0
        • L lavankumar

          [Message Deleted]

          A Offline
          A Offline
          Abhijit Jana
          wrote on last edited by
          #4

          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

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups