CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Charlie Prince

Search: Search took 0.02 seconds.

  1. Re: IDataErrorInfo, implementing, binding to and propagating error messages back to U

    This works. Needed to add an Error Provider to the form and set the Error Provider's DataSource property to the Person object.

    Public Class Form1
    Private _Person As New Person
    Private...
  2. IDataErrorInfo, implementing, binding to and propagating error messages back to UI

    VB.NET 2012, Windows Form Application
    Using the Person Class from Microsoft's web site below
    http://msdn.microsoft.com/en-us/library/vstudio/bb909868(v=vs.110).aspx

    I bind TextBox1 to the "Age"...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured