Mohit Agrawal
Success is Journey it's not a destination
Menu
Home
Sql server 2008
Differences
March 4, 2009
Vb.net - Save File Dialog box
dim strSaveFile as string
With SaveFileDialog1
.CheckFileExists = False
.Filter = "Word Documents(*.doc)*.doc"
.FilterIndex = 1
If .ShowDialog() = Windows.Forms.DialogResult.OK Then
strSaveFile = .FileName()
End If
End with
1 comment:
Anonymous
May 25, 2009 at 2:09 PM
This code display only Document version less than 12.0
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
This code display only Document version less than 12.0
ReplyDelete