Hi All,
Is it possible to share a class value between applications.
If I set Class1.USERNAME in one application, can another see the value?
Public Class LogonClass
Public Shared USERNAME As String
function setvars
USERNAME="TEST"
-----------------------------------
Just wondering if it is possible and, if so, how would I go about this.
Any help would be appricated. Thanks.
Is it possible to share a class value between applications.
If I set Class1.USERNAME in one application, can another see the value?
Public Class LogonClass
Public Shared USERNAME As String
function setvars
USERNAME="TEST"
-----------------------------------
Just wondering if it is possible and, if so, how would I go about this.
Any help would be appricated. Thanks.