If images are not displaying correctly or showing a black spot at the back side of the image then play with the color depth property of imagelist or picture box.
Example :-
ImageList imageList = new ImageList(); imagelist.colorDepth = colorDepth.32Bit;
What is COM ?Microsoft’s COM is a technology for component software development. It is a binary standard which is language independent. DCOM is a distributed exten…Read More
Singleton PatternSingleton pattern is a design pattern that is used to restrict instantiation of a class to one object. This is very useful when only there is a need o…Read More
What is Reference counting in COM ?Reference counting is a memory management technique used to count how many times an object has a pointer referring to it. The first time it is created…Read More
This is my personal blog and i write articles on .Net, WPF, C#, OOPS, Threading and other .Net technologies. This is not related to any of my employer and organizations. This is the result of my personal interest.
0 comments:
Post a Comment