Click here to Skip to main content
15,923,226 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCListCtrl flicker... Pin
bryce21-Jul-04 16:31
bryce21-Jul-04 16:31 
GeneralRe: CListCtrl ficker... Pin
palbano21-Jul-04 17:11
palbano21-Jul-04 17:11 
GeneralRe: CListCtrl ficker... Pin
bryce21-Jul-04 17:27
bryce21-Jul-04 17:27 
GeneralRe: CListCtrl flicker... Pin
wb22-Jul-04 4:11
wb22-Jul-04 4:11 
GeneralStandalone mfc application Pin
TallAndyB21-Jul-04 14:22
TallAndyB21-Jul-04 14:22 
GeneralRe: Standalone mfc application Pin
Michael Dunn21-Jul-04 15:03
sitebuilderMichael Dunn21-Jul-04 15:03 
GeneralRe: Standalone mfc application Pin
palbano21-Jul-04 16:58
palbano21-Jul-04 16:58 
GeneralMultiline editbox Pin
Spank me!!21-Jul-04 13:16
Spank me!!21-Jul-04 13:16 
Hello, I have an editbox that is in a child dialog – this child dialog is a “cancel test” type screen having a single button that when pushed cancels a long series of calculations, and a single multilane editbox that receives information from my main program and displays them in a multilane form.

Here is my problem: I can get the multilane part to work great, but I always have to scroll down to see the most recent message. For example, if I were to make an editbox that is only tall enough to print a single line, then I will always see the very first string that I sent to the editbox – I am wanting to see the most recent string, not the oldest.

I know I need to use something like pcanceldlg->LineScroll(1, 0); but I always get an error saying LineScroll' : is not a member of 'CCancelBoxDlg' If anyone can help me with how to use the LineScroll function in a child dialog I would greatly appreciate it.

If it helps any, here is the code I am using to send the strings:
pcanceldlg->GetDlgItemText(1015, s_oldprogress);<br />
  s_newprogress = s_oldprogress + "\r\n" + s_progress;<br />
  pcanceldlg->SetDlgItemText(IDC_MOVEMENTDIALOG, s_newprogress);


Thanks,

Loren
GeneralRe: Multiline editbox Pin
Alexander Wiseman21-Jul-04 15:38
Alexander Wiseman21-Jul-04 15:38 
GeneralRe: Multiline editbox Pin
Harold Bamford23-Jul-04 11:05
Harold Bamford23-Jul-04 11:05 
GeneralDatabase Update????? Urgent Pin
Small Rat21-Jul-04 12:46
Small Rat21-Jul-04 12:46 
GeneralRe: Database Update????? Urgent Pin
palbano21-Jul-04 16:34
palbano21-Jul-04 16:34 
GeneralRe: Database Update????? Urgent Pin
Small Rat21-Jul-04 16:49
Small Rat21-Jul-04 16:49 
GeneralRe: Database Update????? Urgent Pin
TaknuMone22-Jul-04 2:03
TaknuMone22-Jul-04 2:03 
GeneralRe: Database Update????? Urgent Pin
Small Rat23-Jul-04 18:39
Small Rat23-Jul-04 18:39 
GeneralRe: Database Update????? Urgent Pin
palbano22-Jul-04 5:47
palbano22-Jul-04 5:47 
GeneralRe: Database Update????? Urgent Pin
Small Rat23-Jul-04 18:40
Small Rat23-Jul-04 18:40 
GeneralC++ file i/o Pin
Anonymous21-Jul-04 12:06
Anonymous21-Jul-04 12:06 
GeneralRe: C++ file i/o Pin
bryce21-Jul-04 16:34
bryce21-Jul-04 16:34 
GeneralC compiler Pin
---Mark---21-Jul-04 10:53
---Mark---21-Jul-04 10:53 
GeneralRe: C compiler Pin
dzenad21-Jul-04 11:41
dzenad21-Jul-04 11:41 
GeneralRe: C compiler Pin
Michael Dunn21-Jul-04 11:42
sitebuilderMichael Dunn21-Jul-04 11:42 
GeneralRe: C compiler Pin
Timothy Grabrian23-Jul-04 14:10
professionalTimothy Grabrian23-Jul-04 14:10 
Generalproblem in my message box Pin
magee8121-Jul-04 10:40
sussmagee8121-Jul-04 10:40 
GeneralRe: problem in my message box Pin
David Crow21-Jul-04 10:56
David Crow21-Jul-04 10:56 

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.