Attaching a file into my LS Application
-
Wednesday, April 11, 2012 8:09 PM
I am new to LS and I have been looking around the past few days and have not been able to find a solution that meets my needs. I am building a generic help desk issues tracking application. In some instances it is require to save a document (.xls, .xlsx, .doc, .docx) or even an email as supporting documentation that the issue has been worked on and reloved. My application is in VB, I have found a few threads about C# solution which uses the Documnet Toolkit, but this is a viewer of the document, not the document itself. Are there any VB solutions for what I am describing?
Thanks.
All Replies
-
Wednesday, April 11, 2012 9:36 PMModerator
Have you looked at Matt Sampson's blog post: http://blogs.msdn.com/b/rmattsampson/archive/2011/05/23/how-to-import-and-store-a-data-file.aspx ?
It might help you get started.
- Marked As Answer by bird0620 Friday, April 13, 2012 2:56 PM
-
Thursday, April 12, 2012 4:39 AM
- Marked As Answer by bird0620 Friday, April 13, 2012 2:56 PM
-
Thursday, April 12, 2012 2:30 PM
Thank you Eric and Rashmi for your replies. Yes I have reviewed both of the articles you are looking at. This issue is that I have built most of my application already and it is in VB. The articles you are referencing both have C# answers. Are you aware of any VB solutions for this?
Thank you.
-
Friday, April 13, 2012 5:44 AMModerator
Hi,
C# and VB are usually the same.
You can refer to this website to convert C# to VB:
http://www.developerfusion.com/tools/convert/csharp-to-vb/
If you have any problem ,please let me know.
- Marked As Answer by bird0620 Friday, April 13, 2012 2:56 PM

