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

Search:

Type: Posts; User: VictorN

Search: Search took 0.45 seconds.

  1. Thread: HTTP Request

    by VictorN
    Replies
    29
    Views
    20,594

    Re: HTTP Request

    You mentioned it six or more times... :eek:
    So implement the TCP/IP using raw sockets. Or you could use MFC CAsyncSocket class.

    Is it a (about HTTP Request) from the Chome SDK documentation?
    And...
  2. Thread: HTTP Request

    by VictorN
    Replies
    29
    Views
    20,594

    Re: HTTP Request

    Did you search for some Google Chrome SDK that offer you the tools for such a communication? Have you found?

    We do NOT.
    And you seam to not "see any reason to use HTTP request" either! Do you?
  3. Thread: HTTP Request

    by VictorN
    Replies
    29
    Views
    20,594

    Re: HTTP Request

    Exactly! :thumb:
    And unfortunately it is what we have here since the last nine days and more than 22 posts! :thumbd:
  4. Thread: HTTP Request

    by VictorN
    Replies
    29
    Views
    20,594

    Re: HTTP Request

    Well, again:
    1. It has nothing to do with HTTP.
    2. Search fo the chrom documentation (SDK or API or something else...)
  5. Thread: HTTP Request

    by VictorN
    Replies
    29
    Views
    20,594

    Re: HTTP Request

    Well, what is your problem in this context?
  6. Thread: HTTP Request

    by VictorN
    Replies
    29
    Views
    20,594

    Re: HTTP Request

    Why does it need to "communicate with the toolbar"?
    Which toolbar do you mean: standard Chrome browser toolbar or Google toolbar-plugin for other browsers (aka Google toolbar)? In anyway you will...
  7. Thread: HTTP Request

    by VictorN
    Replies
    29
    Views
    20,594

    Re: HTTP Request

    Well, first reread the post ##5,6,13.
    Now, please choose whether we will still discuss here your problems with HTTP requests or you will start a new thread to discuss the problems about...
  8. Thread: HTTP Request

    by VictorN
    Replies
    29
    Views
    20,594

    Re: HTTP Request

    What do you mean by "communication between Chrome and a VC++ DLL"? What DLL? :confused:
  9. Thread: HTTP Request

    by VictorN
    Replies
    29
    Views
    20,594

    Re: HTTP Request

    Well, if you already have a working code using WinINet then you can port it to WinHTTP:
    http://msdn.microsoft.com/en-us/library/windows/desktop/aa384068(v=vs.85).aspx
    If not - then develop your...
  10. Thread: HTTP Request

    by VictorN
    Replies
    29
    Views
    20,594

    Re: HTTP Request

    AFAIK HTTPInterface is to communicate with WebInet (HTTP), not with the browser items.
    Read the Chrome documentation if you want to communicate with a Chrome toolbar.
  11. Thread: HTTP Request

    by VictorN
    Replies
    29
    Views
    20,594

    Re: HTTP Request

    MSDN:
    http://msdn.microsoft.com/en-us/library/windows/desktop/aa384322(v=vs.85).aspx
    Some other sites:
    http://c.happycodings.com/code-snippets/code38.html
    Google:...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured