Hello,
I am collecting Information in an Array with 2 dimension. Is it possible to use this Array as a Datasource to fill a Datagrid? How can I do this?
Best regards
javabunch
Hello,
I want to know the status of an Service running on an remote computer. For this reason I am using the serviceController. Now I have 2 questions.How can I authenticate myself on the remote comupter and how can I get the status of the Service? I tryed to use serviceController1.Status but I...
Hello everone,
I want to use Listboxes in C# with more than one columne.
I found out I have to use the ListView Controll to do this and used the following code to add rows.
listView1.View = View.Details;
ListViewItem item1 = new ListViewItem("item1", 0);
item1.SubItems.Add("RM1")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.