Hi, I am not doing it in .NET code, FTP server is stand alone. I'm just trying to find a proper way to check if file transfer is completed so my application can move it to different location since FTP server does not lock the file during file transfer.
Hi all,
I am using Filezilla Server to transfer files to a folder from which I need to move transferred file (when completed). The problem is that even if file transfer is in progress it is not locked (I am able to move file to different location).
I am thinking to wait some time and check the...
I added web reference to a project. Web Service has GetCountries web method and returns DataSet. I need those data in listbox. I figured how to do this, but i wonder is this a proper way?
Public Class Form1
Private Sub Form1_Load(sender As Object, e As System.EventArgs) Handles Me.Load...
Sorry about late response.
I did it like you said and it works. Thanks.
I am logged in and redirected to /home.htm
how to load /thsens.htm since I am logged in, because I want to extract data from that page?
Regards
Dear all,
I am connecting to web interface of a device which has username and password to authenticate. I managed to authenticate and load source of HTML page which i need. I need it to extract some data out of it. My code is as follows:
Imports System.Net
Imports System.Text
Imports...
Hi all,
How can I replace illegal characters inside XML tags with legal ones eg. & with & etc.
My code is like this:
Imports System.Security
Imports System.Xml
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click...
Hi everyone,
How can I achieve this, anyone, please? I have stored procedure on SQL Server 2008 Express and I need to pass 2 parameters @date1 and @date2 so I can build my report.
Thanks!
Hello,
I am working on a small game, Moon Lander and I figured how to make rocket falling from the top of the panel which is on the form. I want to have fuel burning feature so I can land rocket properly on the bottom of the panel. Here is the code so far:
Public Class Form1
Dim G As...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.