G
Guest
Hi, guys.
I am a newer to DOTNET.
Now I use VS.NET 2003 for my project.
I create a class inherited Form
When I want to use
this.AutoScroll = true;
there is an error say: 'myForm' does not contain a definition for 'AutoScroll'
Why?
Thanks in advanced
I am a newer to DOTNET.
Now I use VS.NET 2003 for my project.
I create a class inherited Form
When I want to use
this.AutoScroll = true;
there is an error say: 'myForm' does not contain a definition for 'AutoScroll'
Why?
Thanks in advanced