You cannot programmatically create a new LabVIEW control on the front panel
of a VI.
The best you can do is to programmatically open references to templates VIs
and Controls files (*.vit,*.ctt) and let the user interact with them. New
VIs and controls are created
in memory when you open references to templates.
Jean-Pierre Drolet
Scientech R&D
"Peter T"
a écrit dans le message news:
3b0ac9d0@newsgroups....
> I have figured out how to programmatically modify controls, but do not
know
> how to programmatically create controls. I am using Labview 6i. Any
> suggestions?
>
> Thanks,
>
> Peter
>
>