Search:

Type: Posts; User: Chrisikins

Search: Search took 0.08 seconds.

  1. Re: Acquiring Create Date before downloading FTP file using iNet control

    Thank you again.

    Well, of course, something else may well be going on, but that is what appears to be happening.

    I will send you the details by private message and you will see what I mean; ...
  2. Re: Acquiring Create Date before downloading FTP file using iNet control

    Yes, I thought that. Eventually, I asked the company, who asked their software people, and the reply came back, "It is an old system and MDTM is not supported". Apparently, because it works and...
  3. Re: Acquiring Create Date before downloading FTP file using iNet control

    Thank you for that point.

    I've already written the parser for the LIST output, and it works. I will change it to take account of the special case you mention, although none of the download files...
  4. Re: Acquiring Create Date before downloading FTP file using iNet control

    Again, thank you very much indeed.

    Four hours of playing with it and setting it up, interrupted by the Opera problem (see below) sees the entire process working fully now

    I now see why you need...
  5. Re: Acquiring Create Date before downloading FTP file using iNet control

    Thank you. That is very generous of you. I will hold off, then until I see it.

    As I said, the rest of it works and I've done the asynchronous download part; I only need to establish the...
  6. Re: Acquiring Create Date before downloading FTP file using iNet control

    Thank you for that.

    Yes, it looks as though I don't have any choice, even though I was hoping to avoid the Winsock route. Still, it's all a learning experience.

    As always, official...
  7. Re: Acquiring Create Date before downloading FTP file using iNet control

    Yes, that would be appreciated, thank you.

    I'm looking at Winsock and from what I can gather, it appears that one would need to CONNECT then get the first chunk of data using GETDATA, and parse...
  8. Re: Acquiring Create Date before downloading FTP file using iNet control

    An initial glance and it is looking very promising - thank you very much indeed.

    I know from other questions around the internet on this topic that I am not alone with this question.

    If this...
  9. Re: Acquiring Create Date before downloading FTP file using iNet control

    Thank you very much for that, BUT I can't find any reference to the LIST command. Not sure if I'm being thick or blind or what, but the only ones I can find are (Remember that we are in the VB6...
  10. Re: Acquiring Create Date before downloading FTP file using iNet control

    Thank you for your reply.

    Yes, I am working in FTP mode.

    Yes, it is in a sub-directory, and I have already programmed it to download a list of the contents of the sub-directory, but it only...
  11. Acquiring Create Date before downloading FTP file using iNet control

    I've searched the internet and this seems to be a common problem, but never satisfactorily resolved. I'm trying to get the create date and time of a file before downloading it.

    The reason is that...
  12. Re: can't find dll entry point - def file question

    Quite. Yes, it does appear to be the best one I've found, so I will 'stick around' if I may; so many just have people asking questions and others commenting that they have the same problem.

    I...
  13. Re: New code for simulating multithreading in VB6...

    Wokawidget: Thank you for providing the protocols enabling the communication required for a sort of multithreading, although it would be nice to be able to have a common data source and proper...
  14. Re: can't find dll entry point - def file question

    Thank you. I've spent some hours studying Woka's multithreading example and playing with it and it certainly does what it says it does, but that's not quite what I'm trying to do, as I'm not really...
  15. Re: can't find dll entry point - def file question

    Ok ... so far so good, and again, thank you.

    However, I needed to multithread, so needed an ActiveX exe.

    Secondly, I needed to add a timer so that I could leave it to run independently, so...
  16. Re: can't find dll entry point - def file question

    Thank you very much indeed.

    I was trying to declare the procedure within the DLL conventionally. I had not tried setting an object, although I had managed to set a reference.

    Now that I've...
  17. Re: can't find dll entry point - def file question

    Thank you, RhinoBull.

    I have added it to the project menu > references list, and it is obviously finding the file, but just not the Function within the the file!

    I will look again in the FAQ...
  18. can't find dll entry point - def file question

    I am new to creating DLLs with VB6. I am getting the error message: "can't find dll entry point".

    I have defined the function as a PUBLIC function within the dll, but it doesn't seem to be...
  19. Replies
    21
    Views
    58,357

    Re: VBTools AddIn - Auto indent VB code !

    Whoops ... sorry ... must have pressed the send button twice. Probably my Alzheimers kicking in .... unfortunately I don't seem to be able to delete it!

    c.
  20. Replies
    21
    Views
    58,357

    Re: VBTools AddIn - Auto indent VB code !

    I've just realised that it was one of the other standard headers, this:

    OutString = Item_Name & Chr(9) & _
    Item_Description & Chr(9) & _
    ...
  21. Replies
    21
    Views
    58,357

    Re: VBTools AddIn - Auto indent VB code !

    Thank you, Si.

    This looks like a useful forum .... one that I've only just discovered, so I shall hang around and hopefully learn ... and possibly even contribute, although there are many better...
  22. Replies
    21
    Views
    58,357

    Re: VBTools AddIn - Auto indent VB code !

    Ok ... I've found the solution - simply comment out the following line:


    ' AllCode = Replace$(AllCode, "_" & vbNewLine, "")


    Thank you ... a very useful tool ... I've got over 40,000...
  23. Replies
    21
    Views
    58,357

    Re: VBTools AddIn - Auto indent VB code !

    Thank you for this tool, but unfortunately found an immediate bug.

    I need to create a very long absolute string for a tab-delimited file header. I may as well hard-code it as it will not change. ...
Results 1 to 23 of 24



Click Here to Expand Forum to Full Width