I am doing a project in C# where i need to get another Projects Form running and get text labels that are updating every sec in that from....

Basically what i am trying to do is to list all the network ports and monitor their upload and download details and add them into the data base.....

Recommended Answers

All 2 Replies

>i need to get another Projects Form running and get text labels that are updating every sec in that from

It is too difficult. Using the (WinAPI) FindWindowEx API you can roll down the structure and get any of the controls(that is loaded) Handle.

I have managed to get the code out of that project and is included in my project..... Thanks for the support.....

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.