Click here to Skip to main content
15,888,217 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to define a const multileline string Pin
Christian Graus1-Sep-05 15:55
protectorChristian Graus1-Sep-05 15:55 
GeneralRe: how to define a const multileline string Pin
Trollslayer1-Sep-05 21:58
mentorTrollslayer1-Sep-05 21:58 
AnswerRe: how to define a const multileline string Pin
xiaohe5211-Sep-05 16:23
xiaohe5211-Sep-05 16:23 
AnswerRe: how to define a const multileline string Pin
Jose Lamas Rios1-Sep-05 16:27
Jose Lamas Rios1-Sep-05 16:27 
GeneralRe: how to define a const multileline string Pin
xiaohe5211-Sep-05 16:34
xiaohe5211-Sep-05 16:34 
Questionhelp,can't create windows in constructor and OnCreate Pin
followait1-Sep-05 15:27
followait1-Sep-05 15:27 
AnswerRe: help,can't create windows in constructor and OnCreate Pin
Jose Lamas Rios1-Sep-05 17:07
Jose Lamas Rios1-Sep-05 17:07 
Generallike this Pin
followait1-Sep-05 18:13
followait1-Sep-05 18:13 
in mylist.h
class CMyList:
{
private:
CEdit m_edit;
}

in mylist.cpp
int CMyList::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
if (CListCtrl::OnCreate(lpCreateStruct) == -1)
return -1;

// TODO: Add your specialized creation code here
edit.Create(WS_BORDER|ES_AUTOHSCROLL,CRect(0,0,1,1),this,0);
return 0;
}

GeneralRe: like this Pin
Jose Lamas Rios2-Sep-05 3:06
Jose Lamas Rios2-Sep-05 3:06 
QuestionSolve Error Pin
Member 21610041-Sep-05 14:53
Member 21610041-Sep-05 14:53 
AnswerRe: Solve Error Pin
Christian Graus1-Sep-05 15:10
protectorChristian Graus1-Sep-05 15:10 
GeneralRe: Solve Error Pin
Member 21610041-Sep-05 16:37
Member 21610041-Sep-05 16:37 
GeneralRe: Solve Error Pin
Christian Graus1-Sep-05 16:38
protectorChristian Graus1-Sep-05 16:38 
GeneralRe: Solve Error Pin
Member 21610041-Sep-05 16:58
Member 21610041-Sep-05 16:58 
QuestionList of files in a directory Pin
bugDanny1-Sep-05 9:43
bugDanny1-Sep-05 9:43 
AnswerRe: List of files in a directory Pin
carks1-Sep-05 9:56
carks1-Sep-05 9:56 
GeneralRe: List of files in a directory Pin
bugDanny1-Sep-05 10:00
bugDanny1-Sep-05 10:00 
AnswerRe: List of files in a directory Pin
ThatsAlok1-Sep-05 16:19
ThatsAlok1-Sep-05 16:19 
GeneralRe: List of files in a directory Pin
sunit52-Sep-05 0:56
sunit52-Sep-05 0:56 
QuestionProblem automating IE MSHTML SELECT Element Pin
SureshMahanty1-Sep-05 8:27
SureshMahanty1-Sep-05 8:27 
AnswerRe: Problem automating IE MSHTML SELECT Element Pin
Jose Lamas Rios1-Sep-05 15:46
Jose Lamas Rios1-Sep-05 15:46 
GeneralRe: Problem automating IE MSHTML SELECT Element Pin
SureshMahanty1-Sep-05 19:16
SureshMahanty1-Sep-05 19:16 
GeneralRe: Problem automating IE MSHTML SELECT Element Pin
Jose Lamas Rios2-Sep-05 3:31
Jose Lamas Rios2-Sep-05 3:31 
GeneralRe: Problem automating IE MSHTML SELECT Element Pin
SureshMahanty2-Sep-05 9:42
SureshMahanty2-Sep-05 9:42 
QuestionSafely closing a process Pin
srev1-Sep-05 6:09
srev1-Sep-05 6:09 

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.