본문 바로가기

IT/MFC10

VS 2005 설치 프로그램 만들기 http://tjstory.tistory.com/120 2009. 2. 17.
비트맵 버튼(CBitmapButton) 비트맵 버튼(CBitmapButton) —비트맵으로 만들려는 버튼의 속성을 열어 속성을 설정.. 버튼이 갖는 상태 —UP: 버튼이 눌려지지 않은 상태 —DOWN: 버튼이 눌려진 상태 —FOCUS: Tab Key에 의해 선택되어 버튼 주위에 점선이 나타난 상태 —DISABLE: 버튼을 사용할 수 없는 상태 IDCANCEL에 CButton형식의 m_Ok를 추가한다. 헤더 파일에서 회색 글자로된 CButton m_Ok라인을 찾아 CButton을 CbitmapButton으로 수정하고, CBitmapButton타입의변수 m_Cancel을 하나 추가한다. —CButton m_Ok를 그대로 사용하면 객체 m_Ok는 일반 버튼으로 작동하지만 이를 CBitmapButton m_Ok로 변경하면 일반 버튼으로 작동하지 않고.. 2008. 8. 13.
vc++ 개발팁 지식인내용 개발팀및즐겨찾기 2004/09/18 14:22 http://blog.naver.com/youtoo2/20005859784 이 포스트를 보낸곳 () 트루 칼라를 사용하는 방법을 알고 싶거든요...??? pop3서버와 관련된 질문입니다. 컴터를 산지 5개월정도밖에 되지 않았는데....느려지고... 다이얼로그 박스기반의 윈도우에 메뉴를 띄우려면??? DAO에서 두개의 테이블 조인??? 모달리스 다이얼로그와 작업표시줄... 뷰윈도우에서 차일드 윈도우 만들기.. OCX를 만드는데 현재 어플리케이션에 HWND얻어오는 방법 16bit 비트맵 파일의 헤더정보에 대해... vb에서 만든 dll을 vc에서 쓰는법좀 가르쳐줘요... 메세지 훅킹에 의한 상하 좌우 키보드 조작법을 알고 싶습니다. edit contr.. 2008. 8. 12.
CRoundButton2 - A fancy graphical button Download demo project - 53.3 Kb Download source code - 9.29 Kb Introduction I needed a button for a skinnable user-interface, where the user could change the visual aspects. My first idea, a button that is skinned by bitmaps, was a little unhandy for my interface, so I searched for a button that could draw itself using an internal formula and some user-given parameters. A long story told short, .. 2008. 8. 12.
AquaButton: A sample custom button control with a Mac OS X look Download source files - 20 Kb Download demo app - 12 Kb Introduction You can learn a lot about .NET Windows Forms programming by building a custom control. There are several books on the topic, but you'll soon find yourself reaching for Google to answer questions about Forms, GDI+, and Visual Studio you don't even know how to ask. When you find answers, they will be frustratingly incomplete. Wha.. 2008. 8. 12.
CxSkinbutton Download source files - 10.93 KB Download demo project - 88.78 KB With this class you can easily give a skin to your buttons in few steps: Add xSkinButton.cpp and xSkinButton.h to the project. Include xSkinButton.h in the header file where the controls are defined Create (or edit) a member variable for each button you want to customize as CxSkinButton. If the Class Wizard doesn't show the CxSkin.. 2008. 8. 11.