Search results for query: *

  1. H

    Resolved DownloadFile using My.Computer.Network 404 error

    Hello. Ive been using the command My.Computer.Network.Downloadfile for awhile now. But recently it just stopped working for me now. Every time i use it, I get an error: ERROR: System.Net.WebException: The remote server returned an error: (404) Not found. Ive checked multiple times that the...
  2. H

    Question Decrypting XOR

    To be honest, Then i don't know. It's because i had a C++ code, That i needed to have converted to VB.Net, So one of my friends gave it a try, And he said that this would be the vb.net version.
  3. H

    Question Decrypting XOR

    hey. I'm trying to make a function to decrypt a xor encryption. Currently i have this code, But I'm unable to make it work. Imports System Imports System.Text Public Class Form1 Public Function dexor(ByVal xor1 As String) As String Dim Sbuilder As StringBuilder Dim i As...
  4. H

    Webbrowser Get Link

    Might this be possible? : Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted System.IO.File.Create("D;\fail.txt", WebBrowser1.Document.Links.ToString)...
  5. H

    Webbrowser Get Link

    Hey, Atm i'm working on a program to make a google search, and then post a search log within a custom number of links. Like atm i have this code: Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click...
Back
Top