Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • muhnad aliraqi
    New Member
    • May 2018
    • 5

    Question

    Question: How to design a sample in the program Visual Basic .NET inside the button of the scanner device stores more than one picture to a book containing the number and date and subject contains more than one image and the way to call this book by searching for his number or subject and extract all the special image of this book .
  • abeLuna
    New Member
    • Mar 2018
    • 13

    #2
    Wow that is the longest run on sentence I've seen in a long time. If you break it up and word it in a way we might understand then maybe we can help you.

    Comment

    • muhnad aliraqi
      New Member
      • May 2018
      • 5

      #3
      I want the scanner code in an outgoing and incoming system template to take multiple pictures of a single book or document containing more than one image

      Comment

      • muhnad aliraqi
        New Member
        • May 2018
        • 5

        #4
        Do you know Arabic. Do you understand the Arabic language

        Comment

        • abeLuna
          New Member
          • Mar 2018
          • 13

          #5
          No I don't understand Arabic sorry. But maybe I can help you understand what you need to do to capture scanner images. Find out what the model and number of the scanner is you are working with. Then find out what software is used to manage it. Sometimes you can download an SDK that will give you access to the internals of the system. That way you can program your own solution yourself.

          Comment

          • muhnad aliraqi
            New Member
            • May 2018
            • 5

            #6
            The type of device that I used with the computer is the Canon Model 100 and I do not know how to link a button in a window designed in Visual Basic or a program designed in acces to save a book issued or contained from a company containing several images

            Comment

            • abeLuna
              New Member
              • Mar 2018
              • 13

              #7
              You will likely have to import and reference third-party DLLs so that you can access scanned images. Search the Canon website to see if they offer an SDK you can use.

              This article shows you how to access a Canon DSLR: https://www.codeproject.com/articles...rial-in-csharp

              But it's written in C# so you'll have to do some conversion.

              Comment

              • muhnad aliraqi
                New Member
                • May 2018
                • 5

                #8
                I want to design a system issued and imported to a company. The window design contains a reference button to the scanner that saves a document containing several images

                Comment

                • abeLuna
                  New Member
                  • Mar 2018
                  • 13

                  #9
                  OK so you want the button to start the scan and save the images to a company folder?

                  This is the software provided by Canon: https://www.usa.canon.com/internet/p...Bar-_-software

                  I'm sure one of those offerings have APIs you could leverage.

                  Comment

                  Working...