Click here to Skip to main content
15,886,199 members

Comments by Member 12815488 (Top 8 by date)

Member 12815488 23-Jan-17 19:54pm View    
agreed, please post what you are using (interop, 3rd party)
if you can read country please post the code you've used to read it
Member 12815488 22-Dec-16 0:11am View    
thanks! i never thought about putting it in form Load(), elegant and works grand.
Member 12815488 21-Dec-16 23:09pm View    
sorry about that, you are correct about the classes. my "other" problem is, i can't instantiate the EvImage class outside of the method, because that class has a constructor, which takes the Form1 class (this is the only way i know how to instantiate a form to access all the textboxes etc.)
public EvImage(Form1 form)
{
this.f1 = form
}
and because of that constructor, i can't figure out how to instantiate outside of a method using EvImage(this)
Member 12815488 13-Dec-16 2:09am View    
array.indexof()

seems maybe it would be easier to build a list of the incorrect questions and just output the list?
Member 12815488 6-Nov-16 0:49am View    
thanks! funny how simple some things end up. i literally couldn't find that answer on the web in an hour of googling. appreciate it.