Search:

Type: Posts; User: ihuman

Search: Search took 0.03 seconds.

  1. Replies
    31
    Views
    41,751

    Re: [VB6] Google Translater

    don't worry mustiback. I had some free time, results:

    http://img268.imageshack.us/img268/2963/schowek01k.png
  2. Replies
    2
    Views
    1,092

    Re: per-session cookies and inet

    thanks master :D
    I seen that code at allapi and it erase only files physicaly existing on hdd. But thanks to your sugestion i found text about WinHTTPRequest and it seems to works pretty well :) now...
  3. Replies
    2
    Views
    1,092

    [RESOLVED] per-session cookies and inet

    Hi
    Probably i'm asking to difficult questions, because i'm not getting any answers :P here's next

    I have to login to website, i'm using inet because winsock can't handle https, i need to get rid...
  4. Replies
    4
    Views
    647

    Re: Get ID Number from page source

    b = vbNull
    html = WebBrowser1.Document.documentElement.outerhtml
    Do Until a = 1
    a = InStr(b, html, "member_id") + 11
    If a = 11 Then Exit Do
    b = InStr(a, html, """")
    List1.AddItem Mid(html, a, b...
  5. Replies
    1
    Views
    817

    Re: multipart/form-data + winsock

    omg xD i just removed "enctype="multipart/form-data"" from oryginal page POST header and it works like harm :D sometimes the solution is easier than we think
  6. Replies
    1
    Views
    817

    [RESOLVED] multipart/form-data + winsock

    I don't know if it's possible with vb so i'm asking..
    I have page that i need to submit using winsock. Problem is that posted values are encrypted with "multipart/form-data".
    Sample:
    Header:...
  7. Replies
    2
    Views
    1,925

    Re: SetWindowPos + keyboard focus

    thank you for answer. FindWindow, FindWindowEx and SendMessage did the job
  8. Replies
    2
    Views
    1,925

    [RESOLVED] SetWindowPos + keyboard focus

    I have 2 apps, one with webbrowser control clicking button "Browse", and second entering patch to file (you can open same window in your webbrowser "File/Open"). Problem is that if main app don't...
  9. Replies
    0
    Views
    429

    [RESOLVED] monitor registry changes

    I found code to notify about registry changes: http://www.freevbcode.com/ShowCode.asp?ID=2229
    But it only displays that something has changed. Is there any way to get key name?

    edit: doesn't...
  10. Replies
    1
    Views
    3,076

    Winsock connection (keep-alive)

    I made app to login to page and searh users using post method. I used winsock because it's faster than webbrowser control and in opposite to inet i can get response code with results.
    I login to...
  11. Thread: Unicode msgbox

    by ihuman
    Replies
    3
    Views
    3,067

    Unicode msgbox

    Hi, i created simple dongle. Now i want to add japanesse support. i only need to read one line from csv file and display msgbox. I know it's not possibel without additional controls. I can make my...
  12. Replies
    0
    Views
    461

    login using inet

    Hi
    I'm working on program showing profiles informations in online game. Parsing html works pretty well but i have one big problem.. How i can send login and pass to page?(without webbrowser control)...
Results 1 to 12 of 12



Click Here to Expand Forum to Full Width