Click here to Skip to main content
15,917,702 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Physical Address Pin
Oscar Vazquez9-Oct-01 8:01
Oscar Vazquez9-Oct-01 8:01 
QuestionDisplaying Tooltips on the scroll? Pin
Franz Klein8-Oct-01 22:21
Franz Klein8-Oct-01 22:21 
QuestionWin98 or Win NT? Pin
Daniel Visan8-Oct-01 21:58
Daniel Visan8-Oct-01 21:58 
AnswerRe: Win98 or Win NT? Pin
Christian Graus8-Oct-01 22:55
protectorChristian Graus8-Oct-01 22:55 
QuestionHow to check whether an URL is valid? Pin
phped8-Oct-01 21:48
phped8-Oct-01 21:48 
AnswerRe: How to check whether an URL is valid? Pin
9-Oct-01 1:48
suss9-Oct-01 1:48 
GeneralSimple ComboBox Problems Pin
Xavier Shay8-Oct-01 21:42
Xavier Shay8-Oct-01 21:42 
GeneralRe: Simple ComboBox Problems Pin
Bernhard8-Oct-01 22:09
Bernhard8-Oct-01 22:09 
hi..

* the right place to initalise a dialog box would be "WM_INITDIALOG" / "OnInitDialog"... but this function is just called once (like a constructor.. but the HWND is already defined)
(btw.. for deconstruction "WM_DESTROY" / "OnDestry" would be the right place.. there the HWND is still defined)

* to your coding question.. i don't know why this doesn't work.. i use pretty the same code.. i am just using membervars of the type "control".. and this works absolutely fine for me.. the first thing i would look at is, if adding works if you put constant strings in it (like temp->AddString("Hello");)
if this works your m_pDoc->MemoryLocations[i] will not work.

hope i could help you a little bit..
Bernhard

"After twelve years of therapy my psychiatrist said something that brought tears to my eyes. He said, 'No hablo ingles.'" Ronnie Shakes
GeneralRe: Simple ComboBox Problems Pin
8-Oct-01 23:41
suss8-Oct-01 23:41 
GeneralRe: Simple ComboBox Problems Pin
Jon Hulatt9-Oct-01 1:01
Jon Hulatt9-Oct-01 1:01 
Generalpassing pointers to functions as function args Pin
mightymark8-Oct-01 21:30
mightymark8-Oct-01 21:30 
GeneralRe: passing pointers to functions as function args Pin
Andrew Torrance8-Oct-01 21:53
Andrew Torrance8-Oct-01 21:53 
GeneralRe: passing pointers to functions as function args Pin
Steen Krogsgaard8-Oct-01 23:08
Steen Krogsgaard8-Oct-01 23:08 
GeneralRe: passing pointers to functions as function args Pin
mightymark9-Oct-01 19:25
mightymark9-Oct-01 19:25 
GeneralRe: passing pointers to functions as function args Pin
Steen Krogsgaard10-Oct-01 1:33
Steen Krogsgaard10-Oct-01 1:33 
GeneralRe: passing pointers to functions as function args Pin
mightymark10-Oct-01 20:18
mightymark10-Oct-01 20:18 
GeneralRe: passing pointers to functions as function args Pin
mightymark9-Oct-01 20:27
mightymark9-Oct-01 20:27 
GeneralRe: passing pointers to functions as function args Pin
Steen Krogsgaard10-Oct-01 1:23
Steen Krogsgaard10-Oct-01 1:23 
GeneralRe: passing pointers to functions as function args Pin
mightymark10-Oct-01 20:21
mightymark10-Oct-01 20:21 
GeneralRe: passing pointers to functions as function args Pin
Steen Krogsgaard10-Oct-01 22:31
Steen Krogsgaard10-Oct-01 22:31 
GeneralMultilanguge ActiveX Control Pin
Fredrik Sigbjörn8-Oct-01 21:19
Fredrik Sigbjörn8-Oct-01 21:19 
GeneralShowing window with and without title bar Pin
D.D. de Kerf8-Oct-01 20:49
D.D. de Kerf8-Oct-01 20:49 
GeneralNDI Cache Pin
ColinDavies8-Oct-01 17:03
ColinDavies8-Oct-01 17:03 
GeneralMouse capture problem Pin
Mr.Freeze8-Oct-01 16:44
Mr.Freeze8-Oct-01 16:44 
GeneralRe: Mouse capture problem Pin
Chaos Lawful8-Oct-01 23:37
Chaos Lawful8-Oct-01 23:37 

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.