Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sdc
  • Order by date
  1. sdc

    Adding Query String Parameters with ISAPI Filter

    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...
  2. sdc

    Question regarding use of ShellExecute

    I am trying to use ShellExecute to launch an application with an input file. What I want to happen is the equivalent of typing &quot;C:\application.exe <input.txt&quot; on the command line. I have tried the following: ShellExecute(m_hWnd, &quot;open&quot;, &quot;C:\\application.exe&quot...
  3. sdc

    HTML Frames and CHtmlView

    Ok, I've been playing with the IHTMLFramesCollection2 interface that is returned from get_frames(). Things work fine, but I can not figure out how to get the name of the frame that was clicked on to pass to the item method. Any ideas? Thanks, Scott
  4. sdc

    HTML Frames and CHtmlView

    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...

Part and Inventory Search

Back
Top