Basic Dot Net Question:
Download Questions PDF

When displaying fonts, what’s the difference between pixels, points and ems?

Answer:

A pixel is the lowest-resolution dot the computer monitor supports. Its size depends on user’s settings and monitor size. A point is always 1/72 of an inch. An em is the number of pixels that it takes to display the letter M.

Download Dot Net Interview Questions And Answers PDF

Previous QuestionNext Question
Before in my VB app I would just load the icons from DLL. How can I load the icons provided by .NET dynamically? What is the difference between VB 6 and VB.NET?