Topics

Drag or move window from surface in vb.net

There are applications in which we can move the form from any place on the window (not just the title bar). Here is the tutorial on how can we do this. The code explores – how does Windows Operating System handle a Window (we call it ‘form’ in Visual Basic) & then uses the SendMessage API to achieve the promised task.

Continue reading Drag or move window from surface in vb.net