• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

VSNET problems

fishbreath

Junior Member
I have a few questions which maybe a seasoned developer can help with:

1) MeasureString. Other than using antialiasing (one mode only) this function plain doesn't work. The antialiasing mode which does work is very unusable (especially on small pitch sizes). I tried the GenericTypographic solution and this does indeed improve the accuracy. However it is still not entirely accurate. Does anyone have a GDI code (maybe using DrawString) to perform the same function from either VB .NET or C# .NET?

2) Drawing into picture boxes (through a bitmap) also doesn't work 'as advertised'. Again, MeasureString does not work at all, and the font pitch size usually comes out wrong. Anyone know what the problem here is?

3) Does anyone know how to report a problem to Microsoft? I have searched through their web pages and found nothing helpful.

4) Does anyone know if the story about Delphi and .NET are true? Was the guy who pioneered .NET laid-off by accident from Delphi?

I develop using VS.NET Pro on a Windows2000 platform. Both .NET and Windows2000 are up-to-date on service patches.
 
Back
Top