Darm

Hi Guys

We are in the process of developing a graphics design package using VB.NET 2005. The SnapLines feature in the IDE is excellent and it's the sort of feature we want to implement to align boxes etc automatically.

My question then is does anyone know how to implement the SnapLines functionality at RunTime

Many Thanks

Darm


Re: Windows Forms Designer Implementing SnapLines at RunTime

Martin Thorsen - MSFT

The Snapline functionality is built into the WinForms designer, so unless you want to host the WinForms designer in your application, you have to write your own Snapline implementation.

Sorry,

Martin