On Aug 14, 9:01 pm, "GS" <gsmsnews.microsoft.co...@msnews.Nomail.com>
wrote:
> I have a c# application with windows form for updating and retrieving some
> database table records. lets call it form1. I also have another application
[quoted text clipped - 13 lines]
>
> thank you for your time and expertise.
Explaining what you need to do all in one reply is a bit much but I
will do my best to point you in the right direction. One approach to
this is to make a 3rd assembly which has in Interface in it and you
need to have your VB or C# app implement this interface that way one
or the other app can instantiate/launch the other app and get the
object tnat is implementing the interface and it can call methods/
properties on that object.
Good luck!
GS - 15 Aug 2007 05:00 GMT
I will search on the subject for interface to implement instantiation by the
vb app of the c# app.
just curious, is it possible in vb to create a class inherited from the cs
class application?
if so, can I not use some sort scope equivalent to friend or protected?
> On Aug 14, 9:01 pm, "GS" <gsmsnews.microsoft.co...@msnews.Nomail.com>
> wrote:
[quoted text clipped - 25 lines]
>
> Good luck!
Kevin Spencer - 15 Aug 2007 12:38 GMT
VB.Net and C# compile to the same managed intermediate language code, so you
can certainly work with assemblies written in either language from either
language. This means that, yes, you can inherit a class in a C# project by a
class in a VB.Net project.

Signature
HTH,
Kevin Spencer
Microsoft MVP
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
>I will search on the subject for interface to implement instantiation by
>the
[quoted text clipped - 40 lines]
>>
>> Good luck!