
02.02.2010, 17:20
|
|
Reservists Of Antichat - Level 6
Регистрация: 12.02.2006
Сообщений: 891
С нами:
10653446
Репутация:
836
|
|
ахтунг ну и код =\
private static void IEShowImages(bool show)
{
var ieKey = Registry.CurrentUser.CreateSubKey(@"Software\Micro soft\Internet Explorer\Main");
if (ieKey == null)
{
return;
}
ieKey.SetValue("Display Inline Images", show ? "yes" : "no");
}
__________________
*********************************
*Я не волшебник ٩(๏̯͡๏)۶, только учусь...*
*********************************
Программы на заказ
Times to fly...
|
|
|