Results 1 to 3 of 3

Thread: Changing Window Style

  1. #1

    Thread Starter
    Registered User
    Join Date
    Apr 1999
    Location
    Brazil
    Posts
    144

    Changing Window Style

    Some one knows how change a windows style to get the same effect as BorderStyle=0; ControlBox=False and Caption="" in vb form?

    Thanks in advance.

    Jefferson Motta

  2. #2
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    huh? Do you mean...

    VB Code:
    1. Private Sub Form_Load()
    2.   Me.BorderStyle = 0
    3.   Me.ControlBox = False
    4.   Me.Caption = ""
    5. End Sub

    I don't understand what you're asking?
    My evil laugh has a squeak in it.

    kristopherwilson.com

  3. #3

    Thread Starter
    Registered User
    Join Date
    Apr 1999
    Location
    Brazil
    Posts
    144

    Done

    That is the code, I just need ad WS_THICKFRAME = &H40000 to complete.

    Thanks Hack!!!


    Jefferson

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