Search results for query: *

  1. B

    Acquire images from a scanner

    I did stumble across that and gave it a shot. I keep getting a Not Implemented error when using that code. It does pick up the scanner and list its manufacturer and all that jazz, just won't acquire the image. I even tried two different scanners and updated the drivers for those scanners. I...
  2. B

    Acquire images from a scanner

    I have a program that I am working on that needs to acquire images from a scanner. I found very little info out there about getting scanned images. I found a conversion of a C# project that uses TWAIN to acquire images from a scanner. When I compile that example everything works great. I...
  3. B

    Programmatically set all textboxes to readonly

    Is there a way to add my own property to the combobox class without creating my own control?
  4. B

    Programmatically set all textboxes to readonly

    Thanks guys. Don Delegate I ended up using your recursive method. I hadn't thought considered that I have controls in a groupbox on a tabpage. Definitely not gonna get there without recursion. Still a winforms newbie. Any ideas on disabling a combobox but still having a white background so...
  5. B

    Programmatically set all textboxes to readonly

    I have an entry form that I would like to disable entry more and have it read-only. I seem to be missing the boat on dynamically controlling controls. I have been able to grab the name of a control, etc but never been able to change properties dynamically. Here is what I have, any help would...
Back
Top