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

Вниз

чем можно заменить сообщение BM_SETIMAGE   Найти похожие ветки 

 
Diamond Cat ©   (2002-11-18 00:17) [0]

чем можно заменить сообщение BM_SETIMAGE, дело в том что в winXP и в 2000 это сообщение не поддерживается, или как подменить HDC у какого-либо контрола


 
Игорь Шевченко ©   (2002-11-18 10:41) [1]

BM_SETIMAGE
An application sends a BM_SETIMAGE message to associate a new image (icon or bitmap) with the button.

To send this message, call the SendMessage function with the following parameters.

SendMessage(
(HWND) hWnd, // handle to destination window
BM_SETIMAGE, // message to send
(WPARAM) wParam, // image type
(LPARAM) lParam // handle to the image (HANDLE)
);

Requirements
Windows NT/2000/XP: Included in Windows NT 4.0 and later.
Windows 95/98/Me: Included in Windows 95 and later.
Header: Declared in Winuser.h; include Windows.h.

Как прикажешь тебя понимать, Саид ?


 
Diamond Cat ©   (2002-11-18 14:35) [2]

это действительно круто но, у меня в хелпе написано только
An application sends a BM_SETIMAGE message to associate a new image (icon or bitmap) with the button.

BM_SETIMAGE
wParam = (WPARAM) fImageType; // image-type flag
lParam = (LPARAM) (HANDLE) hImage; // handle of the image


Parameters

fImageType

Value of wParam. Specifies the type of image to associate with the button. This parameter can be one of the following values:
IMAGE_BITMAP
IMAGE_ICON

hImage
Value of lParam. Identifies the image to associate with the button. и нажав на quick info я получаю
ответ что
win nt yes
win95 yes
win32s no
и последний довод эта прога работала без проблем по 98 но отказывается работать под XP
А у тебя какой дельфи, Сухов?


 
MBo ©   (2002-11-18 14:59) [3]

win32s - это подсистема Window 3.1, к 2K и XP отношения не имеет


 
Игорь Шевченко ©   (2002-11-18 15:06) [4]

У меня D5, D6 - проблем не наблюдал :-) Под WinNT и WinXP



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

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

Наверх




Память: 0.47 MB
Время: 0.013 c
14-15290
DeMoN-777
2002-12-17 00:52
2003.01.06
Помогите...


14-15234
z0001
2002-12-14 18:25
2003.01.06
можно ли прочитать exe файл?


3-14929
Sterh1
2002-12-13 20:58
2003.01.06
QREport


1-15034
Max79
2002-12-24 20:01
2003.01.06
Как программно открыть TreeView и выделить нужный узел??


14-15315
Beginner
2002-12-18 16:28
2003.01.06
Сведения о пользователях сайта.