VC6 Dialog->Properties->General->Menu set Meun ID in the Combox ddddddddddddddddddddd
wlwlxj
Posts
-
i want to use menu in dialog box. -
how to implement pass a struct parameter from a comyou can convert pointer to long ,and convert to former pointer after passed ddddddddddddddddddddd
-
I need a high man to help meI can ,but how i help you. I'm chinese, email me(wlwlxj@163.com) when you have troubles. ddddddddddddddddddddd
-
how to implement for sharing data in comcan you write a function putdata() and getdata() to share data between applications ddddddddddddddddddddd
-
dialogbar controlI'll show some code about card,write by myself,i'm chinese: void CCardsCtrl::OnDraw( CDC* pdc, const CRect& rcBounds, const CRect& rcInvalid) { // TODO: Replace the following code with your own drawing code. CBitmap* pOldBitmap = NULL; CBitmap bitmap; CDC bmpDC; CRect rect; CPoint ptLeftUp; //ÔËÐÐģʽÏÂÒÆ¶¯´°¿Ú if(AmbientUserMode()) { GetRectInContainer(&rect); rect.bottom -= m_sOffset; rect.top -= m_sOffset; MoveWindow(rect); } //»æÖÆÆË¿Ë bmpDC.CreateCompatibleDC(pdc); if(m_bBackground) //ÏÔʾ±³¾° { if(m_sBackBmp == 1) { bitmap.LoadBitmap(IDB_BITMAP_BACK1); } else { bitmap.LoadBitmap(IDB_BITMAP_BACK2); } } else //ÏÔÊ¾ÅÆÃæ { bitmap.LoadBitmap(IDB_BITMAP_11+m_sValue-1); } pOldBitmap = bmpDC.SelectObject(&bitmap); pdc->BitBlt(rcBounds.left, rcBounds.top, rcBounds.Width(), rcBounds.Height(), &bmpDC, rcBounds.left, rcBounds.top, SRCCOPY); bmpDC.SelectObject(pOldBitmap); bitmap.DeleteObject(); } ddddddddddddddddddddd
-
how to change BSTR variability to STRINGW2A ddddddddddddddddddddd