View Single Post
  #11 (permalink)  
Old 04-28-2008, 03:54 AM
poornima poornima is offline
D-Web Sr.Programmer
 
Join Date: Dec 2007
Posts: 189
poornima is on a distinguished road
Smile Re: Windows Applications

Hi,
I overcome the above mentioned error.It s due to , i m trying to load picture in the paint event of the userControl.Here while Paint method is invoked the picture is null.So I checked the picture not null during paint method to avoid this error.
Reply With Quote