VISUAL BASIC 6 EE
35 pts.
0
Q:
VISUAL BASIC 6 EE
i was developing a software and approximatly 60 - 70 forms are already created. Now the client ask to insert some user controls (eg. Edit button not enabled to Data Entry Operators. etc.). shall i write the code on all forms ?. pls suggest me an option.
ASKED: Aug 4 2009  8:49 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
75 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
I'm not sure what you mean here (and 60 forms seems a lot) but you should not duplicate code from one form to another and another etc.

What is it you want to do?

[a href="http://zxspectrumgames.blogspot.com">Spectrum Games</a>]
Last Answered: Nov 11 2009  4:03 PM GMT by RetroBrothers   75 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Vatchy   685 pts.  |   Nov 12 2009  6:15PM GMT

Put the procedure/function into a module and pass in the form name and control name for the procedure/function to interact with.

 
0