MANox
Mechanical
- Apr 2, 2007
- 121
Hello Everybosy,
I have litte problem:
I want add names of files to ComboBox.
In Native it's no problem.
But like select item with specific name from TC?
I think about something like this:
But I don't know how descripte "Item as TCItem" and "TC".
Mayby somebody know.
Best regards
MANok
NX12/TC10.1
I have litte problem:
I want add names of files to ComboBox.
In Native it's no problem.
But like select item with specific name from TC?
I think about something like this:
Code:
For Each item as TCItem in TC
If Mid (item.name, 1, 4) = "TPE-" then....
Mayby somebody know.
Best regards
MANok
NX12/TC10.1