Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

vb.net windows application help?

In VB.NET windows application how we can make a login page?
i want to make some pages which is accesible only for administrator with valid user id and password. In windows application how i can do this.

in the case of web application there is web.config file for this there we can set. but in windows application what we do?

pls help?
[357 byte] By [sandhya.o.k] at [2007-11-11 9:58:40]
# 1 Re: vb.net windows application help?
You might take a look at the code for this sample app, which implements authentication: http://www.windowsforms.net/Applications/application.aspx?PageID=20&tabindex=8
Phil Weber at 2007-11-11 21:45:08 >