🔒 Closed C#

Status
Not open for further replies.

JaWits

Fanatic
mga boss paano ako mag o open ng Word file using button sa C#.
I already have a saved file(word doc) ang gagawin nalang is gusto ko sana pag click ko ng button mag o open yung word na'yon. kung san sha naka save.
 
Microsoft.Office.Interop.Word
//Add mo above assembly

Application application = new Application();
Document document = application.Documents.Open("C:\\word.doc"); //path ng document mo
 
Status
Not open for further replies.

About this Thread

  • 4
    Replies
  • 647
    Views
  • 4
    Participants
Last reply from:
asunayuuki09

Trending Topics

Online now

Members online
1,229
Guests online
3,422
Total visitors
4,651

Forum statistics

Threads
2,305,911
Posts
29,168,517
Members
1,195,485
Latest member
sukina
Back
Top