K
kresimir ivkovic
Dear all developers
How can I, or can't in command type string of my class ???
for example
Dim gh As GCHandle = GCHandle.Alloc(Me.DCA.Display.XingSize,
GCHandleType.Pinned)
this working good
but I need
Dim gh As GCHandle = GCHandle.Alloc("Me.DCA.Display.XingSize",
GCHandleType.Pinned)
Some idea/suggestion all is good.
Thanx
K.I. System Developer
How can I, or can't in command type string of my class ???
for example
Dim gh As GCHandle = GCHandle.Alloc(Me.DCA.Display.XingSize,
GCHandleType.Pinned)
this working good
but I need
Dim gh As GCHandle = GCHandle.Alloc("Me.DCA.Display.XingSize",
GCHandleType.Pinned)
Some idea/suggestion all is good.
Thanx
K.I. System Developer