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!

Search results for query: *

  • Users: WayneStev
  • Content: Threads
  • Order by date
  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

    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.
  3. 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...
  4. 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...
  5. 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 ?
  6. 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.
  7. 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...
  8. 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...
  9. 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.
  10. WayneStev

    Posting HTML source to an object Memo or ...

    At this point I am developing a browser using Delphi 7.0 and TWwbBrowser this works fine.. The problum I would like to be able to also post the text html as a souce in an other oplect RICHEDIT or MEMO anyn way some I need to get the lines of source of the web page to post as I go from one site...

Part and Inventory Search

Back
Top