GUI
-
jQueryGUI/컨트롤 2011. 8. 8. 15:08
자바스크립트 라이브러리 jQuery prototype 네이버의 '진도' $(window) on scroll .scrollTop() $(this) on click on toggle .focus() .attr[] .css[] .next() .find() .attr() .hide() .animate() .stop() .slideUp() .slideDown() $(document) on ready 참조 사이트:http://findfun.tistory.com/280http://api.jquery.com/focus/
-
윈도우 - C#GUI/Window 2011. 7. 27. 19:33
System.ComponentModel.Component -> System.MarshalByRefObject.Dispose() System.Windows.Forms.Control -> System.ComponentModel.Componenton Paint // PaintEventHandler .Width.Height.IsDisposed .Show().Invalidate() System.Windows.Forms.ScrollableControl -> System.Windows.Forms.Control.AutoScrollPosition System.Windows.Forms.ContainerControl -> System.Windows.Forms.ScrollableControl.BindingContext[] S..
-
-
다이얼로그 박스 2 - MFCGUI/Window 2011. 6. 23. 00:54
크기 변경 class CResizeDlg : public CDialog { // Construction public: CResizeDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CResizeDlg) enum { IDD = IDD_RESIZE_DIALOG }; CButton m_ctrlButton; CListBox m_ctrlList; //}}AFX_DATA .. // Generated message map functions //{{AFX_MSG(CResizeDlg) .. afx_msg HCURSOR OnQueryDragIcon(); afx_msg void OnSize(UINT nType, int cx, int ..