Datasocket in vb.net

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • nizargermany@hotmail.de

    #1

    Datasocket in vb.net

    hello, this is the code to use datasocket in vb 6:

    Dim v As Variant
    v = CWDataSocket1.D ata.Value

    'Value is default property in VB, so you don't have to explicitly state
    it:
    v = CWDataSocket1.D ata

    'Set the value held by a DataSocket to a number
    CWDataSocket1.D ata.Value = 10


    please tell me how is this code in vb.net!

Working...