Pointer to String in VB2005

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Herfried K. Wagner [MVP]

    #91
    Re: Pointer to String in VB2005

    "Paul Clement" <UseAdddressAtE ndofMessage@sws pectrum.comschr ieb:
    ¤ C# and Visual Basic.NET are completely different languages...
    ¤ LOL.
    ¤ So different, that the ICSharp-IDE can switch back and forth
    ¤ between them on the fly.
    >
    You mean it actually removes all that C# gobbledy-gook and inserts VB
    keywords and syntax so that it
    will compile? That's pretty cool, but if the languages are so similar why
    would you have to do that?
    Imagine the addition of a feature crucial for further development in a
    future version of one of the two programming languages only. However, if
    the languages are diverging, then conversion would not be as simple any
    more. Imagine the whole bunch of code you'd have to write in the next
    version of C# for dealing with XML which won't be necessary in VB because of
    its built-in XML support.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    • J French

      #92
      Re: Pointer to String in VB2005

      On Fri, 16 Feb 2007 13:34:44 -0600, "Larry Serflaten"
      <serflaten@usin ternet.comwrote :

      <snip>
      Many expoused the use of control arrays in VB, how
      >do you implement them (with all their events) in VB.Net?
      If it is anything like Delphi (and the small bits I've seen look
      Delph-ish) then you can hook any Event to any object procedure
      providing it has the right parameters - at design time or run time.

      In Delphi I do that to create sort of Control Arrays on the fly, it is
      actually quite handy.

      A different approach, but I've created Control Arrays in Delphi.

      Easy if writing from scratch, but probably a PITA if trying to convert
      existing code.




      Comment

      • Schmidt

        #93
        Re: Pointer to String in VB2005


        "Paul Clement" <UseAdddressAtE ndofMessage@sws pectrum.comschr ieb im
        Newsbeitrag news:glubt2l20p j852nb90du075lk pg0u8f71a@4ax.c om...
        You mean it actually removes all that C# gobbledy-gook
        and inserts VB keywords and syntax so that it will compile?
        That's pretty cool, but if the languages are so similar why
        would you have to do that?
        [talking about language-similarities]
        You are talking about languages in a strict sense.
        I'm talking about *understanding* .

        People on planet C# don't even need a bablefish to
        understand people on planet VB#.

        For people on planet VB6, the bablefish (making
        understanding possible) was lost - or yet has to be
        found, whatever...

        Olaf



        Comment

        Working...