1. How many twips are there per pixel (I want to make the screen size 800x600, but my resolution is 1024x768, so I'd like to know what the dimensions of my form should be so that it fits nicely onto 800x600)

2. Is there any way of making a disabled text box look 'enabled'?Basically, I don't want the grey-disabled font colour to be used. I tried changing the forecolor property, but I assume that the enabled property overrides that.
Failing that, is there any way of showing a normal text box, but not allowing the user to select it, or click it, or type into it or anything?