G
Guest
Just that.
Dickson said:Just that.
Chris said:On Fri, 12 Dec 2003 05:41:05 -0800, Dickson Woo wrote:
It just IS!
Dickson Woo said:Just that.
Lorne said:Wll, think of it this way... Why is a duck egg nicer than a chicken
egg?
1) It's bigger
2) It tastes more "eggy"
3) The shell is harder to break
4) It's got more sulphur in it so you keep more people away when
eating duck egg sandwiches
5) They're more expensive
;-)
Lorne
One Handed Man said:It must be the Friday madness !
OHM
Regards - OHM# (e-mail address removed)
Hi Kevin,
When you want to make a wooden car, you can use a hammer.
But that makes a hammer not the best tool to make a car.
Just a thougth,
Cor
program, it took one line of code to do the same thing it takes VB.NET
ten lines of code to do.
Is that why they are bringing out Woodbey, the next generation of VS.
;-)
Chris Dunaway said:That is not a good argument because the same applies in reverse. There are
things that can be done in VB.Net in one line that takes more lines to do
in VB Classic. There are some things that can be done in VB.Net that
either impossible or very difficult to do in VB Classic (Windows Services
comes to mind).
In any case, use the best tool for the job. If VB Classic is that tool,
then use it. If not, use something else.
--
Chris
To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.
Kevin said:As long as I have the attention of all you VB.NET experts, let me ask
the question:
How can I make a textbox control so that the user can't edit the text,
without setting the Enabled property to False (I don't want the
contents greyed out)? I did this in VB6 by putting the textbox in a
frame and then disabling the frame. Can't do that in wonderful .NET...