CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: URiURi

Search: Search took 0.02 seconds.

  1. Re: How to get this code work for Vb6 (AES Encrypting from Microsoft Web-site)

    hmm, isn't AES not a standard? If so, why it makes a diference how old the code is?
    1 plus 1 equals 2, doesn't matter if today or 1000 years ago :)
  2. Replies
    3
    Views
    3,183

    Re: Changing printer papersize at runtime

    PaperSize=122? As far as I know custom form is 256. At least ?vbPRPSUser shows me 256.
  3. Re: URLDownloadToFile failed with 800c0008 (Download failure)

    Hi,

    as I did not find anything about this problem, I changed the code and use now the "Microsoft Internet Transfer Control".

    Set HTTP = Inet1
    With HTTP
    .Protocol = icHTTP
    .url =...
  4. Re: URLDownloadToFile failed with 800c0008 (Download failure)

    Nobody an idea?
    Maybe some of you can try the following and report if successful or not and which Windows-Version with which Internet-Explorer Version. I googled a while and it seems to me, it could...
  5. URLDownloadToFile failed with 800c0008 (Download failure)

    Hi there, I'm new here and hope I get here a solution for my problem.
    First of all, this function worked already for a long time. So, I assume something in my environment changed and thats the...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured