CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: treeView1 error

  1. #1
    Join Date
    Jun 2014
    Posts
    1

    treeView1 error

    Hi everyone,
    the error "The name 'treeView1' does not exist in the current context" is showing up, how do i fix this??
    (I'm using .NET 4.5 vs 2010)

    note: i do not know much about c#, the course is about GUI and we have to use c#

    hope for answers and thanks in advance.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: treeView1 error

    Open up the form editor and drag a treeview control onto the form.

Tags for this Thread

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

Featured