|
-
Apr 23rd, 2001, 07:47 PM
#1
Thread Starter
Member
Now that everybody is talking about this new development package and the beta has arrived, how many of you are going to go right ahead and purchase it once it is released? Or does it just need time to mature and get rid of its slowness/bugs?
Things to consider:
1. Is it a good thing that all the languages
use the same program?
2. Will it actually make life easier?
3. What do you think of the other new additions
to the syntax?
chilibean
-
Apr 24th, 2001, 07:15 AM
#2
1. Is it a good thing that all the languages use the same program?
Depends on how many languages you know, and the app you're working on. For me - no as it slows the bloody system down too much
2. Will it actually make life easier?
Yes
3. What do you think of the other new additions
to the syntax?
Some good, though the amount of extra crap thats in the form was a little confusing at first.
overall, I'll buy it as I love it so far, but I'll get a Gazillion Mhz, 8billion MB Ram PC first so I can actually run the thing like vb6 now.
Anyway, this should be in the .net forum. The chit chat one's for taking the p!ss out of other forum members like Katie ...
-
Apr 24th, 2001, 09:03 AM
#3
Fanatic Member
Control Arrays
I like the sound of a lot of the new features but I can say that I won't consider upgrading to .NET until it supports control arraysl.
Everything I say is either loose interpretation of dubious facts or idle speculation rooted in irrational sentiment. 
-
Apr 24th, 2001, 09:35 AM
#4
transcendental analytic
control arrays will be obsolete, i'm not sure what changes theyre going to do yet about the current eventhandling system based on the delegate model, but forget about control arrays.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 24th, 2001, 10:59 AM
#5
Hyperactive Member
i have VB5 and i am happy with it. I do not plan to buy VB.NET because, the original Visualbasic Language (developed by an university in the US) will not be VisualBasic anymore. microsoft decided (again) go change it to their version like they did with HTML and Java (sun microsystems)... They change the code of it so, you will have to use internet Explorer to view certain web page...
In my opinion, i'll stay with VB6...
-
Apr 24th, 2001, 11:12 AM
#6
Hyperactive Member
I suspecyt ,that as with all other times VB has changed, we will need to be proficient in a number of different versions. At one stage when VB 6.0 came out, I had just finished doing a VB 5.0 job and my next job was taking 16-bit VB 4.0 code and converting it to VB 6.0.
There will be plenty of VB 6.0 work for the next couple of years, but if we are to make a living at this we will have to evolve to VB.Net or go the way of the dinosaurs (yes, I am talking about COBOL programmers ).
Just my couple of pennies worth,
SD
"I'd rather have a full bottle in front of me than a full frontal lobotomy!"
-
Apr 25th, 2001, 02:44 AM
#7
Fanatic Member
Control Arrays
control arrays will be obsolete, i'm not sure what changes theyre going to do yet about the current eventhandling system based on the delegate model, but forget about control arrays.
If control arrays become obsolete due to structural changes in the language, then fair enough; I would be interested to know the nature of the changes that make them obsolete. What is the 'delegate' model?
Everything I say is either loose interpretation of dubious facts or idle speculation rooted in irrational sentiment. 
-
Apr 25th, 2001, 09:37 AM
#8
transcendental analytic
It's all about Event wiring, delegates that attaches eventhandlers with controls, i haven't seen any samples so i can't say how the implementations are going to be, but M$ says there's enough RAD tools for hiding the event wiring itself, here's a sample in c# though
http://msdn.microsoft.com/library/do...ini-sample.htm
here's some more info on the event concept:
http://msdn.microsoft.com/library/do...tsoverview.htm
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 25th, 2001, 11:28 PM
#9
Addicted Member
Does Micro$oft's VB.NET support the MouseOver Function for objects yet...?
-
Apr 26th, 2001, 03:16 AM
#10
transcendental analytic
I have no idea, but i made an activeX dll, you can use for any control that has a handle, let me know if you need it
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Apr 26th, 2001, 03:18 AM
#11
Ideas needed please
I was practicing sample apps with .NET, but left it for a while.
A recent post has made me realise I need to keep practicing with it as I don't know it well enough yet.
Any ideas for small apps I could write on it please ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|