Page 1 of 1

* Share connection on Vb.Net Winform

Posted: Mon 24 Jan 2005 11:41
by picarra
Hi,
I try in VB.NET to use the same connection beetween forms, the connection to show any form !!!
What i'm doing wrong ?

Picarra

Posted: Mon 24 Jan 2005 14:22
by Guest
It's possible but not in Designer Mode, only on runtime.

Declare a new connection in a module and put it as FRIEND component.

:wink:

Posted: Mon 24 Jan 2005 14:59
by Picarra
thanks !