Forums › TWAIN Classic › flap and aileron hinges › Reply To: flap and aileron hinges
May 18, 2006 at 9:41 pm
#23359
Ussually this happens when you havent locked and unlocked the twain session.
example of a range of brightness settings:
pRange = (pTW_RANGE)GlobalLock(twCapability.hContainer);
//Set brightness here
pRange = (pTW_RANGE)GlobalUnlock(twCapability.hContainer);
hope that helps 🙂