G
Guest
i have an application that id fired from events for an FTP server. I am
trying to rewrite from old VB6 to vb.net and have come up with a problem
thats stumped me .
old code
WriteToActivityLog("FINISHED STARTDOWN 1")
Unload.me()
WriteToActivityLog("FINISHED STARTDOWN 2 ")
in this cose only FINSIHED STARTDOWN 1 appeared, hovever i using vb.net no
matter what i do i get both meassages in the log, anyone suggest a way to
terminate the application so i still only get the first entry.. i have tried
application.exit, and exitthread but sill get both entries
ta
trying to rewrite from old VB6 to vb.net and have come up with a problem
thats stumped me .
old code
WriteToActivityLog("FINISHED STARTDOWN 1")
Unload.me()
WriteToActivityLog("FINISHED STARTDOWN 2 ")
in this cose only FINSIHED STARTDOWN 1 appeared, hovever i using vb.net no
matter what i do i get both meassages in the log, anyone suggest a way to
terminate the application so i still only get the first entry.. i have tried
application.exit, and exitthread but sill get both entries
ta