Search results for query: *

  1. B

    Get a distinct list of values from a one property in a List (Of T)

    The code below, specifically Sub Button1_Click, creates a distinct list (distinctList) of values from the List(Of MainObject). My question is - even though it produces the exact results I'm looking for, the logic seems cluttered. Anyone know of a cleaner or more direct way to create this...
  2. B

    How to bind TextBox.Text property to a List (Of Type)?

    Can anyone point me the right direction? I'm trying to bind a TextBox.Text property to a property in a list of objects. Does anyone know where I can read or see examples of binding a Text property to a property in a List Of Type?
  3. B

    Set VS 2017's Task List's (Token List) back to defaults?

    In Visual Studio 2017 I edited existing Task List Tokens via the Tools | Options | Environment | Task List dialog I deleted the (HACK) and (UnresolvedMergeConflict) Tokens and Added new Tokens. My question is . . . Is there a way to set the Task List's (Token List) back to defaults? I want...
  4. B

    How to get ASCII Dec value from a single character?

    Visual Studio 2012 VB.NET Framework 3.5 I have also unchecked the Microsoft.VisualBasic from the Imported Namespaces I have two examples below. Does anyone know if the line that uses the ASCII.GetBytes is an acceptable / reliable way to get an ASCII decimal value from a single alphabet...
Back
Top