Click here to Skip to main content
16,005,222 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Progressbar as Part of Statusbar :: MFC Pin
Roger Allen26-Apr-02 1:57
Roger Allen26-Apr-02 1:57 
GeneralRe: Progressbar as Part of Statusbar :: MFC Pin
valikac26-Apr-02 4:56
valikac26-Apr-02 4:56 
GeneralRe: Progressbar as Part of Statusbar :: MFC Pin
Roger Allen26-Apr-02 5:53
Roger Allen26-Apr-02 5:53 
GeneralRe: Progressbar as Part of Statusbar :: MFC Pin
valikac26-Apr-02 6:46
valikac26-Apr-02 6:46 
GeneralRe: I see your point Pin
valikac26-Apr-02 6:53
valikac26-Apr-02 6:53 
GeneralRe: Message Pump Pin
valikac26-Apr-02 16:23
valikac26-Apr-02 16:23 
GeneralCOM - History Extraction Pin
Sameer Maggon25-Apr-02 19:11
Sameer Maggon25-Apr-02 19:11 
GeneralDetermining Active View :: MFC Pin
valikac25-Apr-02 15:35
valikac25-Apr-02 15:35 
Hi.

I can considering to add a new feature to a program I am current working on. I will explain briefly on the program.

I am working on a program that is basically a text editor. it looks and feels almost like Notepad.

I want to add a feature similar that includes a split view. The program will operate using two views. The views are split in horizontally. The top view is the original text. So if the user opens a text file that has "Hello MFC," then the program will always display the original text on the top view. The second view located at the bottom is the modified view. I have a feature in the program where, for example, it will seach a text file and capitalize the first letter of a sentence. Once done, I want to display the modified text in the second view.

I would like to know the best approach for something like that with these key feature:

1) separate and unique saves
--- the user can save *both* files separately. the save features on the menu applies to the original text (top view).

What is the best approach to somehow mark what view the user wants to save? I have two ideas.

1) upon save, the program would save whatever view is *active* (cursor).

2) have a second toolbar for the view #2

I am not sure how to implement either of the above. I tried adding a second toolbar, but the program ignores it (I did not see it).

Thanks,
Kuphryn
GeneralRe: Determining Active View :: MFC Pin
Joao Vaz25-Apr-02 18:55
Joao Vaz25-Apr-02 18:55 
GeneralRe: Determining Active View :: MFC Pin
valikac25-Apr-02 19:35
valikac25-Apr-02 19:35 
GeneralTaskbaricon for every childwindow in MDI Pin
Danny Springer25-Apr-02 13:06
Danny Springer25-Apr-02 13:06 
GeneralRe: Taskbaricon for every childwindow in MDI Pin
Matt Newman25-Apr-02 13:39
Matt Newman25-Apr-02 13:39 
GeneralRe: Taskbaricon for every childwindow in MDI Pin
Danny Springer25-Apr-02 19:50
Danny Springer25-Apr-02 19:50 
GeneralRe: Taskbaricon for every childwindow in MDI Pin
Nish Nishant25-Apr-02 15:06
sitebuilderNish Nishant25-Apr-02 15:06 
GeneralRe: Taskbaricon for every childwindow in MDI Pin
25-Apr-02 17:51
suss25-Apr-02 17:51 
GeneralRe: Taskbaricon for every childwindow in MDI Pin
Paul M Watt26-Apr-02 4:07
mentorPaul M Watt26-Apr-02 4:07 
GeneralCustom Command Routing :: MFC Pin
valikac25-Apr-02 12:24
valikac25-Apr-02 12:24 
GeneralRe: Custom Command Routing :: MFC Pin
Nish Nishant25-Apr-02 15:08
sitebuilderNish Nishant25-Apr-02 15:08 
GeneralRe: Custom Command Routing :: MFC Pin
valikac25-Apr-02 15:24
valikac25-Apr-02 15:24 
GeneralAny examples on Container Class + Iterator class, check this out... Pin
25-Apr-02 12:18
suss25-Apr-02 12:18 
GeneralRe: Any examples on Container Class + Iterator class, check this out... Pin
Joaquín M López Muñoz25-Apr-02 20:26
Joaquín M López Muñoz25-Apr-02 20:26 
Generala simple question about CDialog Pin
lucy25-Apr-02 11:17
lucy25-Apr-02 11:17 
GeneralRe: a simple question about CDialog Pin
Joaquín M López Muñoz25-Apr-02 11:20
Joaquín M López Muñoz25-Apr-02 11:20 
GeneralRe: a simple question about CDialog Pin
lucy25-Apr-02 11:36
lucy25-Apr-02 11:36 
GeneralRe: a simple question about CDialog Pin
Neville Franks25-Apr-02 11:52
Neville Franks25-Apr-02 11:52 

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.