Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21337

[VB6] - border style in a form

$
0
0
why these line of code is ignored:
Code:

If blnFullScreen = False Then
        Me.WindowState = 0
        Me.BorderStyle = 1
    Else
        Me.WindowState = 2
        Me.BorderStyle = 0
    End If

why i can't change the BorderStyle by code?
(it simply ignored)

Viewing all articles
Browse latest Browse all 21337

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>