Results 1 to 4 of 4

Thread: [RESOLVED] Panel maximumsize change via code

  1. #1

    Thread Starter
    PowerPoster Radjesh Klauke's Avatar
    Join Date
    Dec 2005
    Location
    Sexbierum (Netherlands)
    Posts
    2,244

    Resolved [RESOLVED] Panel maximumsize change via code

    Ola,

    I'm trying to set the maximumsize via code of a panel, but I can't get the proper code.

    Code:
    Private Sub panel_right_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles panel_right.Resize
            If calendar.ShowWeekNumbers = True Then
                With panel_beslag_right
                    .MaximumSize....   '.Width = .....????
                End With
            Else
    
            End If
        End Sub


    If you found my post helpful, please rate it.

    Codebank Submission: FireFox Browser (Gecko) in VB.NET, Load files, (sub)folders treeview with Windows icons

  2. #2

  3. #3

    Thread Starter
    PowerPoster Radjesh Klauke's Avatar
    Join Date
    Dec 2005
    Location
    Sexbierum (Netherlands)
    Posts
    2,244

    Re: Panel maximumsize change via code

    Yeah. Thanks man.


    If you found my post helpful, please rate it.

    Codebank Submission: FireFox Browser (Gecko) in VB.NET, Load files, (sub)folders treeview with Windows icons

  4. #4

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