Iv'e got 2 sets of objects in a form:
- txtDir
- cmbDir
- btnDir
and
- txtNews
- cmbNews
- btNews开发者_高级运维
How can i seperate them on tabs, but keeping them in the same form?
Use TabControl to support tab based navigation
Iv'e got 2 sets of objects in a form:
and
How can i seperate them on tabs, but keeping them in the same form?
Use TabControl to support tab based navigation
精彩评论