Quote:
quote:Originally posted by Jay5817
To remove the icon on the left hand side of a VB form, add the following code to the form load event:
|
Private Sub Form_Load()
Me.Icon = Nothing
End Sub
This code will replace the small white flag with a standard windows icon.`
But I daont want any icon at all
and form to be maximized
right now I've set clip control = false
window state = 2- maximized
border style = 2 - sizable
these setting make my form maximized but I can see the clip control
Y?????????????????????????