> Does anyone know why this line of code returns null and not an instance of
> Type?
>
> Type.GetType("System.Drawing.PointF")
Given a qualified name without any assembly information, Type.GetType
will only return a Type for types in the current assembly or in
mscorlib. Given the name of a type in any other assembly, Type.GetType
will return null.
System.Drawing.PointF is in system.drawing.dll.

Signature
.NET 2.0 for Delphi Programmers www.midnightbeach.com/.net
Delphi skills make .NET easy to learn Great reviews & good sales.