Вниз
Скачать: 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 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.019 c
14-15212
TTCustomDelphiMaster
2002-12-18 20:15
2003.01.06
Kaр Кар


1-15135
@andrew
2002-12-23 17:11
2003.01.06
StrLCopy - замечательно работает со строками...


3-14954
Павка
2002-12-15 05:19
2003.01.06
Ссумирование


14-15213
Кот Бегемот
2002-12-18 20:24
2003.01.06
Кто слушает


1-15039
MXA
2002-12-24 01:05
2003.01.06
OnCreate и OnActivate в Delphi7 CLX




   Наверх