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

C / C++ / MFC

 
AnswerRe: bit extraction from BYTE Pin
normanS9-Mar-10 22:37
normanS9-Mar-10 22:37 
AnswerRe: bit extraction from BYTE Pin
«_Superman_»9-Mar-10 22:56
professional«_Superman_»9-Mar-10 22:56 
GeneralRe: bit extraction from BYTE Pin
Mohan Ramachandra9-Mar-10 23:09
Mohan Ramachandra9-Mar-10 23:09 
GeneralRe: bit extraction from BYTE Pin
«_Superman_»9-Mar-10 23:21
professional«_Superman_»9-Mar-10 23:21 
AnswerRe: bit extraction from BYTE Pin
CPallini9-Mar-10 23:18
mveCPallini9-Mar-10 23:18 
AnswerRe: bit extraction from BYTE Pin
KarstenK10-Mar-10 4:15
mveKarstenK10-Mar-10 4:15 
GeneralRe: bit extraction from BYTE Pin
CPallini10-Mar-10 11:24
mveCPallini10-Mar-10 11:24 
QuestionDialog Box Resize [modified] Pin
shiv@nand9-Mar-10 21:48
shiv@nand9-Mar-10 21:48 
I have created 3 modeless child dialogbox dynamically on Parent dialog,

CDialogBoxDlg *m_Sel[3];

for(int i=0;i<3;i++)
{
m_Sel[i]=new CDialogBoxDlg();
m_Sel[i]->Create (IDD_DIALOG,this);
m_Sel[i]->ShowWindow (SW_SHOW);
}
after creating ,if i click on title bar and move the dialog1 or dialog2 or dialog 3,then it will not look clearly,if i Resize the Border then it will looks clearly.

i tried Invalidate(), UpdateWindow() and RedrawWindow() then also it is not working please help.


-- Modified Wednesday, March 10, 2010 4:12 AM
AnswerRe: Dialog Box Resize Pin
Mohan Ramachandra9-Mar-10 21:53
Mohan Ramachandra9-Mar-10 21:53 
AnswerRe: Dialog Box Resize Pin
«_Superman_»9-Mar-10 22:10
professional«_Superman_»9-Mar-10 22:10 
QuestionProblem with WaitForSingleObject for multiple calls to ReleaseSemaphore Pin
temp.cyberfiles9-Mar-10 21:34
temp.cyberfiles9-Mar-10 21:34 
AnswerRe: Problem with WaitForSingleObject for multiple calls to ReleaseSemaphore Pin
Cool_Dev9-Mar-10 22:09
Cool_Dev9-Mar-10 22:09 
GeneralRe: Problem with WaitForSingleObject for multiple calls to ReleaseSemaphore Pin
temp.cyberfiles9-Mar-10 22:26
temp.cyberfiles9-Mar-10 22:26 
GeneralRe: Problem with WaitForSingleObject for multiple calls to ReleaseSemaphore Pin
Cool_Dev9-Mar-10 22:29
Cool_Dev9-Mar-10 22:29 
QuestionHow to register an ActiveX ocx file Pin
rahul.kulshreshtha9-Mar-10 20:16
rahul.kulshreshtha9-Mar-10 20:16 
AnswerRe: How to register an ActiveX ocx file Pin
«_Superman_»9-Mar-10 20:24
professional«_Superman_»9-Mar-10 20:24 
GeneralRe: How to register an ActiveX ocx file Pin
rahul.kulshreshtha9-Mar-10 20:26
rahul.kulshreshtha9-Mar-10 20:26 
GeneralRe: How to register an ActiveX ocx file Pin
Rajesh R Subramanian9-Mar-10 20:28
professionalRajesh R Subramanian9-Mar-10 20:28 
GeneralRe: How to register an ActiveX ocx file Pin
rahul.kulshreshtha9-Mar-10 20:29
rahul.kulshreshtha9-Mar-10 20:29 
GeneralRe: How to register an ActiveX ocx file Pin
«_Superman_»9-Mar-10 20:28
professional«_Superman_»9-Mar-10 20:28 
GeneralRe: How to register an ActiveX ocx file Pin
rahul.kulshreshtha9-Mar-10 21:05
rahul.kulshreshtha9-Mar-10 21:05 
GeneralRe: How to register an ActiveX ocx file Pin
rahul.kulshreshtha9-Mar-10 21:22
rahul.kulshreshtha9-Mar-10 21:22 
AnswerRe: How to register an ActiveX ocx file Pin
Rajesh R Subramanian9-Mar-10 20:26
professionalRajesh R Subramanian9-Mar-10 20:26 
QuestionRe: How to register an ActiveX ocx file Pin
rahul.kulshreshtha9-Mar-10 21:15
rahul.kulshreshtha9-Mar-10 21:15 
AnswerRe: How to register an ActiveX ocx file Pin
Rajesh R Subramanian9-Mar-10 21:59
professionalRajesh R Subramanian9-Mar-10 21:59 

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.