Home All Groups Group Topic Archive Search About

how linkitem and linkTopic to migrate in vb.net

Author
3 Mar 2006 2:48 PM
Vishnu
we have project in vb 6.0 in that we were using label having  property
linkitem =Field(1) and linkTopic= WinWedge|COM1
now we are shifted to vb.net,  how this property we can migrate to vb.net

please suggest the alternative as soon as possible it will be realy great
help to me

Author
3 Mar 2006 3:42 PM
Armin Zingler
"Vishnu" <Vis***@discussions.microsoft.com> schrieb
> we have project in vb 6.0 in that we were using label having
> property linkitem =Field(1) and linkTopic= WinWedge|COM1
> now we are shifted to vb.net,  how this property we can migrate to
> vb.net
>
> please suggest the alternative as soon as possible it will be realy
> great help to me


http://msdn.microsoft.com/library/en-us/vbcon/html/vbcondynamicdataexchangechangesinvisualbasicnet.asp



Armin
Author
6 Mar 2006 10:47 AM
Vishnu
Show quote Hide quote
"Armin Zingler" wrote:

> "Vishnu" <Vis***@discussions.microsoft.com> schrieb
> > we have project in vb 6.0 in that we were using label having
> > property linkitem =Field(1) and linkTopic= WinWedge|COM1
> > now we are shifted to vb.net,  how this property we can migrate to
> > vb.net
> >
> > please suggest the alternative as soon as possible it will be realy
> > great help to me
>
>
> http://msdn.microsoft.com/library/en-us/vbcon/html/vbcondynamicdataexchangechangesinvisualbasicnet.asp
>
>
>
> Armin
>


Hi Armin,

i gone through this page but i didn't get what to do in vb.net
is there any alternative or if you can send sample application for vb.net
please.
Author
6 Mar 2006 11:19 AM
Armin Zingler
Show quote Hide quote
"Vishnu" <Vis***@discussions.microsoft.com> schrieb
>
>
> "Armin Zingler" wrote:
>
> > "Vishnu" <Vis***@discussions.microsoft.com> schrieb
> > > we have project in vb 6.0 in that we were using label having
> > > property linkitem =Field(1) and linkTopic= WinWedge|COM1
> > > now we are shifted to vb.net,  how this property we can migrate
> > > to vb.net
> > >
> > > please suggest the alternative as soon as possible it will be
> > > realy great help to me
> >
> >
> > http://msdn.microsoft.com/library/en-us/vbcon/html/vbcondynamicdataexchangechangesinvisualbasicnet.asp
> >
> >
> >
> > Armin
> >
>
>
> Hi Armin,
>
> i gone through this page but i didn't get what to do in vb.net
> is there any alternative or if you can send sample application for
> vb.net please.


It depends on what you intend to do. Maybe remoting is the way:

http://msdn.microsoft.com/library/en-us/cpguide/html/cpconaccessingobjectsinotherapplicationdomainsusingnetremoting.asp



Armin