Results 1 to 2 of 2

Thread: Form Border Style

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2007
    Location
    Merced
    Posts
    868

    Form Border Style

    I have in my application where the user can choose they way the application lookes on their computer. One of these ways is that they can change the borderstyle. When The button for change display way the way that the applications displays dosen't change why? The form is set where autoredraw is true and I even added code where the from hides and comes back but still no go why is this:

    Code:
    If ENGINE.WINDOWMODE.Caption = "0" Then
    ENGINE.Hide
    ENGINE.BorderStyle = 0
    ENGINE.Show
    Else
    If ENGINE.WINDOWMODE.Caption = "1" Then
    ENGINE.Hide
    ENGINE.BorderStyle = 1
    ENGINE.Show
    Else
    If ENGINE.WINDOWMODE.Caption = "2" Then
    ENGINE.Hide
    ENGINE.BorderStyle = 2
    ENGINE.Show
    Else
    End If
    End If
    End If

  2. #2
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width