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 do you meant by Containment in C#?Containment is the replacement of inheritence,no no if inheritance isn’t the right choice,then the answer is containment, also known as aggregation. R…Read More
How to open a zip file using C# ?#region Namespaceusing Shell32;#endregionnamespace TestApplicationToZip{class ZipApplication{public static void Main(string[] args){Create the object …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