Help a VB.net newbie get started
I'm trying to create a program in .net (new to .net) that I can schedule to upload (securely) a file daily.
I've seen the documentation for the class and have populated (I think) all of the necessary options of the sessionOptions in the example that is given online
I think I've also populated other items in the class.
OK..so How do I use the class?
I have create a new instance of the class.
But I can't figure out how to get it to execute.
I've set the instance that I've create to an integer to see if it will return anything (0 or 1)
I get nothing...not even an error.
Help a NEWBIE
I've seen the documentation for the class and have populated (I think) all of the necessary options of the sessionOptions in the example that is given online
I think I've also populated other items in the class.
OK..so How do I use the class?
I have create a new instance of the class.
But I can't figure out how to get it to execute.
I've set the instance that I've create to an integer to see if it will return anything (0 or 1)
I get nothing...not even an error.
Help a NEWBIE