VB.NET 2005

H

Herfried K. Wagner [MVP]

Mike said:
Can anyone point me to some good site with examples using VB.NET 2005?

I doubt that there will be many sites with VB 2005 samples, because VB 2005
has not yet been released to production and is not intended for productive
use.
 
G

Guest

Jan. 14, 2005

WindowsForms.net has a lot of articles about the controls and
examples. They have really good pictures too! There are so many pictures,
they pretty much show you what 2005 will be if you don't have the beta! Just
go to windowsforms.net and click on the "Whidbey" tab along the top. I hope
this helps!


Joseph MCAD
 
G

Guest

thanks i'll check it out

Joseph MCAD said:
Jan. 14, 2005

WindowsForms.net has a lot of articles about the controls and
examples. They have really good pictures too! There are so many pictures,
they pretty much show you what 2005 will be if you don't have the beta! Just
go to windowsforms.net and click on the "Whidbey" tab along the top. I hope
this helps!


Joseph MCAD
 
M

Mike McIntyre

H

Herfried K. Wagner [MVP]

Jim Burns said:
Is 2005 that much different then 2003

There are many improvements and additions in VB 2005/.NET 2.0:

Syntax:

* Operator overloading
* Explicit control over event handler management
* Support for unsigned numeric datatypes
* Generics
* 'IsNot', 'TryCast', ...
* XML documentation comments
* ...

IDE:

* Better debugging experience
* Edit & Continue
* DataTips
* More warnings, errors
* Error correction suggestions (at edittime and runtime)
* Snippets
* Improved event handler management
* Rename symbol
* Improved Windows Forms editor
* Improved data tools
* ...

Framework:

* Improved data access
* Generic classes (templates)
* Extended and improved Windows Forms package
* Simpler deployment
* ...

.... to mention only a few.
 
J

Jim Burns

Herfried
How do I Get a ref to my hidden Object like a Form1 When I try to Show the
Form1 from Form2 I can not get a reference to the same instance.
I can Show New Form1's but I cant unhide The one I Hid
Thanks again for the Imagelist Answer. it worked
 
C

Chris Dunaway

Herfried said:
* Explicit control over event handler management

What do you mean by this? I thought I was familiar with the new
features of VS2005, but I'm not sure what you mean by this one.

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top