Need MFC Help

  • Thread starter Thread starter Snapple
  • Start date Start date
S

Snapple

Hey all,
I need some help with MFC, I have a multiline CEdit with AUTOVSCROL
option.
Now... it works though when I do UpdateData the scrollbar goes up t
the sta
rt and displays the start of the text, I am creating the CEdit
dynamically
and I tried using LineScroll option to make it go to the bottom of th
scrol
l, it works though when I try to create another CEdit, it distrupt
it's bor
der and some of the scroller, making parts of them invisible.
Anyone know anything about this issue?

Yours help will be greatly appreciapted! :)

Thanks,
Tomm


-
Snappl
 
Hey all,
I need some help with MFC, I have a multiline CEdit with AUTOVSCROLL
option.
Now... it works though when I do UpdateData the scrollbar goes up to
the sta
rt and displays the start of the text, I am creating the CEdits
dynamically
and I tried using LineScroll option to make it go to the bottom of the
scrol
l, it works though when I try to create another CEdit, it distrupts
it's bor
der and some of the scroller, making parts of them invisible.
Anyone know anything about this issue?


Hi,
The MFC experts are mostly active on microsoft.public.vc.mfc
You will get a better chance of getting a correct answer quickly in that
newsgroup.

--

Kind regards,
Bruno van Dooren
(e-mail address removed)
Remove only "_nos_pam"
 
Back
Top