I am currently trying to add items to a listview. The problem… it is not in the current form I’m working on.
Target Item located:
Form1
TabControl1
Tab2
SplitPanel1
Panel1
listMain
Trying to add items from location:
Form1
TabControl1
Tab2
SplitPanel1
Panel2
UserControlForm
I’m sure it’s something easy I’m missing but I can’t seem to figure out how access it from code.
Does anyone have any suggestions? It is all under the same namespace…