Click here to Skip to main content
15,893,622 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Using MFC's socket within the Process' threads Pin
L. Madhavan22-Dec-08 19:03
L. Madhavan22-Dec-08 19:03 
Questionhelp me to describe this code plese Pin
auralius manurung20-Dec-08 22:02
auralius manurung20-Dec-08 22:02 
AnswerRe: help me to describe this code plese Pin
Garth J Lancaster20-Dec-08 22:54
professionalGarth J Lancaster20-Dec-08 22:54 
AnswerRe: help me to describe this code plese Pin
CPallini20-Dec-08 23:34
mveCPallini20-Dec-08 23:34 
GeneralRe: help me to describe this code plese Pin
auralius manurung21-Dec-08 2:28
auralius manurung21-Dec-08 2:28 
QuestionListCtrl Pin
AticAtac20-Dec-08 14:00
AticAtac20-Dec-08 14:00 
QuestionRe: ListCtrl Pin
CPallini20-Dec-08 22:53
mveCPallini20-Dec-08 22:53 
AnswerRe: ListCtrl Pin
AticAtac24-Dec-08 10:06
AticAtac24-Dec-08 10:06 
The code is pretty easy, i did this inside my CListCtrl class:

...
ListView_SetItemPosition32(this->m_hWnd, 0, 0, 0xf100);
POINT p;
GetItemPosition(0, &p);
...

and you will see that p doesn't contain the values i set before!
AnswerRe: ListCtrl Pin
Hamid_RT21-Dec-08 4:44
Hamid_RT21-Dec-08 4:44 
GeneralRe: ListCtrl Pin
AticAtac24-Dec-08 10:08
AticAtac24-Dec-08 10:08 
QuestionCBitmap CreateBitmapIndirect() fails Pin
Vaclav_20-Dec-08 13:09
Vaclav_20-Dec-08 13:09 
AnswerRe: CBitmap CreateBitmapIndirect() fails Pin
Stuart Dootson20-Dec-08 13:19
professionalStuart Dootson20-Dec-08 13:19 
GeneralRe: CBitmap CreateBitmapIndirect() fails Pin
Vaclav_20-Dec-08 15:21
Vaclav_20-Dec-08 15:21 
GeneralRe: CBitmap CreateBitmapIndirect() fails Pin
Jijo.Raj20-Dec-08 15:33
Jijo.Raj20-Dec-08 15:33 
AnswerRe: CBitmap CreateBitmapIndirect() fails Pin
Mark Salsbery21-Dec-08 5:24
Mark Salsbery21-Dec-08 5:24 
GeneralRe: CBitmap CreateBitmapIndirect() fails Pin
Vaclav_21-Dec-08 6:06
Vaclav_21-Dec-08 6:06 
GeneralRe: CBitmap CreateBitmapIndirect() fails Pin
Mark Salsbery22-Dec-08 6:46
Mark Salsbery22-Dec-08 6:46 
QuestionC2244 and inheritance error Pin
mjackson1120-Dec-08 10:01
mjackson1120-Dec-08 10:01 
AnswerRe: C2244 and inheritance error Pin
Stuart Dootson20-Dec-08 10:24
professionalStuart Dootson20-Dec-08 10:24 
GeneralRe: C2244 and inheritance error Pin
mjackson1120-Dec-08 10:45
mjackson1120-Dec-08 10:45 
GeneralRe: C2244 and inheritance error Pin
Stuart Dootson20-Dec-08 13:02
professionalStuart Dootson20-Dec-08 13:02 
GeneralRe: C2244 and inheritance error Pin
Stuart Dootson21-Dec-08 0:04
professionalStuart Dootson21-Dec-08 0:04 
GeneralRe: C2244 and inheritance error Pin
mjackson1121-Dec-08 5:41
mjackson1121-Dec-08 5:41 
GeneralRe: C2244 and inheritance error Pin
Mark Salsbery21-Dec-08 5:29
Mark Salsbery21-Dec-08 5:29 
QuestionmciSendString problem Pin
CS92520-Dec-08 8:51
CS92520-Dec-08 8:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.