What's wrong with this code?
public Sub main()
Dim pb as PropertyBag
Dim ar() as Byte
Dim tx as string
tx = "stuff"
set pb = new PropertyBag
ar = tx
pb.Contents = ar 'error 5 in ejecution time ¿Why?
End Sub
Thans in advance!
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 1 of 1
Thread: Propertybag.contents error
|
Click Here to Expand Forum to Full Width |