Windows 10: Leggere un file su One Drive con codice VB.net

Discus and support Leggere un file su One Drive con codice VB.net in Windows 10 Gaming to solve the problem; Avrei la necessità di leggere il contenuto di un file di testo che ho caricato in One Drive, utilizzando il codice VB.NET, ho scritto il seguente... Discussion in 'Windows 10 Gaming' started by Giorgio_#, May 9, 2024.

  1. Giorgio_# Win User

    Leggere un file su One Drive con codice VB.net


    Avrei la necessità di leggere il contenuto di un file di testo che ho caricato in One Drive, utilizzando il codice VB.NET, ho scritto il seguente codiceLeggere un file su One Drive con codice VB.net :Dim Address As String = "https://onedrive.live.com/download?cid=6F30F45B5EA6956C&resid=6F30F45B5EA6956C%211323&authkey=AEnoaW_3I-IgT8w" Dim Stringaversione As String = ""Try Dim W As New WebClient Try Stringaversione = W.DownloadStringAddressCatch ex As Exception MsgBoxex.Message Exit Sub End TryMa purtroppo non funziona, necessità dell'autorizzazione, ma non trovo codice VB.N

    :)
     
    Giorgio_#, May 9, 2024
    #1

  2. Windows Defender service error 1814

    Hi, in service list the windows defender show me this <Impossibile leggere la descrizione. Codice di errore: 1814 >
    any way to repair? can't get to work the protection
     
    djsolidsnake86, May 9, 2024
    #2
  3. VBS Msgbox

    Denis,

    • I was too lazy to compute the size programmatically. And, it the 2005 version the message box always came up hidden, so I always used 0 for the top. It's also part of my OCD to be able to control everything.
    • I personally don't need it to timeout. I used this in vbs files to ask to continue to the next step, skip the next step or cancel the vbs. BTW, I added the code back in but keep it assign it to 0.
    • Sound was calling Windows Media Player: WshShell.Run "C:\Users\donast\desktop\sndrec32.lnk",7,false the lnk is a shortcut on my old desktop that had: "C:\Program Files (x86)\Windows Media Player\wmplayer.exe"
      "C:\Users\Public\Music\Wavefiles\Twilight.wav"
    • Yes. The value is the number of the button in the order specified when calling it.
    • Never really thought about it as all my VBS/VBA code is relatively simple and I add comments in the file as necessary to remind me what is going on. I don't usually have anyone to share my code.
    FYI I use a VBS to call it. Here's a line from a test vbs I use to run your version:

    choice=Wshshell.run("custommsgbox.vbs " & wscript.scriptname & " ""CopyFiles.vbs done. Continue with UnArchVista.vbs?"" ""White"" ""Black"" 40 ""Yes"" ""No"" ""Cancel""",1,true)

    Copy it to a text editor to see all the spaces, etc. Took me a while back the to figure it out.

    Don
     
    DRARetired, May 9, 2024
    #3
  4. Leggere un file su One Drive con codice VB.net

    Microsoft .NET Framework, Unhandled exception

    Hi,

    Welcome to Microsoft Community.

    I suggest you to un-check and recheck .Net framework 3.5 and .Net framework 4.6 advance series from Windows features.

    Try the following steps:

    • Press Windows + R keys to open Run command.
    • Type Appwiz.cpl and select "turn Windows feature on or off" from the left
    • Uncheck .Net framework 3.5 and .Net framework 4.6 advance series.
    • Restart the computer
    • Repeat step 1 and 2 and check .Net framework 3.5 and .Net framework 4.6 advance series.
    • Restart the computer.
    Regards,
     
    Waseemulla S, May 9, 2024
    #4
Thema:

Leggere un file su One Drive con codice VB.net

Loading...
  1. Leggere un file su One Drive con codice VB.net - Similar Threads - Leggere file Drive

  2. Forme su file word con testo già esistente

    in Windows 10 Gaming
    Forme su file word con testo già esistente: Buongiorno, ho diversi file word con testi già inseriti dove avrei necessità di inserire una serie di linee e punti che vorrei poter salvare come forma "base" una volta finita la costruzione di questa forma . Ciò mi permetterebbe di utilizzarla sui vari file testo word che...
  3. Forme su file word con testo già esistente

    in Windows 10 Software and Apps
    Forme su file word con testo già esistente: Buongiorno, ho diversi file word con testi già inseriti dove avrei necessità di inserire una serie di linee e punti che vorrei poter salvare come forma "base" una volta finita la costruzione di questa forma . Ciò mi permetterebbe di utilizzarla sui vari file testo word che...
  4. Spedire una mail da un app Vb Net

    in Windows 10 Gaming
    Spedire una mail da un app Vb Net: Ho scritto in Vb Net un programma che -tra l'altro- deve spedire email.Se il mittente è google ed uso la password per le app, la mail parte.Se invece il mittente è MSN ed uso la password per le app, il messaggio restituisce sempre un errore smpt.Ecco il mio codice :Imports...
  5. Spedire una mail da un app Vb Net

    in Windows 10 Software and Apps
    Spedire una mail da un app Vb Net: Ho scritto in Vb Net un programma che -tra l'altro- deve spedire email.Se il mittente è google ed uso la password per le app, la mail parte.Se invece il mittente è MSN ed uso la password per le app, il messaggio restituisce sempre un errore smpt.Ecco il mio codice :Imports...
  6. Tengo un problema con el one drive

    in Windows 10 Gaming
    Tengo un problema con el one drive: Cada vez que intento ir al la carpeta de las capturas de pantalla, se me queda cargando y luego se me queda congelado el explorador de archivos. https://answers.microsoft.com/en-us/windows/forum/all/tengo-un-problema-con-el-one-drive/d658b5d3-1b0a-4214-99ea-46487af7d3f8
  7. Tengo un problema con el one drive

    in Windows 10 Software and Apps
    Tengo un problema con el one drive: Cada vez que intento ir al la carpeta de las capturas de pantalla, se me queda cargando y luego se me queda congelado el explorador de archivos. https://answers.microsoft.com/en-us/windows/forum/all/tengo-un-problema-con-el-one-drive/d658b5d3-1b0a-4214-99ea-46487af7d3f8
  8. Leggere un file su One Drive con codice VB.net

    in Windows 10 Software and Apps
    Leggere un file su One Drive con codice VB.net: Avrei la necessità di leggere il contenuto di un file di testo che ho caricato in One Drive, utilizzando il codice VB.NET, ho scritto il seguente codice:Dim Address As String =...
  9. Sincronizacion con One Drive

    in Windows 10 Software and Apps
    Sincronizacion con One Drive: Tengo un problema con One Drive, quise sincronizar una carpeta de archivos pero sincronice todo el escritorio, el problema no se como revertir el proceso, la carpeta de escritorio ya no me sale en "este equipo", alguien pudiera ayudarme....
  10. Problemas con one drive

    in Windows 10 Network and Sharing
    Problemas con one drive: Problemas con one drive Cuando abro archivos Excel y Word con Windows 10 en one drive, puedo hacerlo sin problemas. Pero si intento lo mismo desde una macpro, los archivos se abren en modo de solo lectura, alguien puede darme una respuesta. muchas gracias Oscar...