use c# code in vb project???

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

    #1

    use c# code in vb project???

    a really noob question - can i have a c# module (in a seperate dll project)
    that builds a "helper" dll, reference by a vb app. I want to put both in
    one solution and deal them at the same time...
  • Robin Tucker

    #2
    Re: use c# code in vb project???

    Yes. You just can't mix them in the same project.

    "Klassified BBS" <klassified@mai linator.com> wrote in message
    news:Xns96835F3 7EDE7Eklassyatk lassifiedBB@207 .46.248.16...[color=blue]
    >a really noob question - can i have a c# module (in a seperate dll project)
    > that builds a "helper" dll, reference by a vb app. I want to put both in
    > one solution and deal them at the same time...[/color]


    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: use c# code in vb project???

      "Klassified BBS" <klassified@mai linator.com> schrieb:[color=blue]
      >a really noob question - can i have a c# module (in a seperate dll project)
      > that builds a "helper" dll, reference by a vb app. I want to put both in
      > one solution and deal them at the same time...[/color]

      Yes. I am just curious what prevents you from testing that yourself.

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

      Comment

      • Mike Labosh

        #4
        Re: use c# code in vb project???

        > Yes. I am just curious what prevents you from testing that yourself.

        Presumably because in a group that moves as fast as this one, it takes less
        time to ask? I've done that in the SQL group more than once.
        --
        Peace & happy computing,

        Mike Labosh, MCSD

        "Mr. McKittrick, after very careful consideration, I have
        come to the conclusion that this new system SUCKS."
        -- General Barringer, "War Games"


        Comment

        • Armin Zingler

          #5
          Re: use c# code in vb project???

          "Mike Labosh" <mlabosh@hotmai l.com> schrieb[color=blue][color=green]
          > > Yes. I am just curious what prevents you from testing that
          > > yourself.[/color]
          >
          > Presumably because in a group that moves as fast as this one, it
          > takes less time to ask? I've done that in the SQL group more than
          > once.[/color]

          I usuall try it on my own before asking somebody else. :-)

          Armin

          Comment

          Working...