 |
|
|
 |
|
|
 |
|
 |
Hi guys.Can someoone help me how to program the button Login.When i type correct user and pass , I want to push the button Login and open my first screen from the program I made.Thanks
|
|
|
|
 |
|
 |
few error occure when debuging the project
|
|
|
|
 |
|
 |
i dont know how and where to find logincontrol.dll
please help me out someone.try to give it as soon as possible
thanks
|
|
|
|
 |
|
 |
Hi......
Just Follow this....
ToolBox->General:>MouseRightButton->Chose Items->Browse->{The Unziped Folder:...LoginControl//Bin//Debug//LoginControl.dll}->OK
Then Debug........
kkkkkkkkk
|
|
|
|
 |
|
 |
Hi,
I'm pretty new to C# but I'm getting there.
I cannot for the life of me get this to work though.
Can anyone give some tips on what steps you need to take to get this working?
Much Appreciated,
|
|
|
|
 |
|
 |
Hi......
Just Follow this....
After Unziping "LoginControl1000.zip" ,
U follow this...:open..{ LoginControl1000\ErikSchmidt\TestLoginControl\TestLoginControl.csproj}
After That,
Do this....
ToolBox->General:>MouseRightButton->Chose Items->Browse->{The Unziped Folder:...LoginControl//Bin//Debug//LoginControl.dll}->OK
Then Debug........
kkkkkkkkk
|
|
|
|
 |
|
 |
Hi
in this artical you posted, you showed a way to write your own customized windows logon
but how can you replace the original windows logon with the one you wrote
thanks
Yaniv Hilel
|
|
|
|
 |
|
 |
Hi Erik,
Nice control, congratulations!
From my point of view, to become fully operational, the control should be able to validate the username-password against a (encrypted) list of authorized users. Also, in case the user is valid, the control could return the user's "level" (which the main application would use to idetify the user's privileges).
Does this make sense?
Cheers,
Rodrigo.
racastilho@hotmail.com
PS: The list should be kept in a safe place
-- modified at 17:45 Monday 23rd January, 2006
|
|
|
|
 |
|
 |
ot really. This a control not a business level. This control should provide capturing login information. Any other operations are base on application logic.
|
|
|
|
 |
|
 |
Hi. Thanks, I have been working with this control and it seems to do what i need. I have a question which, i think, is about OnEventReady. I am tryiing to figure out where in your code I should be writing my connection to my Users database for username/pwd validation. Is this the purpose of OnEventReady? If not, would you mind steering me in the right direction?
thanks in advance.
dushkin@hotmail.com
|
|
|
|
 |
|
 |
Did you ever figure out what event you are supposed to use? I'm trying to figure that out right now. Like where is the code behind the Login button?
|
|
|
|
 |