Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to pass the value of red pixel(in array) to another array in another form.But I cant able to make picturebox image global. so that i cant able to pass the values.while attempting to do this i am getting "Invalid operation exception"object reference not set to the instance of the object.Please help me to sort this out.
Posted

1 solution

There are no such things as "global" variables in .NET.

Without seeing your code, it's impossible to tell you specifically what your doing wrong. But, in general, that error says that you tried to either call a method or get/set a property on a null object.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900