I'm trying to create an ActiveX control using one of the examples used
in the tool I'm using (VS .Net version 2003). The example is the
Polygon sample, and I wanted to change it to allow me to allow the
user to select a file on the system, and if it's a text file, display
it. Basically a simple file viewer. I get to the part about
Modifying the OnDraw Method, and I'm not sure what to do. What's the
best way to do this? Thanks for any and all help...
Matt