T tsdt Active Member Licensed User Jan 5, 2010 #1 Hi all, I am facing a compile error CS0012 on my program, however, during execution/run, it is working without error. I was using password.dll from the additional libraries you provided, however, it is not working for the compilation. The error message is as per attachment Attachments CS0012.zip 10.5 KB · Views: 158
Hi all, I am facing a compile error CS0012 on my program, however, during execution/run, it is working without error. I was using password.dll from the additional libraries you provided, however, it is not working for the compilation. The error message is as per attachment
T tsdt Active Member Licensed User Jan 5, 2010 #2 I think I know what the problem is.. The problem is that password.dll only support in desktop and not device mode. By the way, is there any control like password that I can use in device?? Thanks.
I think I know what the problem is.. The problem is that password.dll only support in desktop and not device mode. By the way, is there any control like password that I can use in device?? Thanks.
T tsdt Active Member Licensed User Jan 5, 2010 #3 Anyone knows what is the control which is equivalent to the PasswordTextBox control in Basic4PPC?? Thanks
Anyone knows what is the control which is equivalent to the PasswordTextBox control in Basic4PPC?? Thanks
Erel B4X founder Staff member Licensed User Longtime User Jan 5, 2010 #4 You can use FormLib.SetPasswordTextbox.
T tsdt Active Member Licensed User Jan 6, 2010 #5 thanks Erel. Should have done that in the first place after all the troubles.. It works the same too. Last edited: Jan 6, 2010
thanks Erel. Should have done that in the first place after all the troubles.. It works the same too.