to respect each other ,to better the world ! the thing you think simple may not by other views . please ! 路漫漫其修远兮,吾将上下而求索。
try88
Posts
-
new cartoons -
ClistCtrl - centralize imageuse SetImageList() 路漫漫其修远兮,吾将上下而求索。
-
visual studio 2003 MFC/SDI help drawingwhen access the NULL pointer ,the ERROR would appeal .
ALTF4 wrote:
Unhandled exception at 0x7c28af6a (mfc71d.dll) in seminarska.exe: 0xC0000005: Access violation reading location 0x00000004.
the variable CBrush pisalo in the funtion risi() is abuse when for-loop run . so you should define a ptr outside for-loop like this ... CBrush* pBrush ; ... for(..) { pBrush= new CBrush(...) tabla->FillRect(..); delete pBrush; } 路漫漫其修远兮,吾将上下而求索。
-
SQLtry this,may work. select x.field1,y.field2 from tbl1 as x,tbl2 as y where x.field3 != y.field3 青山隐隐水迢迢,秋尽江南草未凋。二十四桥明月夜,玉人何处教吹箫。
-
How to convert TCHAR to charint MultiBytetoWideChar(....) look up the MSDN for detail 路漫漫其修远兮,吾将上下而求索。
-
Frailty of lifebest wishes to your friend!! tell her there are hopes eveywhere with surprise! 路漫漫其修远兮,吾将上下而求索。
-
Header controlread more carefully about the method int InsertItem( int nPos, HDITEM* phdi ); it provides all you what 路漫漫其修远兮,吾将上下而求索。
-
gui problemevery type of application can be content what you want,but more important is that you should write a derived class from CButton(for example),and override some virtual methods and message-functions. reference to articles here meybe give you a hand 路漫漫其修远兮,吾将上下而求索。
-
How to destroy a dialog after timeouttry this : SetTimer(..) and OnTimer(..) { if(timeout) close dialog KillTimer(..) } 路漫漫其修远兮,吾将上下而求索。
-
How do I access the 'ProductVersion" from VS_VERSION_INFOBOOL CString::LoadString( UINT nID ); throw( CMemoryException ); Return Value Nonzero if resource load was successful; otherwise 0. Parameters nID A Windows string resource ID. Reads a Windows string resource, identified by nID, into an existing CString object. The following example demonstrates the use of CString::LoadString.
// example for CString::LoadString #define IDS_FILENOTFOUND 1 CString s; if (! s.LoadString( IDS_FILENOTFOUND )) { AfxMessageBox("Error Loading String: IDS_FILENOTFOUND"); ... }
路漫漫其修远兮,吾将上下而求索。 -
Using Microsofts Windows XP icons? Licensing?you has better alter the icon not fully the same as M$ or you may be some day charged with.... 路漫漫其修远兮,吾将上下而求索。
-
how to confirm the tree item selectedthank you !! Maximilien wrote: SetItemData to identify it is just what i searching for days! God will bless you!! thank you !! 路漫漫其修远兮,吾将上下而求索。
-
managing char arraysstr.GetBuffer will work! 路漫漫其修远兮,吾将上下而求索。
-
How many instances???just write two constructors function 路漫漫其修远兮,吾将上下而求索。
-
how to confirm the tree item selectedso sad it doesn't help :( 路漫漫其修远兮,吾将上下而求索。
-
how to confirm the tree item selectedlook at this figure: ----------------- 1 --1-------------- 2 ---1。1-------- 3 ---1。2-------- 4 ---1。3-------- 5 --2-------------- 6 ---2。1-------- 7 ---2。2-------- 8 ---2。3-------- 9 you know when i click the item for example item 4 which is"---1。2--------"; the question is how can i know that i clicked the item is item4 not others by code in my function OnSelchangedTree1(NMHDR* pNMHDR, LRESULT* pResult) ? that means how to judge the item clicked is the one i want in code. your hint using GetItemText( ... ) maybe bot work when my item text is put dynamically,for you even not konw the exact text. 路漫漫其修远兮,吾将上下而求索。
-
how to confirm the tree item selectedyes i am ,TVN_SELCHANGED or NM_CLICK you know the answer? please give a hint 路漫漫其修远兮,吾将上下而求索。
-
how to confirm the tree item selectedhi :-D what i mean is that if i clicked the item4 "---1。2--------" ,how to confirm i real did that in code. ----------------- 1 --1-------------- 2 ---1。1-------- 3 ---1。2-------- 4 ---1。3-------- 5 --2-------------- 6 ---2。1-------- 7 ---2。2-------- 8 ---2。3-------- 9 路漫漫其修远兮,吾将上下而求索。
-
Extreme Programming Vs. BDUFfollow the xp style make users quickly familiar with your software but without personal character, however if not,there would be opposition; so as i think,if your softs have great users ,please think about the users' convenience firstly, to the reverse,you want to stand out of others ,try some other style maybe work. 路漫漫其修远兮,吾将上下而求索。
-
Help! CString convert to LPBYTE ?try this function :str.GetBuffer(0) 路漫漫其修远兮,吾将上下而求索。