Hi All,

A little more explanation about the title.
I'm trying to set the Formborderstyle of my Form to FixedSingle and I'm using the code below;

VB Code:
  1. Me.FormBorderStyle = FormBorderStyle.FixedSingle

It's working but It gave me this warning:

Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated

What can I do about it.

Thanks in advance,

sparrow1