|
-
Nov 11th, 1999, 06:42 PM
#1
Thread Starter
Hyperactive Member
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 ???
-
Nov 11th, 1999, 07:23 PM
#2
It run external application and waits until the program is finished running.
Regards,
------------------
Serge
Software Developer
[email protected]
[email protected]
ICQ#: 51055819
-
Nov 11th, 1999, 07:51 PM
#3
Thread Starter
Hyperactive Member
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 ?)
-
Nov 11th, 1999, 08:10 PM
#4
Thread Starter
Hyperactive Member
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)?
-
Nov 23rd, 1999, 11:57 AM
#5
New Member
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
-
Nov 23rd, 1999, 07:07 PM
#6
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|