Re: How's dot.net doing nowadays?




"Robert Conley" <robertsconley@xxxxxxxxx> schrieb im Newsbeitrag
news:af3ad9f5-2a87-45d5-aa06-899540227dd1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Jan 18, 8:59 pm, "Schmidt" <s...@xxxxxxxxx> wrote:
"Robert Conley" <robertscon...@xxxxxxxxx> schrieb im
Newsbeitragnews:a673c90d-d02c-4bc0-a55e-fa67de2cb526@xxxxxxxxxxxxxxxxxxxxxxx
s.com...

Do you mean something like the <Ctrl><L>,
which is available for Debugging in VB-Classic?

No I mean when you get an error in .NET the err object
contains the stack trace.
Ok, nice to have - one point for .NET - but (in the
context of this discussion) - not a showstopper regarding
the functionality of a well written Classic-App.

So right out of the box you get functionality that you
have to pay money or spend time in VB6.
Read comments below.

And yes, in most cases an older App is based
on constructs (the selfwritten "framework" if you want),
that is not suitable (over time - when the App grows).
Then, if you get a chance to do a clean rewrite
of the App, you know better and don't make that
many "mistakes" - I think that is the effect Chris sees now,
but this is something you would see too, if you'd have used
VB-Classic for the rewrite - it is nothing related to the
"power of .NET".

Wrong, because because the more lines of codes it takes
to make a function work the more chances bugs will occur, ...
I thought, we discuss the issues of a grown VB-Classic project,
developed by experienced Classic-Developers over years.
In this context you already (should) have, what you typed
above: "tools you already spent money" and/or tools you
wrote yourself, to write less lines of code for the type of
application you are developing/maintaining.

It is the same old discussion about the "productivity-gains",
..NET has to offer - I think they are not as big, if you already
have "your additional tools at hand" in VB-Classic.

Think I will have to prove my claim with an appropriate (small)
Demo-App in the next months - then all the .NETers out
(t)here can try, to reach the same functionality with less
lines of code in .NET.
No offense, just wait until I come up with this.

Olaf


.



Relevant Pages

  • Re: Word extension API? ...
    ... One can write add-ins/macros that provide whatever functionality you wish ... You would then modify the relevant context menus to invoke macros calling ... > of text, then right click on that text, choosing the custom menu item ... > their functionality as an MMC context men extension snap-in DLL, ...
    (microsoft.public.word.general)
  • TabControl Context Functionality Disabled
    ... Has anyone encountered this before and figured out how to fix it? ... and the same happens, as soon as i add several controls on the form, switch ... context menu functionality dissapears...you can't even use the Delete key. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Customizing OWA context menus
    ... this to work with OWA 2003. ... function called cmCreate - that is where the context menu is built. ... Outlook Web Access for PDA and WAP: ... it seems to be exactly the kind of functionality ...
    (microsoft.public.exchange.applications)
  • Re: Customizing OWA context menus
    ... this to work with OWA 2003. ... function called cmCreate - that is where the context menu is built. ... Outlook Web Access for PDA and WAP: ... it seems to be exactly the kind of functionality ...
    (microsoft.public.exchange.applications)
  • Re: Select item from list box with right mouse click
    ... > I now want to add "context menu" functionality to the list boxes to preform ... Private Sub ListBox1_MouseDown(ByVal sender As Object, ... Because your context menu code fires on MouseUp this should ...
    (microsoft.public.dotnet.languages.vb)