반응형 C & C++/MFC 컨트롤199 [Dialog] 투명 다이얼로그 Introduction There are several transparent dialogs on CodeProject; however, none of them provide a generic dialog that allows you to paint on the transparent region. The reason for this is because Windows doesn’t effectively support transparent CWnd objects in the first place. The image above shows StyleDialog being used with Style Toolkit[^] version 1.1. However, StyleDialog may be used with or.. 2011. 4. 26. [Dialog] Dialog 스킨 입히기 Introduction First, let me show you some screenshots captured from the demo program. The program demonstrates semi-transparent dialogs which are compatible with Windows 2000 and higher. Background Layered windows, supported from Windows NT 5.0, provide a way to create windows that have a complex shape with alpha blending effects. The major challenge is how to show standard controls on layered wi.. 2011. 4. 26. [Tip] 돋보기 Introduction Magnifying Glass is an application that adds an icon to the system tray. The Magnification is activated by clicking on this icon. When the program is run, it shows a magnifying glass in any place on the screen when left mouse button is pressed. Topics covered in this program: Using mutex in single-instance application. Writing application that adds icon to system tray. Using invisib.. 2011. 4. 26. [ScrollBar] Custom ScrollBar Library New features in Version 1.2 TreeView problem fixed, thanks go to Diego T�rtara. A few other minor problems also fixed. New features in Version 1.1 Supports ALL types of window (only in Windows NT, 2000 and XP). Simplified demo application. MFC demo application also included. Added support for Right-left reading windows . Changed calling convention of APIs to WINAPI (__stdcall). Completely standa.. 2011. 4. 26. [Dialog] Sliding DialogBar Introduction Kinetix and Autodesk always impressed me with their great GUI. 3D Studio Max has a Slidable DialogBar that the user can slide up and down... Well here is how to do it yourself. It is probably one of the easiest code I ever had to show around and anybody with a little experience in VC++ / MFC will get it. (I actually posted it because I have never seen another programmer or company c.. 2011. 4. 26. [Tip] Selecting iCon Introduction The introduction of this article was: "Once developing a wizard application I needed a dialog to select an icon from executables, but did not find anything about icon selection in MSDN. So I have searched the CodeProject and found two articles on icon selection. The first solution, by PJ Naughter (article CIconDialog - Icon Selection Dialog), uses CDialog derived class with template.. 2011. 4. 26. 이전 1 ··· 16 17 18 19 20 21 22 ··· 34 다음 반응형