Search:

Type: Posts; User: andyd273

Search: Search took 0.02 seconds.

  1. Re: C# - PC fingerprint (for program piracy protection)

    Well, it seems like a possible solution to this would be to generate some kind of key on the first run of the program, MD5 the datetime or something. Then just allow 1000 entries per key. So if they...
  2. Re: C# - PC fingerprint (for program piracy protection)

    Just remove the + macId() from the value function.
    The other stuff can't/shouldn't be disabled.
    cpu, bios and base aren't disableable (I don't think),
    and if you disable the disk or the video then...
  3. Re: C# - PC fingerprint (for program piracy protection)

    First off, I've been looking for something like this, and it is awesome.
    And props for the VB.net translation.

    Second, just in case someone else runs into the problem I did, you have to add in...
  4. Replies
    4
    Views
    2,163

    Re: InternetConnect status

    no errors per say, or if I am, I'm not getting them. I have a

    On Error GoTo eError

    Exit Function
    eError:
    MsgBox Error

    way of catching any normal vb errors, but I haven't been able...
  5. Replies
    4
    Views
    2,163

    Re: InternetConnect status

    I get "You are connected to Internet via a Lan" which is good, but not exactly what I need


    hOpen = InternetOpen("ScanConnect", INTERNET_OPEN_TYPE_PRECONFIG, vbNullString, vbNullString, 0)
    ...
  6. Replies
    4
    Views
    2,163

    InternetConnect status

    Is it possible to get the status of a API ftp internet connection?
    I'm trying to download some files, and sometimes it works, sometimes it fails, and I'm not sure if it is failing because it can't...
  7. Replies
    0
    Views
    586

    FTP Downloading

    I have a VB6 program that is supposed to search through a bunch of FTP directories and download any files that it finds in them.
    It searches just fine, and locates any directories that have files....
  8. Replies
    3
    Views
    838

    Re: Download From Ftp Server

    You can use API functions in pre .net versions of VB.
    I'm using them in VB6.

    see http://www.vbforums.com/showthread.php?t=278007&highlight=ftp+api
  9. Replies
    12
    Views
    1,483

    Re: rs1.recordcount=-1

    Dunno if it got resolved, but everytime I run into that error it is because I forgot to put
    dim rs as NEW recordset
  10. Replies
    3
    Views
    669

    Re: send post request to a webpage

    not sure about post, but a get request works pretty well and fast

    Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String,...
  11. Replies
    0
    Views
    524

    [VB6] FTP Questions

    I have a VB6 program that is supposed to search through a bunch of FTP directories and download any files that it finds in them.
    It searches just fine, and locates any directories that have files....
  12. Re: help with selecting local directory with FTP

    update:
    I found the API method, and it seems to work nicely, so I'll probably end up using it instead of the FTP class. But I'm wondering, is there any way to create a progress bar? It would make...
  13. help with selecting local directory with FTP

    I've been playing around with the FTP Class found in the code bank area at:
    http://www.vbforums.com/showthread.php?t=278007

    and it seems to work well, except for uploading and downloading.
    I...
Results 1 to 13 of 13



Click Here to Expand Forum to Full Width