سلام
چند تا سوال دارم(چندین تا!!!
)
این توابع چیکار میکنن:
GetPixel
CreateRectRgn
CombineRgn Lib
اگه میشه یه کم توضیح بدین چیکر میکنن بعد یه توضیح کوچیک راجع به پارامتر هاشون هم بدین و اگه جا داره مثال هم بزنید!!( چقدر کم توقع هستم)
ممنون
چند تا دیگه هم هست بعدا میپرسم!
سلام.
آقا پوریا ممنون. البته دو تا از این توابع رو گشتم پیدا کردم. شما هم که کمک کردی دیگه گرفتم. حالا 2-3 تا دیگه اینهاازاسمشونم نفهمیدم چیکار میکنه:
SendMessage
ReleaseCapture
DeleteObject
باید ببخشید کتاب در این زمینه ندارم.سی دی های MSDN من رو هم یکی از دوستان زحمت کشیدند نابود کردند. این چند تا رو هم جواب بدید ممنون میشم.
کد:
SendMessage:
The SendMessage function sends the specified message to a window or windows. The function calls the window procedure for the specified window and does not return until the window procedure has processed the message. The PostMessage function, in contrast, posts a message to a thread’s message queue and returns immediately.
Declare:
Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
Parameters:
· hWnd
Identifies the window whose window procedure will receive the message. If this parameter is HWND_BROADCAST, the message is sent to all top-level windows in the system, including disabled or invisible unowned windows, overlapped windows, and pop-up windows; but the message is not sent to child windows.
· Msg
Specifies the message to be sent.
· wParam
Specifies additional message-specific information.
· lParam
Specifies additional message-specific information.
ReleaseCapture:
The ReleaseCapture function releases the mouse capture from a window in the current thread and restores normal mouse input processing.
:Declare
Declare Function ReleaseCapture Lib "user32" Alias "ReleaseCapture" () As Long
Parameters:
Just Call ReleaseCapture
DeleteObject :
The DeleteObject function deletes a logical pen, brush, font, bitmap, region, or palette, freeing all system resources associated with the object. After the object is deleted, the specified handle is no longer valid.
Declare:
Declare Function DeleteObject Lib "gdi32" Alias "DeleteObject" (ByVal hObject As Long) As Long
Parameters:
· hObject
Identifies a logical pen, brush, font, bitmap, region, or palette.
يه برنامه هست به نام API-Guide توش همه ی api ها هستش. فکر ميکنم که يکی از دوستان هم همينجا توی سايت گزاشته باشه. بگردی پيدا ميکنی.
موفق باشی
ممنونم.تو سایت AllAPI پیداش کردم