This Textbox enables the coder to hide the input string using a character like "X" or "*", so that no-one can peek at the string...
and in this case I also implemented a simple encryption of the string passed back to the main basic4ppc code...Of course there's also an un-crypted string that can be passed....
This was only tested in the desktop...
This is also a work in progress, and probably will evolve to a Password Panel Input...
Please place your doubts, wishes or any kind of comments....
__________________
Paulo Gomes - Porto, Portugal - Living/Working in France
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate)
My Posts helped you? Consider Buying me a Porto Glass!
PS:
the password property is not supported by the compactframework but is suported by the "normal" framework,wich you should have installed in order to this dll to work...
__________________
Paulo Gomes - Porto, Portugal - Living/Working in France
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate)
My Posts helped you? Consider Buying me a Porto Glass!
Specci48, do you have the dotnet framework ( not the compactframework ) installed in your PC...?
This dll, at least for now, is only supported in the desktop....
Has anyone else had similar problems with this dll?
__________________
Paulo Gomes - Porto, Portugal - Living/Working in France
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate)
My Posts helped you? Consider Buying me a Porto Glass!
Paulo Gomes - Porto, Portugal - Living/Working in France
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate)
My Posts helped you? Consider Buying me a Porto Glass!
I just don't understand Why this dll doesnt work on the ppc....
Looking at the references for the DLL with Reflector I think the reason may be that you have compiled it as a full .NET Framework 2.0 library and not as a retargetable device library.
I didnt realize it, becausse my first dll was built on top of dzt example project, wich was, of course, already set to work with the compact framework....
Thanks...
Working now, but some features dont work the same way in ppc as in desktop
text alignment is set to center: works on desktop but not on ppc
passworchar shows what ever char is set on desktop, but in ppc is always "*"
Any clues???
__________________
Paulo Gomes - Porto, Portugal - Living/Working in France
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate)
My Posts helped you? Consider Buying me a Porto Glass!