hi to all
i made a new plugin for you
it has a simle login dialog only
i made it because most of the forum members asked it
it has only one function
descriptions of arguments:Code:Table Login.RequestUserPass(WindowTitle, (string) GroupBoxTitle,(string) UserText,(string) PasswordText,(string) RememberText, (string) CancelText, (string) OkText, (string) CheckMarkVisible (boolean) );
rerurn values:Code:WindowTitle : Specifies The Window Title GroupBoxTitle: Text Of The Group Box That Encloses Edit Fields And Labels UserText: Text Of The UserName Field Label PasswordText: Text Of The Password Field Label RememberText: Text Of The Rememeber Me CheckMark CancelText: Text Of The Cancel Button OkText: Text Of The OK Button CheckMarkVisible: Specifies The Remember Me CheckMark Will Be Showed Or Not
Version : 1.0.0.0Code:When User Clicked Ok Button Table.Result = "IDOK"; Table.UserName = ""; Table.Password = ""; Table.Remember = user's choose; When User Clicked Cancel Button , Close Button Or Pressed ESC Table.Result = "IDCANCEL";
Help File : no help file was included
Installition : Manual
Example Project : An AMS 6 example project was included
Licence : Freeware; Do what ever you want with it
System Requirements : Requires Win 98 or above
Note :
please always check my last post For the attachments
i may update this plugin at the future and i would not edit this post again
when i update this plugin i will delete attachments of the old versions


Reply With Quote


