vb.net - Size argument exception -
i experiencing first chance excpetion:
i baffled going on here. see in inspector, height 732 , width 1114. looks absolutely fine me.
does have idea why error might occur?
_companylogo.size
gets or sets width , height of control. doesn't contain size of control
probably you're looking for
dim nsize1 size nsize1.width = _companylogo.width nsize1.height = _companylogo.height
Comments
Post a Comment