Mark Villela asked 2016-11-29 23:57:43 UTC
Hi,
If I put the property directly in the Picture Object this work good but....
I'm trying to...
Dim p as New Wisej.Web.Rotation.Properties
p.RotateZ = 45
- SetRotation(myPictureBox, p)*
But this is not working... the object 'myPictureBox ' is an object present in my form.
and i get this error:
An exception of type 'System.NullReferenceException' occurred in Wisej.Web.dll but was not handled in user code
Additional information: Object reference not set to an instance of an object.
Mark Villela asked 2016-11-29 23:57:43 UTC
Hi,
If I put the property directly in the Picture Object this work good but....
I'm trying to...
Dim p as New Wisej.Web.Rotation.Properties
p.RotateZ = 45
But this is not working... the object 'myPictureBox ' is an object present in my form.
and i get this error:
An exception of type 'System.NullReferenceException' occurred in Wisej.Web.dll but was not handled in user code
Additional information: Object reference not set to an instance of an object.