Hello,
I am writing an ISAPI filter and I want it to add additional query string parameters to the URL. Does anyone know of a way to do this? I can do it by building a new URL and then redirecting to that URL, but this introduces another problem which is having to pass along any POST data that...
I am trying to use ShellExecute to launch an application with an input file. What I want to happen is the equivalent of typing "C:\application.exe <input.txt" on the command line. I have tried the following:
ShellExecute(m_hWnd, "open", "C:\\application.exe"...
I am creating an MFC application using CHtmlView. I have implemented the IDocHostUIHandler Interface and am overriding the SetContextMenu method to display a custom menu. I am trying to access the URL of individual frames that the user right clicks similar to the default behavior of right...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.