Click here to Skip to main content
15,918,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCTreeCtrl with different colors? Pin
bosfan17-May-06 3:27
bosfan17-May-06 3:27 
AnswerRe: CTreeCtrl with different colors? Pin
Sarath C17-May-06 3:46
Sarath C17-May-06 3:46 
GeneralRe: CTreeCtrl with different colors? Pin
bosfan17-May-06 4:39
bosfan17-May-06 4:39 
AnswerRe: CTreeCtrl with different colors? Pin
Hamid_RT17-May-06 6:26
Hamid_RT17-May-06 6:26 
AnswerRe: CTreeCtrl with different colors? Pin
bosfan22-May-06 4:41
bosfan22-May-06 4:41 
QuestionSockets advice Pin
Demian Panello17-May-06 3:19
Demian Panello17-May-06 3:19 
AnswerRe: Sockets advice Pin
Laxman Auti17-May-06 3:45
Laxman Auti17-May-06 3:45 
AnswerRe: Sockets advice Pin
Sarath C17-May-06 3:52
Sarath C17-May-06 3:52 
Using CSocket is a good option to get and handle notifications.

but we can't share the CSocket across threads, i.e we could not accept connection in one thread and this object could not pass to another thread for receiving data. since CSocket is designed to serve per thread basis. you may have to detach the handle and attach it for further use and also the connection close should be synchronized. This is FYI

-Sarath
GeneralRe: Sockets advice Pin
Demian Panello17-May-06 4:31
Demian Panello17-May-06 4:31 
QuestionHow can I get the IP address of my Server Pin
zahid_ash17-May-06 3:10
zahid_ash17-May-06 3:10 
QuestionRe: How can I get the IP address of my Server Pin
David Crow17-May-06 3:14
David Crow17-May-06 3:14 
AnswerRe: How can I get the IP address of my Server Pin
zahid_ash17-May-06 3:21
zahid_ash17-May-06 3:21 
GeneralRe: How can I get the IP address of my Server Pin
David Crow17-May-06 3:40
David Crow17-May-06 3:40 
AnswerRe: How can I get the IP address of my Server Pin
Ganesh_T17-May-06 3:16
Ganesh_T17-May-06 3:16 
AnswerRe: How can I get the IP address of my Server Pin
Laxman Auti17-May-06 3:17
Laxman Auti17-May-06 3:17 
Generalwould it work for internet? Pin
zahid_ash17-May-06 3:36
zahid_ash17-May-06 3:36 
GeneralRe: would it work for internet? Pin
David Crow17-May-06 3:42
David Crow17-May-06 3:42 
GeneralRe: would it work for internet? Pin
Laxman Auti17-May-06 3:53
Laxman Auti17-May-06 3:53 
AnswerRe: How can I get the IP address of my Server Pin
Peter Weyzen17-May-06 16:14
Peter Weyzen17-May-06 16:14 
QuestionMonitor List control auto-scroll down Pin
Immunity1817-May-06 2:26
Immunity1817-May-06 2:26 
QuestionHide the MFC application in Task Manager Pin
zahid_ash17-May-06 2:07
zahid_ash17-May-06 2:07 
AnswerRe: Hide the MFC application in Task Manager Pin
Hamid_RT17-May-06 2:13
Hamid_RT17-May-06 2:13 
GeneralRe: Hide the MFC application in Task Manager Pin
zahid_ash17-May-06 2:24
zahid_ash17-May-06 2:24 
GeneralRe: Hide the MFC application in Task Manager Pin
ThatsAlok17-May-06 3:13
ThatsAlok17-May-06 3:13 
AnswerRe: Hide the MFC application in Task Manager Pin
Naveen17-May-06 2:19
Naveen17-May-06 2:19 

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.