Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2005.10.23;
Скачать: CL | DM;

Вниз

как узнать имя компа?   Найти похожие ветки 

 
йцукен   (2005-09-29 20:37) [0]

как


 
YurikGL ©   (2005-09-29 20:46) [1]

GetComputerName Function
Declare Function GetComputerName Lib "kernel32.dll" Alias "GetComputerNameA" (ByVal lpBuffer As String, nSize As Long) As Long

Platforms: Win 95/98, Win NT

GetComputerName reads the name of the user"s computer. The name is put into the string variable passed as lpBuffer. The function returns 0 if an error occured or 1 if successful.

lpBuffer
A string large enough to hold the returned computer name terminated by a null character.
nSize
The length in characters of lpBuffer.
Example:

" Display the computer"s name
Dim compname As String, retval As Long  " string to use as buffer & return value

compname = Space(255)  " set a large enough buffer for the computer name
retval = GetComputerName(compname, 255)  " get the computer"s name
" Remove the trailing null character from the strong
compname = Left(compname, InStr(compname, vbNullChar) - 1)
Debug.Print compname  " display name



Страницы: 1 вся ветка

Текущий архив: 2005.10.23;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.059 c
14-1127987477
Карелин Артем
2005-09-29 13:51
2005.10.23
Киньте в меня алгоритмами выбора оптимального пути из А в Б.


5-1104426662
Stanislav_SM
2004-12-30 20:11
2005.10.23
Отображение события в инспекторе объектов


3-1126531368
Os
2005-09-12 17:22
2005.10.23
Зеркало базы


14-1126859152
dr Tr0jan
2005-09-16 12:25
2005.10.23
Конвертер файлов Altera


14-1127950533
Ученик чародея
2005-09-29 03:35
2005.10.23
А у нас в Киеве появился компьютерный магазин "Хакер".