Click here to Skip to main content
15,889,216 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionquestion regarding sockets Pin
mkrtchyanmarianna2-Jun-09 19:12
mkrtchyanmarianna2-Jun-09 19:12 
AnswerRe: question regarding sockets Pin
Stuart Dootson2-Jun-09 22:06
professionalStuart Dootson2-Jun-09 22:06 
QuestionHow to free unsigned long pointer variable? Pin
VCProgrammer2-Jun-09 19:05
VCProgrammer2-Jun-09 19:05 
AnswerRe: How to free unsigned long pointer variable? Pin
Naveen2-Jun-09 20:03
Naveen2-Jun-09 20:03 
QuestionWindow maximize and Minimize Pin
002comp2-Jun-09 18:45
002comp2-Jun-09 18:45 
AnswerRe: Window maximize and Minimize Pin
Naveen2-Jun-09 18:56
Naveen2-Jun-09 18:56 
GeneralRe: Window maximize and Minimize Pin
002comp2-Jun-09 19:06
002comp2-Jun-09 19:06 
GeneralRe: Window maximize and Minimize Pin
Naveen2-Jun-09 19:11
Naveen2-Jun-09 19:11 
Enumerate all the top level windows in the thread using the EnumThreadWindows() and then call ShowWindow( SW_MINIMIZE ) for each of them


GeneralRe: Window maximize and Minimize Pin
002comp2-Jun-09 20:36
002comp2-Jun-09 20:36 
GeneralRe: Window maximize and Minimize Pin
Naveen2-Jun-09 20:48
Naveen2-Jun-09 20:48 
GeneralRe: Window maximize and Minimize Pin
002comp2-Jun-09 21:21
002comp2-Jun-09 21:21 
GeneralRe: Window maximize and Minimize Pin
002comp2-Jun-09 22:48
002comp2-Jun-09 22:48 
QuestionCDockablePane without Close button PinPopular
VCsamir2-Jun-09 18:23
VCsamir2-Jun-09 18:23 
AnswerRe: CDockablePane without Close button Pin
laiboy6-Feb-10 1:41
laiboy6-Feb-10 1:41 
GeneralRe: CDockablePane without Close button Pin
Alexandre GRANVAUD16-May-11 23:09
Alexandre GRANVAUD16-May-11 23:09 
QuestionHow to design a decoder in C++? Pin
kapardhi2-Jun-09 18:04
kapardhi2-Jun-09 18:04 
AnswerRe: How to design a decoder in C++? Pin
CPallini2-Jun-09 21:22
mveCPallini2-Jun-09 21:22 
AnswerRe: How to design a decoder in C++? Pin
Stuart Dootson2-Jun-09 22:55
professionalStuart Dootson2-Jun-09 22:55 
GeneralRe: How to design a decoder in C++? Pin
kapardhi3-Jun-09 18:35
kapardhi3-Jun-09 18:35 
GeneralRe: How to design a decoder in C++? Pin
Stuart Dootson3-Jun-09 21:33
professionalStuart Dootson3-Jun-09 21:33 
GeneralRe: How to design a decoder in C++? Pin
kapardhi4-Jun-09 3:27
kapardhi4-Jun-09 3:27 
GeneralRe: How to design a decoder in C++? Pin
Stuart Dootson4-Jun-09 3:31
professionalStuart Dootson4-Jun-09 3:31 
GeneralRe: How to design a decoder in C++? [modified] Pin
kapardhi4-Jun-09 3:49
kapardhi4-Jun-09 3:49 
GeneralRe: How to design a decoder in C++? Pin
Stuart Dootson4-Jun-09 3:59
professionalStuart Dootson4-Jun-09 3:59 
GeneralRe: How to design a decoder in C++? Pin
kapardhi4-Jun-09 21:03
kapardhi4-Jun-09 21:03 

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.