且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

帮助登录表单

更新时间:2023-12-04 18:50:58

对不起我想出来的任何一小时一个很抱歉给你们带来麻烦


Se ya


Yoda(加拿大Eh)
Sorry i figured it out just Any Hour a go sorry to trouble you guys

Se ya

Yoda (Canada Eh)



对不起我想出来只是任何一小时一个很抱歉让你们麻烦你们b $ b
Sorry i figured it out just Any Hour a go sorry to trouble you guys



:)这对每个人来说都是***的结果。


这些档案是一个很好的信息来源。所以为了将来参考,您能否告诉我们您如何解决问题?这样,如果其他人来寻找相同的答案就会在这里。

:) That''s probably the best result for everybody.

These archives are a great source of information. So for future reference, could you give us some idea of how you resolved the problem? That way it will be here if someone else comes looking for the same answer.


我回答是


私人子cmdOK_Click()

''检查密码是否正确

如果txtPassword = txtPassword那么

''将代码放在这里以传递

' 成功调用sub

''设置全局变量是最简单的

LoginSucceeded = True"


所以当一些bdoy登录使用他们的密码而不是你编写的密码。


唯一的变化是如果txtPassword = txtPassword
I answer was

Private Sub cmdOK_Click()
''check for correct password
If txtPassword = txtPassword Then
''place code to here to pass the
''success to the calling sub
''setting a global var is the easiest
LoginSucceeded = True"

so when some bdoy logins in it uses their password instead of the one you made up.

the only change was If txtPassword = txtPassword