Results 1 to 4 of 4

Thread: ASP.STOP?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2000
    Posts
    16
    I'm trying to understand some codes which some genius left. Then I found words -" ASP.STOP" and " ASP.Navigate". Does anyone know about those? Is "ASP" a method? or a component? or is it an original thing?

    I cheked MSDN libraly, but couldn't find those.

    Please help.

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840

    Thumbs up

    Yep!

    "ASP" is (in this case) a web browser control and navigate it to point the browser to a webpage (probably with an ASP script on it)

    Poorly named I'll admit but the functions of that control are not in use any more (I thought I commented the project to that effect) Those code lines were still there from the early version when the app needed to call an ASP page to send emails to the Engineers.

    The new version (unless you've changed it since I left ) doesn't require email so the web browser control is not needed.

    PS: Why "Genius" ??? are you annoyed with me about something?


    Paul Dwyer
    Network Engineer
    Aussie In Tokyo

    Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Aug 2000
    Posts
    16
    So ASP thing is not working anymore, though they are not commented out? Doesn't it cause an error? Though this app is working fine...

    I didn't think "genius" annoy you. Sorry!

  4. #4
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    I didn't comment out the code but the function isn't called anymore, I think I wrote a comment saying that that code was obsolete
    Paul Dwyer
    Network Engineer
    Aussie In Tokyo

    Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)

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