Click here to Skip to main content
16,015,393 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to reduce the size of an Image using GDI+ Pin
snprani@yahoo.com13-Mar-06 22:59
snprani@yahoo.com13-Mar-06 22:59 
QuestionAccessing DHCP Lease Table Pin
activee13-Mar-06 22:53
activee13-Mar-06 22:53 
QuestionBypass proxy Pin
Girish60113-Mar-06 22:51
Girish60113-Mar-06 22:51 
Questiondestroying and loading Forms:VC++ .NET Pin
luhfluh13-Mar-06 22:45
luhfluh13-Mar-06 22:45 
QuestionBackspace problem in ActiveX embeded in IE Pin
Muhammad Azam13-Mar-06 22:34
Muhammad Azam13-Mar-06 22:34 
AnswerRe: Backspace problem in ActiveX embeded in IE Pin
khan++14-Mar-06 1:54
khan++14-Mar-06 1:54 
GeneralRe: Backspace problem in ActiveX embeded in IE Pin
Muhammad Azam14-Mar-06 6:37
Muhammad Azam14-Mar-06 6:37 
GeneralRe: Backspace problem in ActiveX embeded in IE Pin
khan++14-Mar-06 19:21
khan++14-Mar-06 19:21 
I meant that you could subclass it. Which basically means implementing the WndProc for the control.
The actual code would depend on whether you are using MFC or not. In MFC, it is really easy, as you could just derive a class from CEdit. Then in that class, you can control everything the edit control does, like, handling backspace, Esc etc. In WTL, it is just a little different.
Search this site for the many edit controls:
http://www.codeproject.com/editctrl/[^]
Here, you will find many implementations. Choose the best one for your purpose.


this is this.
QuestionFiles Pin
chaitanya2213-Mar-06 22:33
chaitanya2213-Mar-06 22:33 
AnswerRe: Files Pin
Ray Kinsella13-Mar-06 22:36
Ray Kinsella13-Mar-06 22:36 
AnswerRe: Files Pin
kakan13-Mar-06 22:37
professionalkakan13-Mar-06 22:37 
GeneralRe: Files Pin
chaitanya2213-Mar-06 23:19
chaitanya2213-Mar-06 23:19 
GeneralRe: Files Pin
kakan13-Mar-06 23:42
professionalkakan13-Mar-06 23:42 
GeneralRe: Files Pin
chaitanya2214-Mar-06 5:20
chaitanya2214-Mar-06 5:20 
GeneralRe: Files Pin
kakan14-Mar-06 19:20
professionalkakan14-Mar-06 19:20 
QuestionHELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
chev_ls113-Mar-06 22:28
chev_ls113-Mar-06 22:28 
AnswerRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
Stephen Hewitt13-Mar-06 22:31
Stephen Hewitt13-Mar-06 22:31 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
chev_ls113-Mar-06 22:41
chev_ls113-Mar-06 22:41 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
Stephen Hewitt13-Mar-06 22:45
Stephen Hewitt13-Mar-06 22:45 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
chev_ls113-Mar-06 22:54
chev_ls113-Mar-06 22:54 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
khan++14-Mar-06 2:30
khan++14-Mar-06 2:30 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
David Crow14-Mar-06 3:11
David Crow14-Mar-06 3:11 
AnswerRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
Ray Kinsella13-Mar-06 22:33
Ray Kinsella13-Mar-06 22:33 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
chev_ls113-Mar-06 22:43
chev_ls113-Mar-06 22:43 
AnswerRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
Cool Ju13-Mar-06 23:38
Cool Ju13-Mar-06 23:38 

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.