Search:

Type: Posts; User: lchen0729

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    514

    2D TreeView Control

    Hi,

    We all know that ( in VB.net, for example) a TreeView control is very useful tool of representing nested data. For example, a file system is a good example of nested data structure in which...
  2. Replies
    0
    Views
    1,315

    2d TreeView Control

    Hi,

    We all know that ( in VB.net, for example) a TreeView control is very useful tool of representing nested data. For example, a file system is a good example of nested data structure in which...
  3. Replies
    9
    Views
    1,868

    VS 2017 Re: Array in a Class

    my code compiles OK.
    but it crashes when I run it. the error msg reads: "Object references not set to an instance of an object".
    Where should I create an object ?
  4. Replies
    9
    Views
    1,868

    VS 2017 Re: Array in a Class

    Hi, Peter,

    Thanks for your response. But I still have questions.

    I defined a "Vector" Class to represent a 3D vector. And I use it to represent a point.

    To represent a 3D...
  5. Replies
    9
    Views
    1,868

    VS 2017 Array in a Class

    Experts,

    A Typicality Class definition may looks likes:


    Public Class MyClass
    Private Value1 As Double
    Private Value2 As Double
    Private Value3 As Double
    ...
Results 1 to 5 of 5



Click Here to Expand Forum to Full Width