Click here to Skip to main content
15,910,358 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDirectshow Editing Service problem Pin
reg13-Sep-02 0:30
reg13-Sep-02 0:30 
QuestionChecking user passwords in NT system? Pin
GurGur13-Sep-02 0:30
GurGur13-Sep-02 0:30 
AnswerRe: Checking user passwords in NT system? Pin
Tomasz Sowinski13-Sep-02 0:32
Tomasz Sowinski13-Sep-02 0:32 
Questionhow to add event handler for toolbar item in vc++.net Pin
victorswan12-Sep-02 23:29
victorswan12-Sep-02 23:29 
AnswerRe: how to add event handler for toolbar item in vc++.net Pin
dazinith13-Sep-02 4:43
dazinith13-Sep-02 4:43 
GeneralRe: how to add event handler for toolbar item in vc++.net Pin
victorswan13-Sep-02 4:50
victorswan13-Sep-02 4:50 
GeneralRe: how to add event handler for toolbar item in vc++.net Pin
dazinith13-Sep-02 5:26
dazinith13-Sep-02 5:26 
GeneralScrolling problem! Pin
jabbaj12-Sep-02 21:41
jabbaj12-Sep-02 21:41 
Hello!
My problem is this...
I have created a view that has tabs like a property sheet.
My View class is derived from TabbedView a class derived from CCtrlView.
TabbedView class uses dialog resources to define the contents of a page.
Inside a page I create a CRichEditCtrl using the Create member function.
The applications scrollbars are created manually in the
CMainFrame::OnCreate() member function (without using the ES_CENTER or ES_RIGHT styles) and are positioned using the RecalcLayout() member function.
In the CMyView::OnVScroll() handler the contents of the RichEditCtrl are scrolled vertically using the LineScroll member function.

The problem is that when trying to use the LineScroll member function to scroll the contents of the RichEditCtrl horizontally in the
CMyView::OnHScroll() handler nothing happens.
If anybody has a suggestion on what might me wrong he/she is most welcome!
Thanks...
GeneralRe: Scrolling problem! Pin
Tomasz Sowinski13-Sep-02 0:42
Tomasz Sowinski13-Sep-02 0:42 
GeneralRe: Scrolling problem! Pin
jabbaj13-Sep-02 2:31
jabbaj13-Sep-02 2:31 
GeneralRe: Scrolling problem! Pin
Tomasz Sowinski13-Sep-02 2:38
Tomasz Sowinski13-Sep-02 2:38 
GeneralRe: Scrolling problem! Pin
jabbaj13-Sep-02 2:45
jabbaj13-Sep-02 2:45 
GeneralRe: Scrolling problem! Pin
Tomasz Sowinski13-Sep-02 2:50
Tomasz Sowinski13-Sep-02 2:50 
GeneralRe: Scrolling problem! Pin
jabbaj13-Sep-02 3:13
jabbaj13-Sep-02 3:13 
GeneralChanging Cursor Pin
suresh_sathya12-Sep-02 21:39
suresh_sathya12-Sep-02 21:39 
GeneralRe: Changing Cursor Pin
Eugene Pustovoyt12-Sep-02 22:07
Eugene Pustovoyt12-Sep-02 22:07 
GeneralRe: Changing Cursor Pin
jhwurmbach12-Sep-02 23:08
jhwurmbach12-Sep-02 23:08 
GeneralRe: Changing Cursor Pin
Tomasz Sowinski12-Sep-02 23:25
Tomasz Sowinski12-Sep-02 23:25 
GeneralTerminating a running process. Pin
abhinarulkar12-Sep-02 20:47
abhinarulkar12-Sep-02 20:47 
GeneralRe: Terminating a running process. Pin
Renjith Ramachandran13-Sep-02 0:54
Renjith Ramachandran13-Sep-02 0:54 
GeneralHTML-View Pin
Anonymous12-Sep-02 20:36
Anonymous12-Sep-02 20:36 
GeneralRe: HTML-View Pin
ColinDavies12-Sep-02 21:58
ColinDavies12-Sep-02 21:58 
GeneralRe: HTML-View Pin
Anonymous12-Sep-02 23:57
Anonymous12-Sep-02 23:57 
GeneralRe: HTML-View Pin
rrrado13-Sep-02 1:07
rrrado13-Sep-02 1:07 
GeneralRe: HTML-View Pin
Anonymous15-Sep-02 22:51
Anonymous15-Sep-02 22:51 

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.