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

Вниз

Свой курсор   Найти похожие ветки 

 
Antonmm   (2004-09-10 14:57) [0]

Как загрузить свой курсор из файла?


 
icWasya ©   (2004-09-10 16:43) [1]


interface
....
const
 MyCursor = 1024; //или как Вам нравится
....

implementation

.....
// загрузка
procedure ReadCursorFromFile(const Cur:TCursor;const FileName:String);
var
 CursorHandle:THandle;
begin
 CursorHandle:=LoadCursorFromFile (PChar(FileName));

 if CursorHandle=0 then raise Exception.Create("не могу загрузить курсор "+FileName);
   Screen.Cursors[Cur]:=CursorHandle;
end;

procedure ReadCursorFromResourse(const Cur:TCursor;const ResourseName:String);
var
 CursorHandle:THandle;
begin
 CursorHandle:=LoadCursor(HInstance,PChar(Name));
 If CursorHandle=0 Then
   CursorHandle:=LoadCursor(HInstance,MakeIntResource(Value));

 if CursorHandle=0 then raise Exception.Create("не могу загрузить курсор "+FileName);
   Screen.Cursors[Cur]:=CursorHandle;
end;

/// использование
procedure TForm1.Button1Click(Sender:TObject);    
begin
 TMemo1.Cursor:=MyCursor;
end;



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

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

Наверх




Память: 0.46 MB
Время: 0.049 c
4-1092050843
race1
2004-08-09 15:27
2004.09.26
adjustwindowrect


14-1094332002
olookin
2004-09-05 01:06
2004.09.26
Вы придете в дом...


14-1094146547
DeadMeat
2004-09-02 21:35
2004.09.26
Чего взять?...


11-1080312842
Raki
2004-03-26 17:54
2004.09.26
MHMonthCalendar 0.3


3-1093864382
samumka
2004-08-30 15:13
2004.09.26
Округление значений в IB