Click here to Skip to main content
15,894,825 members

Comments by tgm.arjun09 (Top 5 by date)

tgm.arjun09 11-Jun-12 23:32pm View    
Did u tried with EM_EXSETSEL.. will it place the cursor if it receives the sequence at 23 col and 10 row ?
EM_EXSETSEL it selects range of characters... but where it will place the cursor ?
tgm.arjun09 6-Jun-12 6:56am View    
Thanks Richard, But i could not found the sample using win32 api or mfc application. which i need to develop in RichEditView.
tgm.arjun09 31-May-12 0:13am View    
Hi Philippe,

Thanks for solution.
But can u pls tell me.. How to know whether application closed proper termination or abnormal termination from my dll?
let's try the solution ?

Thanks
Arjun
tgm.arjun09 15-May-12 7:01am View    
Hi! Your solution works great! But can you plz tell me, why it is not giving error in VS6.0. why it is giving error in VS2005 and later versions?
tgm.arjun09 15-May-12 6:18am View    
Hi! The C2559 error is getting only when i'm calling Base class(abstract class) constructor from derived class function. like.. Base::Base().

But it is not giving error for base class normal func Base::Func.

And i should need to use the pure virtual in base class, i should not to change. that is the requirement.