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 strongm 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: *

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

    [Fatal Error] embeddedwb.pas(33): File not found: 'SHDocVw_tlb.dcu'

    Developing a project using EmbeddedWB.pas in the project It keeps generating an error [Fatal Error] embeddedwb.pas(33): File not nd: 'SHDocVw_tlb.dcu' why it the happening I tried reinstalling the related control this don't seem to help. Any body know whair I can get a copy of SHDocVw_tlb.dcu...
  17. WayneStev

    Post an HTML document

    Got it ! First time you helped me you did not suggest using that made all the differance. One though for some resion don't show the compleat page just the header, body no html in the body.. Must be something I let out. I think I can take from this point... Thanks so much for you help.
  18. WayneStev

    Post an HTML document

    Well For some resion the html source code don't show up in the source window or I am using the memo control that you suggested.. Logicaly the code should work but it is not for me... I wish thair would be some way I could get yoy the relative code... Thes try this this is the relative code...
  19. WayneStev

    Post an HTML document

    It simply did not work. I thought that it would work also logicaly it looked ok. Just did not work... To recap the program that I am developeing is a brouser that will post the standard web page on an other pannal I need to post the same page as the html source don't post.
  20. WayneStev

    Post an HTML document

    How do I post an HTML document (as html source) from TWebBrowser to a control like memo or rich edit in the form of html source code I have tried sever suggestions but none of the seem to dor the job. I am using Delphi 7.0? Any HELP please.

Part and Inventory Search

Back
Top