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;
OOPS Concepts...Q:-What is namespace?A:-Namespaces allow us to group a set of global classes, objects and/or functions under a name. To sayit somehow, they serve to s…Read More
Nagarro Placement Papers..Ques.1 :- Seat Reservation prog for the theatre. Write a function for seat allocation for the movie tickets. Total no of seats available are 200. 20 i…Read More
OOPS Concepts..Q:-What is Function Overloading ?A:-Function overloading: C++ enables several functions of the same name to be defined, as long asthese functions have…Read More
Generics in C#Hi everyone..in .net 2.0 we do programming in a very smarter way Generics is the example like if we are using minimum finction to find minimum between…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