Maximizing Form in vb.net

S

sympatico

Why can't the form be maximized in visual basic .net by double clicking the
title bar like it can in visual basic 6.0? When i double click the title bar
of a form in a vb .net project, it just goes to the code.

Thanks.
 
K

Ken Dopierala Jr.

Hi,

You must be talking about inside the VS.Net designer. That is how it is
supposed to work, it'll take you in code to the default event code
signature, all controls will do that. If you run your application and then
double-click the title bar it'll maximize just like any other Windows
program. Good luck! Ken.
 
H

Herfried K. Wagner [MVP]

sympatico said:
Why can't the form be maximized in visual basic .net by double clicking
the
title bar like it can in visual basic 6.0? When i double click the title
bar
of a form in a vb .net project, it just goes to the code.

All I can do is to confirm that this is a difference between VB6's and
VB.NET's forms designer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top