You lie to me~~~~~ That a walloping huge lie!! :(( :(( :((
China_Kevin
Posts
-
A question about Assert function -
A question about Assert functionwhy do not think me~~~~~o(∩_∩)o...哈哈 ;P
-
A question about Assert functionHe is a valuable man?
-
A question about Assert functionyour name "Cedric" why your "C" is brighter than my name "China_Kevin" "C"
-
A question about Assert functionI am Chinese,HOHO, 强烈同意楼上~~~~~ just means I agree with you very much...
-
A question about Assert function强烈同意楼上~~~~~
-
win32 exe memory usage issueIf your codes is not very long,put it out. We can find the problem for you. I think that must be a memory leak. I am a Chinese boy.My English is poor...
-
create control of class CEditCPallini wrote:
I would advise you to use the 'Quote Selected Text' button to report the words of the post you're replying to. Roll eyes Smile
Thanks very mu :-D ch!!!
-
create control of class CEditI wouldn't advise that. The reason is that it is much safer to add a new Id in the resource.h file and use it. This way you have a central place where you define all your ID's and you can make sure you won't reuse the same Id twice. You are clever,I have advise that,but my English is too poor to express my opinion. If I am a USA boy ,HOHO~~~~~
-
create control of class CEditFirst I am a Chinese boy. My English is not very good. change m_edit.Create(WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL | WS_BORDER, rect, this, ID_EXTRA_EDIT); // error C2065: 'ID_EXTRA_EDIT' : undeclared identifier for m_edit.Create(WS_CHILD | WS_VISIBLE | WS_TABSTOP | ES_AUTOHSCROLL | WS_BORDER, rect, this, 1234); // error C2065: 'ID_EXTRA_EDIT' : undeclared identifier the meaning is Specifies the edit control’s ID.(msdn) then you will change m_edit as a class member,because, when the OnBnClickedButton1 is finished m_edit is lost. sorry,my English is so poor...