0

I am working on some modifications in WIA driver( VC6). My modifications are done in the property sheet, the only area we can modify. But I have to do some changes in a bin file when the user clicks on the OK , Cancel or Close Button which is part of the WIA UI provided by Microsoft.

Can we handle these events?

SingerOfTheFall
  • 29,228
  • 8
  • 68
  • 105
Mash
  • 13
  • 2
  • 6

1 Answers1

0

If you can only alter the property sheet resource, then no. Changing a file requires code, and a property resource does not contain code.

MSalters
  • 173,980
  • 10
  • 155
  • 350