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

C / C++ / MFC

 
GeneralRe: how to define a const multileline string Pin
xiaohe5211-Sep-05 15:45
xiaohe5211-Sep-05 15:45 
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 
It won't work in the list control constructor because you need to pass the list's hWnd to m_edit.Create and hWnd will be null at that point.

I think it should work in the list's OnCreate, though. Post some code to see how you are doing it...

--
jlr
http://jlamas.blogspot.com/[^]
Generallike this Pin
followait1-Sep-05 18:13
followait1-Sep-05 18:13 
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 

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.