borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Short Message from MS Access)Next Topic (updating one filed in a form when another is selected) New Topic New Poll Post Reply
AndreaVB Forum : Database : easy one.
Poster Message
vbsanz
Level: Guest


icon easy one.

Please let me know . desperate.................

19-09-2002 at 07:19 PM
| Quote Reply
stickleprojects
Level: Moderator


Registered: 09-09-2002
Posts: 891
icon Re: easy one.

public sub EnableTextBox(bEnableOn as boolean)
  me.txtBox1.enabled = bEnabledOn
  me.txtBox1.Locked = bEnabledOn
end sub
private sub cmd_Click
  EnableTextBox not(me.txtbox1.enabled)
end sub
will toggle your text box


____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)

29-09-2002 at 11:43 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Database : easy one.
Previous Topic (Short Message from MS Access)Next Topic (updating one filed in a form when another is selected) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder