Click here to Skip to main content
15,887,331 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Dialog Control Transparent Property Pin
Andrew Brock26-Oct-11 5:28
Andrew Brock26-Oct-11 5:28 
GeneralRe: Dialog Control Transparent Property Pin
softwaremonkey26-Oct-11 5:50
softwaremonkey26-Oct-11 5:50 
GeneralRe: Dialog Control Transparent Property Pin
Andrew Brock26-Oct-11 5:54
Andrew Brock26-Oct-11 5:54 
GeneralRe: Dialog Control Transparent Property Pin
softwaremonkey26-Oct-11 7:23
softwaremonkey26-Oct-11 7:23 
Questionsource c++ genetic algorithm function Pin
hasan rad26-Oct-11 1:15
hasan rad26-Oct-11 1:15 
AnswerRe: source c++ genetic algorithm function Pin
Richard MacCutchan26-Oct-11 1:28
mveRichard MacCutchan26-Oct-11 1:28 
AnswerRe: source c++ genetic algorithm function Pin
TheGreatAndPowerfulOz26-Oct-11 5:04
TheGreatAndPowerfulOz26-Oct-11 5:04 
QuestionCFromView Pin
john563225-Oct-11 22:19
john563225-Oct-11 22:19 
Hi,

I created the CFromView dynamically, Form is having CListCtrl where should set the style for CListCtrl?
the below code is giving error as m_ListDriveis is NULL .

bool CRecoverDriveDlg::CreateView(UINT Style, CRect rect,CWnd *Parent)
{
	Create(NULL,NULL,Style,rect,Parent,0x10,NULL);
	
	m_ListDrive.SetExtendedStyle(LVS_EX_FULLROWSELECT);//error
	return 1;
}

AnswerRe: CFromView Pin
Richard MacCutchan25-Oct-11 22:38
mveRichard MacCutchan25-Oct-11 22:38 
AnswerRe: CFromView Pin
Andrew Brock25-Oct-11 23:31
Andrew Brock25-Oct-11 23:31 
GeneralRe: CFromView Pin
Richard MacCutchan26-Oct-11 1:27
mveRichard MacCutchan26-Oct-11 1:27 
GeneralRe: CFromView Pin
Andrew Brock26-Oct-11 1:30
Andrew Brock26-Oct-11 1:30 
GeneralRe: CFromView Pin
Richard MacCutchan26-Oct-11 2:08
mveRichard MacCutchan26-Oct-11 2:08 
GeneralRe: CFromView Pin
Andrew Brock26-Oct-11 2:17
Andrew Brock26-Oct-11 2:17 
GeneralRe: CFromView Pin
Richard MacCutchan26-Oct-11 2:43
mveRichard MacCutchan26-Oct-11 2:43 
AnswerRe: CFromView Pin
CPallini25-Oct-11 23:35
mveCPallini25-Oct-11 23:35 
QuestionQuestion on Windows IOCP Pin
SAMZCN25-Oct-11 17:04
SAMZCN25-Oct-11 17:04 
AnswerRe: Question on Windows IOCP Pin
Mark Salsbery25-Oct-11 17:34
Mark Salsbery25-Oct-11 17:34 
GeneralRe: Question on Windows IOCP Pin
SAMZCN25-Oct-11 23:54
SAMZCN25-Oct-11 23:54 
GeneralRe: Question on Windows IOCP Pin
Mark Salsbery26-Oct-11 5:08
Mark Salsbery26-Oct-11 5:08 
GeneralRe: Question on Windows IOCP Pin
SAMZCN26-Oct-11 15:42
SAMZCN26-Oct-11 15:42 
QuestionIMPLEMENT_SERIAL - VERSIONABLE_SCHEMA problem Pin
_Flaviu25-Oct-11 7:31
_Flaviu25-Oct-11 7:31 
AnswerRe: IMPLEMENT_SERIAL - VERSIONABLE_SCHEMA problem Pin
Erudite_Eric25-Oct-11 8:08
Erudite_Eric25-Oct-11 8:08 
QuestionUsing Timer with non-dialog class Pin
aangerma24-Oct-11 22:13
aangerma24-Oct-11 22:13 
AnswerRe: Using Timer with non-dialog class Pin
_AnsHUMAN_ 24-Oct-11 22:30
_AnsHUMAN_ 24-Oct-11 22:30 

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.