DWORD

Язык Visual Basic на платформе .NET.

Модераторы: Ramzes, Sebas

den-natrov
Начинающий
Начинающий
 
Сообщения: 10
Зарегистрирован: 14.07.2005 (Чт) 3:49

DWORD

Сообщение den-natrov » 05.12.2005 (Пн) 4:38

Как из VB создать параметр реестра Dword Помогите !!!!!

Sebas
Неуловимый Джо
Неуловимый Джо
Аватара пользователя
 
Сообщения: 3626
Зарегистрирован: 12.02.2002 (Вт) 17:25
Откуда: столько наглости такие вопросы задавать

Сообщение Sebas » 05.12.2005 (Пн) 10:38

Public Shared Sub SetValue(ByVal keyName As String, ByVal valueName As String, ByVal value As Object, ByVal valueKind As Microsoft.Win32.RegistryValueKind)
Member of Microsoft.Win32.Registry

Summary:
Sets the name/value pair on the specified registry key, using the specified registry data type. If the specified key does not exist, it is created.

Parameters:
keyName: The full registry path of the key, beginning with a valid registry root, such as "HKEY_CURRENT_USER".
valueKind: The registry data type to use when storing the data.
valueName: The name of the name/value pair.
value: The value to be stored.

Exceptions:
System.ArgumentException: keyName does not begin with a valid registry root.-or-keyName is longer than the maximum length allowed (255 characters).-or- The type of value did not match the registry data type specified by valueKind, therefore the data could not be converted properly.
System.Security.SecurityException: The user does not have the permissions required to create or modify registry keys.
System.UnauthorizedAccessException: The Microsoft.Win32.RegistryKey is read-only, and thus cannot be written to; for example, it is a root-level node, or the key has not been opened with write access.
System.ArgumentNullException: value is null.
- Я никогда не понимал, почему они приходят ко мне чтобы умирать?

sebas<-@->mail.ru


Вернуться в Visual Basic .NET

Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 57

    TopList  
cron