.NET Framework Solution In Search of the Lost Win32 API phần 3

bạn cũng sẽ cần phải sử dụng C #. IntPtr là người bạn tốt nhất của nhà phát triển khi nói đến con trỏ. Tuy nhiên, hãy nhớ rằng một IntPtr có chứa một void *, không phải là con trỏ chuyên ngành mà Win32 API cuộc gọi dựa vào. Như thể hiện trong Ví dụ , việc sử dụng một void | PostMessage PostThreadMessage and PostQuitMessage PFC private void btnLoadFont_Click object sender e Determine which action to take. if Load Font int Result 0 Results of loading the font. Load the desired font. Result AddFontResourceEx D Program Files Microsoft Visual Studio .NET Common7 IDE FR_PRIVATE Check the results. if Result 0 Display an error message if necessary. The font failed to load for some reason. Load Failure else Change the button caption. Unload Font Tell everyone we ve loaded a new font. PostMessage HWND_BROADCAST WM_FONTCHANGE 0 0 else bool Result Results of loading the font. Load the desired font. Result RemoveFontResourceEx D Program Files Microsoft Visual Studio .NET Common7 IDE FR_PRIVATE Check the results. if Result Display an error message if necessary. The font failed to unload for some reason. Unload Failure else Change the button caption. Load Font Tell everyone we ve loaded a new font. PostMessage HWND_BROADCAST WM_FONTCHANGE 0 0 75 PostMessage PostThreadMessage and PostQuitMessage private void btnDisplayDialog_Click object sender e Display the font dialog. this As you can see the sample code can load and unload the font. The AddFont-ResourceEx and RemoveFontResourceEx function calls load the font publicly if you don t specify any flags or privately if you specify the FR PRIVATE flag shown. Notice the use of PostMessage in this example. You must tell other windows about the new font or they won t recognize it this includes other windows in the current application . The WM_FONTCHANGE message doesn t require any parameters the other windows will create a fresh enumeration of the font list if necessary. If you click .

Không thể tạo bản xem trước, hãy bấm tải xuống
TỪ KHÓA LIÊN QUAN
TÀI LIỆU MỚI ĐĂNG
9    92    2    30-04-2024
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.