Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yes, if you created your app with the "w/ Security" template, then there will be some code in the ShowLoginAndInitMainForm method of the AppMain.vb (Program.cs) file. Just comment that code out and it will remove the login form. There is also some other code that is in there that you'll probably want to comment out as well. The help topic Ivan mentioned describes each extra piece and what it does.
|