Results 1 to 6 of 6

Thread: plz give me an explanantion of what this code does

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 1999
    Posts
    309

    Post

    plz give me an explanantion of what this code does:
    http://www.vbsquare.com/code/130.htm

    I can see what happens when i run the project, but what can I do with it ???

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744

    Post

    It run external application and waits until the program is finished running.


    Regards,

    ------------------

    Serge

    Software Developer
    [email protected]
    [email protected]
    ICQ#: 51055819


  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 1999
    Posts
    309

    Post

    What waits ? What is meant by finished running ? finished loading ?

    All i see is that explorer is started (so what)....

    What I need is the following:

    I have an app that starts other executables
    Some executables take some time to load. I want this app to display an animation untill the executable is completely loaded. All the source to achieve this should be in the app, not any in the executable that is be started.
    Is this even possible (some claim it is not)??

    i think that http://www.vbsquare.com/code/130.htm is not what I need (or is it ?)

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 1999
    Posts
    309

    Post

    I found out what the code is for... So I also found out that I do not need this...

    Does anybody know if that what I want is possible (displaying an animation untill an app is completely loaded)?

  5. #5
    New Member
    Join Date
    Nov 1999
    Posts
    14

    Post

    I've been learning how to use the RTFbox recently to make an HTML editor to automaticly update my site.

    I need to be-able to get the HTTP://come.to/Kaotic_dimentia out of the Tag which would be something like

    <a href="http://come.to/kaotic_dimentia">enter</a>

    I need this find / "replace" to work on all the URLS in a page. In other words i on't want to have to type what i want to find in the source.

    If Anyone needs me to elaborate just lemmie know!

    Thankyou,

    evilmonkeyIII


  6. #6
    Lively Member
    Join Date
    May 1999
    Location
    India
    Posts
    97

    Post

    Hi,
    Well first things first i would definately require a cleared explanation to what u really want??

    Secondly, on first thoughts i think it would be better to use Perl for this. I did something similar when i wrote my own search engine, and found that an HTML href tag can have so many variations i needed a good pattern matching methodology to really carry this out well.



    ------------------
    Gaurav Mahindra
    [email protected]



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width