Search results for query: *

  • Users: hypermx
  • Content: Threads
  • Order by date
  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

    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...
  3. 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