Results 1 to 3 of 3

Thread: VB .NET 2.0 MonoDevelop

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2006
    Location
    Florida, USA
    Posts
    565

    VB .NET 2.0 MonoDevelop

    I am trying to do a basic get and set in MonoDevelop, but I am not very familiar with how to do them. Please see the error and let me know what you recommend.
    vb Code:
    1. Public Property UseVisualStyleBackColor As Boolean
    2.         Get
    3.             Return UseVisualStyleBackColor
    4.         End Get
    5.         Set(value As Boolean)
    6.             UseVisualStyleBackColor = value
    7.         End Set
    8. end property
    WrappingRadioButton\UserControl1.vb(0,0): Warning BC42026: Expression recursively calls the containing property 'UseVisualStyleBackColor'. (BC42026) (WrappingRadioButton)
    Last edited by rex64; Feb 10th, 2012 at 02:37 PM.
    I use VB .NET 2022. Currently developing StudyX educational software, PlazSales POS system and Yargis a space ship shooter game.

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