-
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.
-
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 :D) doesn't require email so the web browser control is not needed.
PS: Why "Genius" ??? are you annoyed with me about something?
-
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!
-
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