Dim doc As Aspose.Word.Document
Try
doc = Create()
doc.Save(String.Format(“C:\Documents and Settings\Administrador\Mis documentos\Visual Studio Projects\Pintado\Documentos\Pa1.doc”), SaveFormat.FormatDocument, SaveType.OpenInWord, here aspose requieres response)
I work in windows forms how can I show my recent create document y word.???
Catch a As Exception
MsgBox(a.Message)
End Try