Вниз
Скачать: CL | DM;

Указатель   Найти похожие ветки 

 
Ivolg ©   (2004-03-29 09:35) [0]

Здрасьте! Знаю что это вопрос я уже задовал но я потеря код! Как монжно у своего приложения зделать свой укозатель мыши!


 
Юрий Зотов ©   (2004-03-29 10:27) [1]

См. в справке TScreen.Cursors. Там и пример есть.


 
Ivolg ©   (2004-03-29 11:11) [2]

Юрий Зотов

Чтото не нашёл! Кинь свой приммер или из справки который ты нашёл! Плиз!


 
Diamond Cat ©   (2004-03-29 12:21) [3]

Screen.Cursor := crHourglass;


 
Юрий Зотов ©   (2004-03-30 16:12) [4]

This example shows how to add custom cursors to an application.  It assumes that a custom cursor with the name NewCursor has been added to the resources (.RES file) of the application. You can add the cursor using the image editor. (Tools | Image Editor)
The following code makes this cursor available to the application via the constant crMyCursor, and sets it as the global cursor to the application.

const
 crMyCursor = 5;
procedure TForm1.FormCreate(Sender: TObject);
begin
 Screen.Cursors[crMyCursor] := LoadCursor(HInstance, "NewCursor");
 Cursor := crMyCursor;
end;



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

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



Память: 0.45 MB
Время: 0.028 c
7-1075284543
retro
2004-01-28 13:09
2004.04.11
Запуск приложения автоматически


14-1082358874
Cosinus
2004-04-19 11:14
2004.04.11
Поздравьте меня с моим первым полученным спамом по SMS.


14-1082440980
XAOC
2004-04-20 10:03
2004.04.11
что это такое и с чем его есть??????????????????


1-1082920519
TALLA
2004-04-25 23:15
2004.04.11
переделка с asm на Delphi :(


1-1080258987
Step[B.M.]
2004-03-26 02:56
2004.04.11
Как выполнить процеду OnMouseDown из другой программы ?




   Наверх