10-19-2008 04:28 PM
smercurio_fc wrote:
Here you go.
Very nice example! By the way, you should make sure to close all the .Net references that are opened, or you will consume (leak) lots of memory.
Cheers,
-Jim
10-20-2008 10:06 AM
10-20-2008 10:58 AM
Thank you for your example, but I got an error.
Did I forgot something?
10-20-2008 01:23 PM
10-20-2008 01:36 PM
smercurio_fc wrote:
Just to make sure: I didn't write the example. I just resaved it as 8.2 as the user requested.
10-21-2008 07:25 AM
Would somebody please save this in Labview 7.1 format? I'm very interested to play with it.
I'm limited as my company is not ready to upgrade my licence at this time
Thank you!
10-21-2008 12:12 PM
Here's a screenshot of the code.
Ton
10-22-2008 10:52 AM
10-23-2008 02:14 AM
11-30-2008 06:39 PM - edited 11-30-2008 06:45 PM
When I use this VI and attach a LabVIEW generated text file to the email, when I try to write to the text file again (In LabVIEW), it is reporting that the file is already open. Error 5.
I then added code to this VI that would send a screenshot via Gmail. When I save the screenshot as a JPG and then attach it to the gmail, the same Error 5 occurs (file apready open) when I try to delete the JPG. Something is not being closed.....
Any clues to what this could be? I was wondering if it had to do with the NET references not being closed as someone else had stated earlier in this thread.
thanks.