Click here to Skip to main content
15,914,820 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: question about deleting a record in a database table. Pin
Carlos Antollini4-Sep-02 8:43
Carlos Antollini4-Sep-02 8:43 
GeneralRe: question about deleting a record in a database table. Pin
ns4-Sep-02 8:50
ns4-Sep-02 8:50 
GeneralRe: question about deleting a record in a database table. Pin
Alexandru Savescu5-Sep-02 20:48
Alexandru Savescu5-Sep-02 20:48 
GeneralCompilation Question Pin
Michael Pyatski4-Sep-02 7:50
sussMichael Pyatski4-Sep-02 7:50 
GeneralRe: Compilation Question Pin
Matthew R. Miller4-Sep-02 10:26
Matthew R. Miller4-Sep-02 10:26 
GeneralRe: Compilation Question Pin
Stephane Rodriguez.4-Sep-02 10:38
Stephane Rodriguez.4-Sep-02 10:38 
GeneralRe: Compilation Question Pin
Gary R. Wheeler5-Sep-02 3:10
Gary R. Wheeler5-Sep-02 3:10 
Generallost cursor Pin
Anonymous4-Sep-02 6:34
Anonymous4-Sep-02 6:34 
Hi,

I have a problem which can be reduced to the following question: how can I place programmatically the cursor to a given position in my view?

In more detail: I make some manipultions of the UI and at this time the focus in the main window gets lost. I tried

1. Setting focus to the MainFrame
pFrame->SetFocus(); 


2. Setting focus to the view
pView->SetFocus(); 


3. Showing the caret at its previous position
pView->SetFocus();
pView->SetCaretPos(pointCaret);
pView->ShowCaret();


without success, the cursor remains lost.
Its about a CHtmlEditView.
Any help would be highly appreciated.

Thanks

R.
GeneralRe: lost cursor Pin
John Fisher4-Sep-02 7:56
John Fisher4-Sep-02 7:56 
Generalhelp! How to exit gracefully Pin
ns4-Sep-02 6:34
ns4-Sep-02 6:34 
GeneralRe: help! How to exit gracefully Pin
Gero Gerber4-Sep-02 6:43
Gero Gerber4-Sep-02 6:43 
GeneralRe: help! How to exit gracefully Pin
Abin4-Sep-02 7:18
Abin4-Sep-02 7:18 
GeneralThanks much !! Pin
ns4-Sep-02 7:29
ns4-Sep-02 7:29 
GeneralAccelerator Keys in dialog Pin
DRHuff4-Sep-02 5:50
DRHuff4-Sep-02 5:50 
GeneralRe: Accelerator Keys in dialog Pin
Tomasz Sowinski4-Sep-02 5:56
Tomasz Sowinski4-Sep-02 5:56 
GeneralRe: Accelerator Keys in dialog Pin
DRHuff4-Sep-02 6:04
DRHuff4-Sep-02 6:04 
GeneralRe: Accelerator Keys in dialog Pin
Max Santos4-Sep-02 7:44
Max Santos4-Sep-02 7:44 
GeneralRe: Accelerator Keys in dialog Pin
Chris Losinger4-Sep-02 7:55
professionalChris Losinger4-Sep-02 7:55 
GeneralRe: Accelerator Keys in dialog Pin
Andreas Saurwein4-Sep-02 12:41
Andreas Saurwein4-Sep-02 12:41 
GeneralRe: Accelerator Keys in dialog Pin
Chris Losinger4-Sep-02 12:45
professionalChris Losinger4-Sep-02 12:45 
GeneralRe: Accelerator Keys in dialog Pin
Alexandru Savescu4-Sep-02 21:16
Alexandru Savescu4-Sep-02 21:16 
Questionhow to highlight item selected in the listctrl Pin
ns4-Sep-02 4:30
ns4-Sep-02 4:30 
AnswerRe: how to highlight item selected in the listctrl Pin
Pavel Klocek4-Sep-02 4:36
Pavel Klocek4-Sep-02 4:36 
GeneralRe: how to highlight item selected in the listctrl Pin
ns4-Sep-02 4:48
ns4-Sep-02 4:48 
GeneralReading past end-of-file Pin
Haim Yulzari4-Sep-02 4:17
Haim Yulzari4-Sep-02 4:17 

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.