Search results for query: *

  1. L

    Load image openfiledialog visual c# console

    I learn myself . I am a beginner and I have worked other programming for a period of time. I have had no lessons but I found free books online to download. I found this: Console.Clear(); Console.Write("Please enter your image path: "); string filePath =...
  2. L

    Load image openfiledialog visual c# console

    I only used openfiledialog as an example for input a path to the image outside visual studio and visual c. I only want that command to load the image path when the program is compiled (outside visual c#) Thanks a lot for taking time to answer. If you can give me some hint how to load the path I...
  3. L

    Load image openfiledialog visual c# console

    Yes, Tesseract is for OCR. The only thing is that I want to be able to load an image path for Tesseract to work with. It function already when the image path is in C# console. But when i compile the program I can not change the path that is inside C# console. I want to change without open code...
  4. L

    Load image openfiledialog visual c# console

    I have a Tesseract functioning app which take image path inside the visual studio. I want to load the image like openfiledialog without visual sturio open. Please think of that I am a beginner in C#. Thank you in advance! LG
Back
Top Bottom