Ok so I am almost done converting the program but I need one more part of a function converted the funtion take a variable of type DimeAttachment[] attachments. Here is the C# code
Thanks again and also is there something easy I am missing in the way VB handles arrays vs c#?Code:if (attachments != null) { foreach (DimeAttachment attachment in attachments) { webservice.RequestSoapContext.Attachments.Add(attachment); } }


Reply With Quote


Bookmarks