Search results for query: *

  • Users: solorize
  • Content: Threads
  • Order by date
  1. S

    Question Deleting a file from an FTP site (am I doing it correctly)

    Hi, I currently have the following portion of code below, which deletes a file "solarradiationchart.png" from an FTP site, from within my program. But a couple of users are having problems with my program which I think I have pinpointed to this portion of code, as the other code that runs...
  2. S

    How to FTP multiple files from local machine to FTP site?

    Hi, I currently have a part of my program that uploads an image file MainChart.png from a set location (locally) to a set remote location(on the ftp server). What I would now like to do is be able to upload more than one file at the same time. What I am currently doing is repeating the same...
  3. S

    How to get chart scale to resize when data updated.

    Hi, I am currently learning VB.Net and am now trying to workout how to use a chart. What I have managed to do is currently display a chart with 3 bars on it linked to textboxes what have numerical values in them when the form is loaded. i.e TextBox1 has an initial value set in it's properties...
  4. S

    Display progressbar showing progress of timer counting up to its Timer.interval

    Hi, I am having a problem trying to do the following: I have timer called" Timer1" that grabs some information to be displayed in a textbox which has it's interval set by the user, by selecting one of a set of radio buttons, that offer the user options of various time increments, i.e 15 sec...
Back
Top