Сетевая карта

Автор JleruOHeP, 06 сентября 2007, 12:58:39

0 Пользователи и 1 Гость просматривают эту тему.

JleruOHeP

Подскажите плз - как можно програмно сменить ИП у сетевухи?
Ну и прочие настройки если что как поменять?
Тот кто познал любовь являеться низшим существом и должен страдать

x3mal

свойства сетевого подключение - свойства протокола tcp  :)

JIexa


JleruOHeP

Эм... Спрошу по другому)
Дайте плз кусок кода (например для делфи) который бедет менять настройки сетевого подключения на какие нить заданные?
Тот кто познал любовь являеться низшим существом и должен страдать

Lynx

врядли кто в сети этим занимался....
думаю в инете струдом найдешь ответ, так что ковыряйся в мсдн
на скорую руку вот что нашел, кроме сишных процедур врядли что найдешь простое высокоуровневое

Initializing an IP Address Control
To use an IP address control, call InitCommonControlsEx with the ICC_INTERNET_CLASSES flag set in the dwICC member of the INITCOMMONCONTROLSEX structure.

Creating an IP Address Control
Use the CreateWindow or the CreateWindowExapplication programming interface (API) to create an IP address control. The class name for the control is WC_IPADDRESS, which is defined in Commctrl.h. No IP address control-specific styles exist; however, because this is a child control, use the WS_CHILD style as a minimum.

Is an IP Address Control an Edit Control?
An IP address control is not an edit control and it will not respond to EM_ messages. It will, however, send the owner window the following edit control notifications through the WM_COMMAND message. Note that the IP address control will also send private IPN_ notifications through the WM_NOTIFY message.

Notification Reason for notification
EN_SETFOCUS Sent when the IP address control gains the keyboard focus.
EN_KILLFOCUS Sent when the IP address control loses the keyboard focus.
EN_CHANGE Sent when any field in the IP address control changes. Like the EN_CHANGE notification from a standard edit control, this notification is received after the screen has been updated.  


--------------------------------------------------------------------------------


JleruOHeP

Тот кто познал любовь являеться низшим существом и должен страдать