Hopefully an easy question:
Using vb.net I have opened an xml file (which is encrypted) retreived the file information as a string, carry out some editing of the xml data. I now want to produce a string with the edited information so that I can pass it to a function which will encrypt and save the xml file.
I can do all of the above except for the regenerating the edited xml data into a string after it has been edited....
User Profile
Collapse
-
Hi again.
I have realised that I was trying to pass picturebox.hand le.toint32 to the dll function. I changed it to:
dim p as intptr
p = picturebox.hand le
and then pass p instead. I no longer get the error. However if I save the passed image using the sdk dll function and view it, it is not the image that was in the picturebox.
Is picturebox.hand le a pointer to the memory that contains... -
VB.NET Picture Box Image Pointer?
Hi all.
Using VB.NET
I am using a Frame grabber SDK that passes picturebox.hand le to a function in the framegrabber dll and the result is that a video frame is displayed in the picture box. That bits fine.
I now need to pass a pointer to that picturebox image to another sdk dll function. I thought that passing picturebox.hand le.toint32 was the same as a pointer but I get the following error.
...
No activity results to display
Show More
Leave a comment: