use c# code in vb project???

  • Thread starter Thread starter KlassifiedBBS
  • Start date Start date
K

KlassifiedBBS

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...
 
KlassifiedBBS said:
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...

Yes. I am just curious what prevents you from testing that yourself.
 
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"
 
Mike Labosh said:
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.

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

Armin
 
Back
Top