Showing posts with label vb. Show all posts
Showing posts with label vb. Show all posts

Tuesday, January 2, 2018

How to move borderless form 100 EASY in VB Net

How to move borderless form 100 EASY in VB Net


Hey guys well form properties with formborderstyle - None is very good option
for customizing your form.
But the problem with this is we cant make our form draggable/movable.
I have a very good solution for this problem

� � � � � � � � Borderless Form Example

Just go to your form code & paste this code below public class form1 :



Note �: Here form1 is your form name


visit link download
Read more »