User Profile

Collapse

Profile Sidebar

Collapse
ee0jmt
ee0jmt
Last Activity: Apr 5 '08, 06:14 PM
Joined: Jan 24 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ee0jmt
    started a topic Editing an xml string
    in .NET

    Editing an xml string

    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....
    See more | Go to post

  • ee0jmt
    replied to VB.NET Picture Box Image Pointer?
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • ee0jmt
    started a topic VB.NET Picture Box Image Pointer?
    in .NET

    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.
    ...
    See more | Go to post
No activity results to display
Show More
Working...