Click here to Skip to main content
15,905,233 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to find the most frequent value of string array, and how many Pin
Chris Losinger5-May-12 1:31
professionalChris Losinger5-May-12 1:31 
GeneralRe: How to find the most frequent value of string array, and how many Pin
Randor 20-Nov-11 11:12
professional Randor 20-Nov-11 11:12 
GeneralRe: How to find the most frequent value of string array, and how many Pin
Peter_in_278021-Nov-11 16:33
professionalPeter_in_278021-Nov-11 16:33 
Questionto read a file into an array Pin
robin70019-Nov-11 22:41
robin70019-Nov-11 22:41 
AnswerRe: to read a file into an array Pin
Maximilien20-Nov-11 0:24
Maximilien20-Nov-11 0:24 
AnswerRe: to read a file into an array Pin
Niklas L20-Nov-11 10:06
Niklas L20-Nov-11 10:06 
Questionsocket prograaming doubt! Pin
robin70019-Nov-11 10:04
robin70019-Nov-11 10:04 
AnswerRe: socket prograaming doubt! Pin
Erudite_Eric19-Nov-11 10:30
Erudite_Eric19-Nov-11 10:30 
AnswerRe: socket prograaming doubt! Pin
Albert Holguin19-Nov-11 15:41
professionalAlbert Holguin19-Nov-11 15:41 
QuestionApplication is getting crashed at ShowWndow Pin
Amrit Agr19-Nov-11 3:21
Amrit Agr19-Nov-11 3:21 
AnswerRe: Application is getting crashed at ShowWndow Pin
Chris Losinger19-Nov-11 3:49
professionalChris Losinger19-Nov-11 3:49 
AnswerRe: Application is getting crashed at ShowWndow Pin
Chuck O'Toole19-Nov-11 5:43
Chuck O'Toole19-Nov-11 5:43 
QuestionWhat is differences between a background thread and a modeless dialog? Pin
Member 28839419-Nov-11 0:31
Member 28839419-Nov-11 0:31 
AnswerRe: What is differences between a background thread and a modeless dialog? Pin
Richard MacCutchan19-Nov-11 0:41
mveRichard MacCutchan19-Nov-11 0:41 
AnswerRe: What is differences between a background thread and a modeless dialog? Pin
Albert Holguin19-Nov-11 15:48
professionalAlbert Holguin19-Nov-11 15:48 
QuestionMDI application with CMFCVisualManager, can dialog have the themes? Pin
rahul.kulshreshtha18-Nov-11 23:20
rahul.kulshreshtha18-Nov-11 23:20 
QuestionSimplest way to start a MFC program from a MFC program Pin
Member 28839418-Nov-11 21:38
Member 28839418-Nov-11 21:38 
AnswerRe: Simplest way to start a MFC program from a MFC program Pin
Richard MacCutchan18-Nov-11 22:01
mveRichard MacCutchan18-Nov-11 22:01 
GeneralRe: Simplest way to start a MFC program from a MFC program Pin
Member 28839418-Nov-11 23:01
Member 28839418-Nov-11 23:01 
GeneralRe: Simplest way to start a MFC program from a MFC program Pin
Richard MacCutchan18-Nov-11 23:06
mveRichard MacCutchan18-Nov-11 23:06 
GeneralRe: Simplest way to start a MFC program from a MFC program Pin
Member 28839418-Nov-11 23:18
Member 28839418-Nov-11 23:18 
QuestionHow to inhibit parent window from blocking when using CSocket/CTimeoutSocket Pin
Member 28839418-Nov-11 20:53
Member 28839418-Nov-11 20:53 
I am trying to create a program in MFC that talkes to several wireless IP-routers on internet. Now and then will a router be disconnected, and when that happen will the parent window in my MFC program be blocked for a while, which is not acceptable.

The reason for this is that in my MFC program it should be possible for a user to send and receive commands to one of the router while the other routers is supervised (I sending a special command to these router to see if they is still up and running).

The problem is that if one of the routers is disconnected and my MFC program sends out a supervise command to this router will the main window be blocked which means that a user cannot use the parent window for 30 seconds or so.

I have tried to solve this with a worker thread but I could not invoke any CTimeoutSocket from this thread since the MFC program stopped working then.

So I tried to create a hidden modeless dialog and put all the CTimeoutSocket code in this dialog but when a socket is blocked for a while will not only the modeless dialog be blocket but also the parent window.

So have anyone any idea how I shall do to inhibit the parent window from be blocked?

modified 19-Nov-11 3:15am.

AnswerRe: How to inhibit parent window from blocking when using CSocket/CTimeoutSocket Pin
Code-o-mat20-Nov-11 2:23
Code-o-mat20-Nov-11 2:23 
QuestionReverse Triangle Star Pin
AREYASB18-Nov-11 17:21
AREYASB18-Nov-11 17:21 
AnswerRe: Reverse Triangle Star Pin
Rajesh R Subramanian18-Nov-11 17:51
professionalRajesh R Subramanian18-Nov-11 17: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.