تقييم الموضوع :
  • 0 أصوات - بمعدل 0
  • 1
  • 2
  • 3
  • 4
  • 5
لمعرفه اسم الجهاز بال C# و VB.net
#1
كاتب الموضوع : AhmedEssawy

لمعرفه اسم الجهاز ...

VB

كود :
' Sample for the Environment.MachineName property
Imports System

Class Sample
Public Shared Sub Main()
Console.WriteLine()
' <-- Keep this information secure! -->
Console.WriteLine("MachineName: {0}", Environment.MachineName)
End Sub 'Main
End Class 'Sample
'
'This example produces the following results:
'(Any result that is lengthy, specific to the machine on which this sample was tested,
'or reveals information that should remain secure, has been omitted
'and marked "!---OMITTED---!".)
'
'MachineName: !---OMITTED---!
'

C#

كود :
// Sample for the Environment.MachineName property
using System;

class Sample
{
public static void Main()
{
Console.WriteLine();
// <-- Keep this information secure! -->
Console.WriteLine("MachineName: {0}", Environment.MachineName);
}
}
/*
This example produces the following results:
(Any result that is lengthy, specific to the machine on which this sample was tested, or reveals information that should remain secure, has been omitted and marked "!---OMITTED---!".)

MachineName: !---OMITTED---!
*/
}}}
تم الشكر بواسطة:


المواضيع المحتمل أن تكون متشابهة .
الموضوع : الكاتب الردود : المشاهدات : آخر رد
  عمل Copy-Paste من صوره على الجهاز الى البرنامج RaggiTech 0 2,511 17-10-12, 08:56 PM
آخر رد: RaggiTech
  معرفة العنوان الفيزيائي لكروت الشبكة المثبة على الجهاز RaggiTech 0 2,381 17-10-12, 06:47 PM
آخر رد: RaggiTech
  لمعرفة الطابعات المثبة على الجهاز RaggiTech 0 1,905 17-10-12, 06:15 PM
آخر رد: RaggiTech
  لمعرفه نوع نظام التشغيل و رقم اصداره بال C# و VB.net RaggiTech 0 2,115 17-10-12, 05:43 PM
آخر رد: RaggiTech
  لمعرفه نوع القرص المتصل بالجهاز بالاعتماد علي APIs RaggiTech 0 1,713 17-10-12, 05:41 PM
آخر رد: RaggiTech
  لمعرفه المساحه الخاليه بالبايت byte علي قرص معين (هارد ديسك معين) بالاعتماد علي ال A RaggiTech 0 1,754 17-10-12, 05:41 PM
آخر رد: RaggiTech
  لمعرفه الNetBIOS و ال DNS للجهاز RaggiTech 0 1,717 17-10-12, 05:40 PM
آخر رد: RaggiTech
  لمعرفه Ip الجهاز RaggiTech 0 2,052 17-10-12, 05:39 PM
آخر رد: RaggiTech
  لمعرفة هل الجهاز متصل بانترنت VB.net 2005 RaggiTech 0 1,908 17-10-12, 05:39 PM
آخر رد: RaggiTech
  للحصول علي مكان ملف النظام(SystemFolder) علي الجهاز RaggiTech 0 1,667 17-10-12, 05:36 PM
آخر رد: RaggiTech

التنقل السريع :


يقوم بقرائة الموضوع: بالاضافة الى ( 1 ) ضيف كريم