Delphi Studio » ��������� �� 03.05.2011 »

 
 
 
������������ ������ ������������: Shtorm
 
Ðåêëàìà íà ñàéòå
����������� ������ ��: ï¿½ï¿½ï¿½ï¿½ | ������������ | ������������ | ������������ | ��������

������� FlashWindow

�����: SkyLine32 | 3-05-2011, 21:26 | ����������: 2 | ���������: WinApi

0
Ôóíêöèÿ FlashWindow

WinApi �������:
function FlashWindow(Wnd: HWnd; Invert: Bool): Bool;
�������� �������:
������ ���� ��� ����������� ���������. �������� ��������� ��������� ���� �������������
 

������� FindWindow

�����: SkyLine32 | 3-05-2011, 21:24 | ����������: 2 | ���������: WinApi

0
Ôóíêöèÿ FindWindow

WinApi �������:
function FindWindow(ClassName, WindowName: PChar): HWnd;
�������� �������:
������� ������������ ���� �������� ������ � ������������ ClassName � WindowName. �� ������������ ����� �������� ����
 

������� FindResource

�����: SkyLine32 | 3-05-2011, 21:16 | ����������: 2 | ���������: WinApi

0
Ôóíêöèÿ FindResource

WinApi �������:
function FindResource(Instance: THandle; Name, ResType: PChar): THandle;
�������� �������:
������� ������ � ����� ��������
 

������� FindAtom

�����: SkyLine32 | 3-05-2011, 21:13 | ����������: 3 | ���������: WinApi

0
Ôóíêöèÿ FindAtom

WinApi �������:
function FindAtom(Str: PChar): Atom;
�������� �������:
���� � ������� ������ ����, ��������� � Str
 

������� FillRgn

�����: SkyLine32 | 3-05-2011, 21:10 | ����������: 2 | ���������: WinApi

0
Ôóíêöèÿ FillRgn

WinApi �������:
function FillRgn(DC: HDC, Rgn: HRgn; Brush: HBrush): Bool;
�������� �������:
��������� �������, ��������� ����� Brush
 

������� FillRect

�����: SkyLine32 | 3-05-2011, 21:09 | ����������: 3 | ���������: WinApi

0
Ôóíêöèÿ FillRect

WinApi �������:
function FillRect(DC: HDC, var Rect: TRect; Brush: HBrush): Integer;
�������� �������:
��������� �������������, ��������� ����� Brush, �� ������ � ������ ������
 

������� ExtTextOut

�����: SkyLine32 | 3-05-2011, 21:03 | ����������: 4 | ���������: WinApi

0
Ôóíêöèÿ ExtTextOut

WinApi �������:
function ExtTextOut(DC: HDC, X, Y: Integer; Options: Word; Rect: LPRect; Str: PChar; Count: Word; Dx: LPInteger): Bool;
�������� �������:
���������� ������, ��������� ������� ��������� �����, ������ Rect
 

������� ExtFloodFill

�����: SkyLine32 | 3-05-2011, 20:59 | ����������: 3 | ���������: WinApi

0
Ôóíêöèÿ ExtFloodFill

WinApi �������:
function ExtFloodFill(DC: HDC, X, Y: Integer; Color: TColorRef; FillType: Word): Bool;
�������� �������:
��������� ������� ����������� ���������� ������� ��������� � ��������� FillType �������. ������������ ������� �����
 

������� ExitWindows

�����: SkyLine32 | 3-05-2011, 20:55 | ����������: 2 | ���������: WinApi

0
Ôóíêöèÿ ExitWindows

WinApi �������:
function ExitWindows(Reserved: DWord; ReturnCode: Word): Bool;
�������� �������:
���������� ����������� ��������� ���������� ������ � Windows. ��� ���������� ������ ������ ����������� ���������� ������ Windows. �������� ������� 4CH ���������� 21H DOS
 

������� ���������� ������������������� (FTP Server)

�����: GReIIIHuK} | 3-05-2011, 20:40 | ����������: 212 | ���������: Delphi ������

7
Ñèñòåìà Óäàëåííîãî Àäìèíèñòðîòèðîâàíèÿ (FTP Server)

��� ����������� ������������� ����� ������� FTP ������(������ ������ �������). ��� � ��������� FileZilla
�� ���� ������ � ����� ���,��,��� ���� ������. ����� � ����� �� � ��������.�������� ���������� �� ��.
������� �� �� ��� � ������� ������ ���������� � Delphi.
 

������� ExcludeUpdateRgn

�����: SkyLine32 | 3-05-2011, 20:38 | ����������: 2 | ���������: WinApi

0
Ôóíêöèÿ ExcludeUpdateRgn

WinApi �������:
function ExcludeUpdateRgn(DC: HDC; Wnd: HWnd): Integer;
�������� �������:
��������� ����������� ������� ���� �� ���������� �������, ��� ������������ ��������� ������ �������� �������� ����
 

������� ExcludeClipRect

�����: SkyLine32 | 3-05-2011, 20:32 | ����������: 3 | ���������: WinApi

0
Ôóíêöèÿ ExcludeClipRect

WinApi �������:
function ExcludeClipRect(DC: HDC; X1, Y1, X2, Y2: Integer): Integer;
�������� �������:
������� ����� ���������� �������, ��������� �� ��������� ������� ����� ��������� �������������
 

������� EscapeCommFunction

�����: SkyLine32 | 3-05-2011, 20:30 | ����������: 3 | ���������: WinApi

0
Ôóíêöèÿ EscapeCommFunction

WinApi �������:
function EscapeCommFunction(Cid, Func: Integer): Integer;
�������� �������:
��������� �� ���������� ����� ����������� �������, ��������� ���������� Func
 

������� Escape

�����: SkyLine32 | 3-05-2011, 20:16 | ����������: 2 | ���������: WinApi

0
Ôóíêöèÿ Escape

WinApi �������:
function Escape(DC: HDC; Escape, Count: Integer; InData, Outdta: Pointer): Integer;
�������� �������:
��������� ������ � ������������ ����������, �� �������������� ����������� GDI
 
 
-� ����
������:
rss