Hi
Is there some way to import the controls from other control with the events ?
too is there some way generate source code ?
Tia
Printable View
Hi
Is there some way to import the controls from other control with the events ?
too is there some way generate source code ?
Tia
MZTools is capable of copying controls with the source, though I never used this functionallity.
Regarding question 2, what do you mean with generating source code? Source from what?
thank you for your answers
I have add in mztools , but I can not find where I did It
About question 2: I would Like read a table from database and build a source code, with some controls I choice column and the control, but have not idea how like to do it ?
1: MZTools: Copy and Paste controls with code
2: I'm afraid I don't understand what you want.
Something like this?
http://www.fmsinc.com/microsoftacces...der/index.html
1: Maybe it's only possible within the same project
2: Really I don't have clue
Are you trying to generate a form (.frm file) from your database? If so, open a form, module, and class object in WordPad and see how VB stores the information. You should be able to create a new file and print to that file the expected syntax and data.