I'm trying to implement a Visual Basic that logs a user in to a specific server in our network inthe background while running the code. (This is to acess a secure folder via the program) The problem is, our login window (Novell Client for Windows 4.91 SP2) has an advanced tab, and in the advanced tab in the eDirectory tab, Tree and Context values are set to something. When I pull up the log in form in the code, those values aren't filled out and if I turn off the UI the log in fails. I'm looking to fill in those values in the code so the user doesn't have to go through the log in UI to use this program.
Using Novell SDK with Visual Basic
Collapse
X
-
Originally posted by mfpantstI'm trying to implement a Visual Basic that logs a user in to a specific server in our network inthe background while running the code. (This is to acess a secure folder via the program) The problem is, our login window (Novell Client for Windows 4.91 SP2) has an advanced tab, and in the advanced tab in the eDirectory tab, Tree and Context values are set to something. When I pull up the log in form in the code, those values aren't filled out and if I turn off the UI the log in fails. I'm looking to fill in those values in the code so the user doesn't have to go through the log in UI to use this program.
Comment