Click here to Skip to main content
15,917,177 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL Problem, Linker error. Need Help?? Pin
ThatsAlok20-Nov-05 23:44
ThatsAlok20-Nov-05 23:44 
GeneralRe: DLL Problem, Linker error. Need Help?? Pin
Owner drawn21-Nov-05 0:45
Owner drawn21-Nov-05 0:45 
QuestionUDP/IP transfer file Pin
001141120-Nov-05 16:43
001141120-Nov-05 16:43 
QuestionHow to set the cursor shape when pop a menu? Pin
followait20-Nov-05 14:53
followait20-Nov-05 14:53 
AnswerRe: How to set the cursor shape when pop a menu? Pin
Yiling Lai20-Nov-05 15:55
Yiling Lai20-Nov-05 15:55 
AnswerRe: How to set the cursor shape when pop a menu? Pin
kakan20-Nov-05 21:47
professionalkakan20-Nov-05 21:47 
AnswerRe: How to set the cursor shape when pop a menu? Pin
Gary R. Wheeler21-Nov-05 2:37
Gary R. Wheeler21-Nov-05 2:37 
QuestionHow to scroll the Edit box without flash Pin
LaHaHa20-Nov-05 14:25
LaHaHa20-Nov-05 14:25 
I would like to know how to scroll the Edit box without flash?
In my condition, I need to keep the Edit box at the last row, so I need to scroll the Edit box after any update of the Edit box. This is my code:

if (m_LC_STATUS.GetLineCount()>11)
{
PKTstr=PKTstr.Right(PKTstr.GetLength()-m_LC_STATUS.LineLength(0)-2);
}
SetDlgItemText(IDC_LC_STATUS, PKTstr);
m_LC_STATUS.LineScroll(m_LC_STATUS.GetLineCount()-1, 0);

When I use this code, the Edit box is flash during update it.
Please help!
AnswerRe: How to scroll the Edit box without flash Pin
Yiling Lai20-Nov-05 16:03
Yiling Lai20-Nov-05 16:03 
GeneralRe: How to scroll the Edit box without flash Pin
LaHaHa20-Nov-05 18:11
LaHaHa20-Nov-05 18:11 
QuestionMFCListCtrl Question Pin
kevin12720-Nov-05 11:14
kevin12720-Nov-05 11:14 
AnswerRe: MFCListCtrl Question Pin
followait20-Nov-05 14:55
followait20-Nov-05 14:55 
GeneralRe: MFCListCtrl Question Pin
kevin12720-Nov-05 15:51
kevin12720-Nov-05 15:51 
GeneralRe: MFCListCtrl Question Pin
kevin12720-Nov-05 15:59
kevin12720-Nov-05 15:59 
QuestionAre plugins necessary in this situation? Pin
hymerman20-Nov-05 10:49
hymerman20-Nov-05 10:49 
AnswerRe: Are plugins necessary in this situation? Pin
Roger Allen21-Nov-05 6:54
Roger Allen21-Nov-05 6:54 
GeneralRe: Are plugins necessary in this situation? Pin
hymerman21-Nov-05 13:29
hymerman21-Nov-05 13:29 
QuestionCHtmlView Question Pin
Mohammad A Gdeisat20-Nov-05 10:07
Mohammad A Gdeisat20-Nov-05 10:07 
AnswerRe: CHtmlView Question Pin
Sheng Jiang 蒋晟20-Nov-05 10:35
Sheng Jiang 蒋晟20-Nov-05 10:35 
GeneralRe: CHtmlView Question Pin
vikas amin21-Nov-05 0:54
vikas amin21-Nov-05 0:54 
QuestionCFile::GetPosition and Seek Pin
Felagund226820-Nov-05 8:18
Felagund226820-Nov-05 8:18 
AnswerRe: CFile::GetPosition and Seek Pin
Mircea Puiu20-Nov-05 9:58
Mircea Puiu20-Nov-05 9:58 
GeneralRe: CFile::GetPosition and Seek Pin
Felagund226820-Nov-05 10:51
Felagund226820-Nov-05 10:51 
QuestionMFC application migration to C# Pin
jacka199920-Nov-05 7:59
jacka199920-Nov-05 7:59 
AnswerRe: MFC application migration to C# Pin
ThatsAlok20-Nov-05 21:30
ThatsAlok20-Nov-05 21:30 

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.