Vb.Net 2003

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Cengiz Ulku

    #1

    Vb.Net 2003

    Hi all!

    I have 2 "complete beginner" questions. And I'm using .NET Studio 2003.

    1st: I heard that if I create a program with VB.NET, users of older windows
    (Win95 to WinMe) won't be able to execute it. Is it right or the question is
    the same with every vb program; if the user have the correct dlls the
    program shall execute...

    2nd: will the user need .NET Framework installed in order to use a vb.NET
    app?

    Please Enlighten!
    Merci.

    --
    Cengiz Ulku
    cengizu@bluewin .ch


  • Rick Rothstein

    #2
    Re: Vb.Net 2003

    Almost everybody here is using VB6 or lower. While you may get a stray
    answer to VB.NET questions here, you should ask them in newsgroups devoted
    exclusively to .NET programming. Look for newsgroups with the word "dotnet"
    in their name.

    For the news.devx.com news server, try these

    vb.dotnet.discu ssion
    vb.dotnet.techn ical

    For the microsoft news server, try these newsgroups...

    microsoft.publi c.dotnet.genera l
    microsoft.publi c.dotnet.langua ges.vb

    There are some others, but these should get you started.

    Rick - MVP





    "Cengiz Ulku" <cengizu@bluewi n.ch> wrote in message
    news:3f17ad26_1 @news.bluewin.c h...[color=blue]
    > Hi all!
    >
    > I have 2 "complete beginner" questions. And I'm using .NET Studio 2003.
    >
    > 1st: I heard that if I create a program with VB.NET, users of older[/color]
    windows[color=blue]
    > (Win95 to WinMe) won't be able to execute it. Is it right or the question[/color]
    is[color=blue]
    > the same with every vb program; if the user have the correct dlls the
    > program shall execute...
    >
    > 2nd: will the user need .NET Framework installed in order to use a vb.NET
    > app?
    >
    > Please Enlighten!
    > Merci.
    >
    > --
    > Cengiz Ulku
    > cengizu@bluewin .ch
    >
    >[/color]


    Comment

    • Tony Vitonis

      #3
      Re: Vb.Net 2003

      The questions are related, I think. By design, a .NET app should run
      on any operating system with the .NET Framework installed on it.
      [color=blue]
      > Cengiz Ulku wrote...
      >
      > 1st: I heard that if I create a program with VB.NET, users of older
      > windows (Win95 to WinMe) won't be able to execute it. Is it right or
      > the question is the same with every vb program; if the user have the
      > correct dlls the program shall execute...
      >
      > 2nd: will the user need .NET Framework installed in order to use a
      > vb.NET app?[/color]


      Comment

      Working...