VB.net做一个管理系统,遇到了点问题,希望各位高手指点一下!
[解决办法]
说不太通啊。他这是.net,处理异常还是用try catch较好吧
[解决办法]
If userpath.Length = 0 Then
ss.AddExtension = True
ss.DefaultExt = ".mdb"
ss.FileName = "new.mdb"
if ss.ShowDialog= Windows.Forms.DialogResult.OK Then
userpath = ss.FileName
end if
end If
if userpath.length<>0 then
FileCopy(System.Windows.Forms.Application.StartupPath & "\new.mdb", userpath)
end if