All Tags »
EnableVisualStyles DotTwain 5.0
Sorry, but there are no more tags available to filter with.
-
I'm using Dot Twain in a c# winforms application.
I've noticed that if I make the following call in the Main method of the host application
Application.EnableVisualStyles();
then, calling any Dot Twain functions results in crashing the host application.
If I comment out this line then the host functions normally and ...