The standard .NET Anchor property behaves differently. Instead, use the Migration Partner’s interceptor:
— Article contributed by a senior partner at Code Architects, 2025 code architects vb migration partner
One of the most frustrating “death by a thousand cuts” issues in VB6 to VB.NET migration is . VB6’s default scaling mode ( Twips per pixel) and control anchoring behavior are fundamentally different from .NET’s Pixel -based, Anchor / Dock system. The standard
(emulates VB6’s Move event logic):
By a Code Architects Consultant