Quantcast
Channel: Minimalize event handler - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Omair Iqbal for Minimalize event handler

Private Sub btnMin_Click(ByVal sender As Object, ByVal e As EventArgs) Me.WindowState = FormWindowState.MinimizedEnd Sub

View Article



Minimalize event handler

Is it possible to add a handler to the form button for the form minimalization? My application doesn't use windows frame and I would like to handle window event inside of my code.How can I achieve this?

View Article
Browsing all 2 articles
Browse latest View live


Latest Images