Click here to Skip to main content
15,915,600 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: OT + THHB Attempt 1 Pin
Rajkumar R21-Jul-08 2:08
Rajkumar R21-Jul-08 2:08 
GeneralRe: OT + THHB Attempt 1 Pin
CPallini21-Jul-08 2:14
mveCPallini21-Jul-08 2:14 
GeneralRe: OT + THHB Attempt 1 Pin
Rajkumar R21-Jul-08 2:20
Rajkumar R21-Jul-08 2:20 
GeneralRe: OT + THHB Attempt 1 Pin
CPallini21-Jul-08 2:23
mveCPallini21-Jul-08 2:23 
QuestionBeep/Audio without speakers using VC++.Net [modified] Pin
Andy Rama19-Jul-08 19:46
Andy Rama19-Jul-08 19:46 
AnswerRe: Beep/Audio without speakers using VC++.Net Pin
Ștefan-Mihai MOGA19-Jul-08 20:50
professionalȘtefan-Mihai MOGA19-Jul-08 20:50 
AnswerRe: Beep/Audio without speakers using VC++.Net Pin
CPallini20-Jul-08 22:09
mveCPallini20-Jul-08 22:09 
QuestionNewbie question, handling form focus messages Pin
kensai19-Jul-08 10:45
kensai19-Jul-08 10:45 
I have a problem with MDI forms. An MDI form in my application sets focus to a control on it(also scrolls to its location) when the form is clicked/activated/focused. I'm looking a way to prevent it. This is actually a C# application and I have no C++/WinApi knowledge. I tried Spy++ and checked messages it recieves when the mdi form is activated and when this problem occurs. I saw several messages like WM_FOCUS and such. I checked the message number, e.g 0022, and overriden WndProc function of the mdi form and tried to handle it like "if(m.Msg == 0022 || m.Msg == 22)return" for all of the messages includes word "focus" but this didn't do any good. I don't know what else I can do.

This is actually a .NET question I posted here but I thought maybe someone with C++/WinApi knowledge could help me with this. It's driving me insane and I appreciate any help.
QuestionNo avi file has been stored, when Capturing Video to a File Pin
dwk0019-Jul-08 3:34
dwk0019-Jul-08 3:34 
QuestionHow to assign a same icon id to different files programatically? Pin
Priya_Sundar19-Jul-08 1:18
Priya_Sundar19-Jul-08 1:18 
AnswerRe: How to assign a same icon id to different files programatically? Pin
Joe Woodbury19-Jul-08 8:57
professionalJoe Woodbury19-Jul-08 8:57 
QuestionNeed algorithm to find paths Pin
Member 465568519-Jul-08 1:14
Member 465568519-Jul-08 1:14 
AnswerRe: Need algorithm to find paths Pin
CPallini19-Jul-08 9:45
mveCPallini19-Jul-08 9:45 
QuestionPrecendece warning Message! Pin
Priya_Sundar18-Jul-08 23:21
Priya_Sundar18-Jul-08 23:21 
AnswerRe: Precendece warning Message! Pin
Ștefan-Mihai MOGA18-Jul-08 23:46
professionalȘtefan-Mihai MOGA18-Jul-08 23:46 
GeneralRe: Precendece warning Message! Pin
Priya_Sundar19-Jul-08 0:30
Priya_Sundar19-Jul-08 0:30 
GeneralRe: Precendece warning Message! Pin
Ștefan-Mihai MOGA19-Jul-08 0:34
professionalȘtefan-Mihai MOGA19-Jul-08 0:34 
GeneralRe: Precendece warning Message! Pin
Priya_Sundar19-Jul-08 0:43
Priya_Sundar19-Jul-08 0:43 
QuestionRe: Precendece warning Message! Pin
David Crow19-Jul-08 11:10
David Crow19-Jul-08 11:10 
QuestionList Control in MFC Pin
AnithaSubramani18-Jul-08 19:42
AnithaSubramani18-Jul-08 19:42 
AnswerRe: List Control in MFC Pin
Ștefan-Mihai MOGA18-Jul-08 21:44
professionalȘtefan-Mihai MOGA18-Jul-08 21:44 
Questiontab control with dialogs Pin
ani_ikram18-Jul-08 19:33
ani_ikram18-Jul-08 19:33 
QuestionRe: tab control with dialogs Pin
Rajesh R Subramanian18-Jul-08 22:00
professionalRajesh R Subramanian18-Jul-08 22:00 
QuestionHow often should you seed a random number generator? Pin
Sauce!18-Jul-08 19:30
Sauce!18-Jul-08 19:30 
AnswerRe: How often should you seed a random number generator? Pin
bob1697218-Jul-08 19:36
bob1697218-Jul-08 19:36 

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.