Kirjautuminen

Haku

Tehtävät

Keskustelu: Ohjelmointikysymykset: [VB6] Keskustelu ohjelman tiedostojen jaossa virhe

Kulma [04.12.2005 18:11:15]

#

Ohjelma valittaa kun yritän jakaa tiedostoa "bad file name or number"
Tiedoston lähetys systeemi:

Private Sub mnu_sendfile_Click()
On Error GoTo Canceled
cdlg.CancelError = True
cdlg.Filter = "All files|*.*"
' If you want to reset the path everytime the user tries to send a file, uncomment the following line:
' cdlg.InitDir = App.Path
cdlg.ShowOpen
If cdlg.filename > "" Then
    SendFilename Replace(SelectedUser.Key, "ip", ""), cdlg.filename
    End If
Canceled:
Exit Sub

End Sub

miiro [11.12.2005 13:57:19]

#

En ole varma toimiiko näin, mutta koita muuttaa

SendFilename Replace(SelectedUser.Key, "ip", ""), cdlg.filename

muotoon:

SendFilename Replace(SelectedUser.Key, "ip", ""), Replace(cdlg.filename, "/", "\")

Vastaus

Aihe on jo aika vanha, joten et voi enää vastata siihen.

Tietoa sivustosta