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 John Tel 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 WayneStev

  1. WayneStev

    post the IP address of the HTTP pages

    Ok to the point.. I am developing an internet browser application with Delphi 7.0 . I would like to be able to post the IP address of the HTTP pages that are posted. First of all can this be done using Delphi ? If so can’t any one offer a simple example of the code function ,procedures that...
  2. WayneStev

    IP Address revealed

    Ok to the point.. I am developing an internet browser application with Delphi 7.0 . I would like to be able to post the IP address of the HTTP pages that are posted. First of all can this be done using Delphi ? If so can’t any one offer a simple example of the code function ,procedures that...
  3. WayneStev

    Determining screen information in Visual basic 5.0

    I am developing a program that needs to acquire the screen information, resolution and other information then set the program the same before it runs. I am not sure if VB 5.0 has any way to make this happen. Dose any one have any ideas. Help any one.
  4. WayneStev

    [C++ Error] main.h(60): E2303 Type name expected

    OK I can see whare YOU made the error. I sorry but the (**) is NOT part of the code but whare or tbe line the error seems to take place.
  5. WayneStev

    [C++ Error] main.h(60): E2303 Type name expected

    //--------------------------------------------------------------------------- #ifndef mainH #define mainH //--------------------------------------------------------------------------- #include <Classes.hpp> #include <Controls.hpp> #include <StdCtrls.hpp> #include <Forms.hpp> #include...
  6. WayneStev

    [C++ Error] main.h(60): E2303 Type name expected

    I added data types like you suggested. This STILL DID NOT change eoany thing . I am STILL getting the error ???
  7. WayneStev

    [C++ Error] main.h(60): E2303 Type name expected

    OK I will try that an other words I need to type the varables in the parameter list in the method (function in the class. I am getting ready to shut down for this week BUT I WILL TRY YOUR SUGGESTION FIRST THING MONDAY I will let you know how it goes
  8. WayneStev

    [C++ Error] main.h(60): E2303 Type name expected

    OK I removed the referance to support0:: I STILL get the error.
  9. WayneStev

    [C++ Error] main.h(60): E2303 Type name expected

    //--------------------------------------------------------------------------- #ifndef mainH #define mainH //--------------------------------------------------------------------------- #include <Classes.hpp> #include <Controls.hpp> #include <StdCtrls.hpp> #include <Forms.hpp> #include...
  10. WayneStev

    Source code for Antivirus engin ?

    I 'am thinking about developing an Antivirus program. At this point I am looking for an Antivirus engin written in Delphi 7.0 any body have any ideas whare I can find such a thing I cheacked out the web the ONLY thing I keep finding is source code written c++ and python. If any one can offer any...
  11. WayneStev

    Help finding a control for Delphi 7.0

    Yes I've tryied google for some resion for me it was of littel help.
  12. WayneStev

    Help finding a control for Delphi 7.0

    I need some help. I am trying to find a Oscilloscope control for Delphi 7.0. I am in hopes that some one may be able to point me to the right direction. Please can any one help ?
  13. WayneStev

    Maxamize a program from a Delphi 7.0 program .

    For some resion no one seems to understand the quistion. So I will try to make real simple. Because I don't know what else to do. OK I have two different seperat programs runing in computer memory at the same time. Now I NEED TO RUN OR Maxamize ONE OF THE PROGRAMS BY CALLING FROM THE OTHER...
  14. WayneStev

    Maxamize a program from a Delphi 7.0 program .

    I NEED TO MAXAMIZE A PROGRAM FROM A RUNING DELPHI 7.0 PROGRAM. Can any one offer me any suggestions or help.
  15. WayneStev

    Run or restore a program from Delphi 7.0

    I am developeing a program that need to run or restore a program from with in a deplhi 7.0 . example if the program is not running it will start the program. If it is already running it will restore to the desktop. This can be done simply from Delphi 3.0 because thair seem to be procedures all...

Part and Inventory Search

Back
Top