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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mycophobiac

  1. mycophobiac

    multiple choice quiz

    I was hoping to have Javascript handle variables in the "file.html?query_string" technique that you mentioned. An advantage there would be being able to use the traditional HTML method of submitting data.
  2. mycophobiac

    multiple choice quiz

    I'm creating a multiple choice quiz on a webpage, and I want to be able to have the user submit their answers. Ideally, clicking a button would send their answers to the next page, which would then check them for accuracy. I need a way of sending variables or form data to another webpage, where...
  3. mycophobiac

    Screen Saver Creation

    I need to compile a Visual Basic 6 program to a screen saver; I know there is a set of steps needed to accomplish this. Does anybody remember exactly what they are? Also, after compilation, what needs to be done to install the screen saver? Is there a programmable method of installation...
  4. mycophobiac

    Use of HTMLelement?

    I know that using HTMLelement, one can interact with an IE control in a VB app. (i.e., put text in a text box on a webpage) Does anybody have extensive knowledge concerning HTMLelement with use of the webbrowser control? HTMLelement is not well-documented online. Thanks in advance for anybody...
  5. mycophobiac

    #include <iostream.h> error

    Okay, thanks for all the help, It will now compile succesfully!
  6. mycophobiac

    #include <iostream.h> error

    When using #include <iostream.h> in my compiler, it generated the following error and terminated execution: &quot;#warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include...

Part and Inventory Search

Back
Top