How to display MAC Address to textBox (c# windows application)?
-
Hi every body ,,well i'm not an advanced developer in c# so that i realy need quick help in " how to display the mac address of a local pc to a textBox in a c# windows application form" ????? actualy i have found a lot of articals using console application to obtain mac address but i just couldn't make any use out of it so by the way can i use data obtained in a console application to a forms application ?and how would that be?:confused: thanks all of u for helping Hesham Hafez:doh:
-
Hi every body ,,well i'm not an advanced developer in c# so that i realy need quick help in " how to display the mac address of a local pc to a textBox in a c# windows application form" ????? actualy i have found a lot of articals using console application to obtain mac address but i just couldn't make any use out of it so by the way can i use data obtained in a console application to a forms application ?and how would that be?:confused: thanks all of u for helping Hesham Hafez:doh:
You get an article on the internet which shows you how to display something on the console. And you cannot get it dispplyed on a text box ? :laugh::laugh::laugh::laugh: Assign a string variable with the value and set the Text property of the textbox to that value. Judging from your question, you should not be dealing with Mac Addresses. Try displaying Hello World first. Koushik Biswas
-
You get an article on the internet which shows you how to display something on the console. And you cannot get it dispplyed on a text box ? :laugh::laugh::laugh::laugh: Assign a string variable with the value and set the Text property of the textbox to that value. Judging from your question, you should not be dealing with Mac Addresses. Try displaying Hello World first. Koushik Biswas