wqdwq wqdq

dindin007

New member
wqdwq wqdq

// listview.h : header file // ///////////////////////////////////////////////////////////////////////////// // CListCtrlView view class CListCtrlView : public CView { protected: enum {NUM_BUTTONS = 9}; CListCtrl m_List; CImageList m_Image; CImageList* m_pDragImage; BOOL m_bDragging; int m_nDragIndex, m_nDropIndex; HTREEITEM m_hDropItem; CWnd* m_pDropWnd; void DropItemOnTree (CTreeCtrl* pTree); void DropItemOnList (CListCtrl* pList); CListCtrlView(); // protected constructor used by dynamic creation DECLARE_DYNCREATE(CListCtrlView) // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CListCtrlView) protected: virtual void OnDraw(CDC* pDC); // overridden to draw this view //}}AFX_VIRTUAL // Implementation protected: virtual ~CListCtrlView(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions protected: //{{AFX_MSG(CListCtrlView) afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); afx_msg void OnSize(UINT nType, int cx, int cy); afx_msg void OnLButtonUp(UINT nFlags, CPoint point); afx_msg void OnMouseMove(UINT nFlags, CPoint point); //}}AFX_MSG afx_msg void OnBeginDrag (NMHDR* pnmhdr, LRESULT* pResult); DECLARE_MESSAGE_MAP() }; /////////////////////////////////////////////////////////////////////////////
 

בנדה1

New member
זו שפת תכנות של המערכת ( אני חושבת)

java כמדומני, זו נראית לי תקלה.
 
למעלה