Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Experts*
Posted
It does get better - especially when you do something in VB.Net that was nigh-on impossible in VB6, like multi-threading or directly accessing the control or form's message queue etc. etc.
Printer Monitor for .NET? - see Merrion Computing Ltd for details
  • *Experts*
Posted
Don't even talk to me about Resize event code. :D

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

  • *Experts*
Posted
It does get better - especially when you do something in VB.Net that was nigh-on impossible in VB6, like multi-threading or directly accessing the control or form's message queue etc. etc.
Neither one of those things were even close to impossibe. :D

 

Also, I do agree that for the first day or two I felt like a novice,

but I caught on after a day or two, and now I'm pretty competant

in general. Things that took minutes in VB6 take minutes in VB.NET,

and things that take hours in VB6 take minutes in VB.NET as well. :p

 

The key is classes. For example, if you need to do something which

can take many lines of code, you create a helper class to store it

in, and perhaps duplicate the old VB6 way.

Posted
I appreciate it can do alot more but there are so many changes that progress is slow. Also .NET seems to do alot of things in the background which are making the PC sluggish to work on.
Guest mutant
Posted
I used to like VB6, but now .NET is so much better :)
Posted
paul, I find that too but accept it as the price to pay for a good development environment. My fears were laid to rest once I compiled the application into release mode and installed it on another machine and it worked a treat.
My website
  • *Experts*
Posted

The IDE is much slower than previous. Same was true for VB4 when it came out - compared to VB3 it was a DOG!

 

I used to run a PIII 700 with 256meg RAM for VS 2002 (1.0) and some large apps took awhile to load (lots of DLLs, lots of webservice calls, lots of validation, etc. etc. etc.). Some performance testing fixed some programming problems, the rest were all gone when we went to Release mode.

 

Before jumping to any conclusions, compile your app in Release mode and try it out on a typical end-user machine to see what they'll experience. The Debug mode inside of Visual Studio is a great tool for debugging, not so good for performance.

 

-Nerseus

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Posted

Are there big diffirences in VS.NET and VS 6?

 

My mate works already 2 years in VB 6 and he don't want to take the .NET version.

 

He finds 2 gigs minimum to much for such an environment. :p

 

I find that too, but VB.NET is suck a good language that I can't be angry against M$.

 

Greetz,

 

Hornet

Posted
Moving to VB.Net has been one of the best things I've done of late. I hate having to go back to apps I've written in VB, VBA etc. I think VB.Net is a dream to program in.
My website

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...