Click here to Skip to main content
16,017,193 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Hi all Pin
Hamid_RT17-May-07 6:47
Hamid_RT17-May-07 6:47 
AnswerLast msg Pin
josip cagalj17-May-07 22:02
josip cagalj17-May-07 22:02 
QuestionProblem with code on Reading Files :( Pin
Immunity1816-May-07 22:32
Immunity1816-May-07 22:32 
AnswerRe: Problem with code on Reading Files :( Pin
Hamid_RT16-May-07 22:37
Hamid_RT16-May-07 22:37 
GeneralRe: Problem with code on Reading Files :( Pin
Immunity1816-May-07 22:41
Immunity1816-May-07 22:41 
Questionslow scrollbar Pin
Aint16-May-07 22:13
Aint16-May-07 22:13 
AnswerRe: slow scrollbar Pin
Mark Salsbery17-May-07 5:56
Mark Salsbery17-May-07 5:56 
AnswerRe: slow scrollbar Pin
Nelek17-May-07 20:15
protectorNelek17-May-07 20:15 
Hi,

it can depends on your UpdateWindow () too. If you are redrawing a lot of things it can difficult other things. Just take a look if other things go slow, and try to make your code faster.

I had the same problem because I was bringing CObject derived classes and erasing them after the use. I solve my speed problem using pointers. I should not copy objects but accessing them directly.

Take a look on your code Smile | :)

Greetings.

--------
M.D.V.

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

QuestionImages in CListCtrl Pin
anilkrupakar16-May-07 21:58
anilkrupakar16-May-07 21:58 
AnswerRe: Images in CListCtrl Pin
CPallini16-May-07 22:12
mveCPallini16-May-07 22:12 
AnswerRe: Images in CListCtrl Pin
Hamid_RT16-May-07 22:24
Hamid_RT16-May-07 22:24 
QuestionBoost 1.34.0 have been released! Pin
Shao Voon Wong16-May-07 21:54
mvaShao Voon Wong16-May-07 21:54 
AnswerRe: Boost 1.34.0 have been released! Pin
Sarath C16-May-07 22:33
Sarath C16-May-07 22:33 
AnswerRe: Boost 1.34.0 have been released! Pin
toxcct17-May-07 0:28
toxcct17-May-07 0:28 
QuestionHelp me Creating a Setup.exe Pin
garfield18516-May-07 21:29
garfield18516-May-07 21:29 
AnswerRe: Help me Creating a Setup.exe Pin
Hamid_RT16-May-07 22:32
Hamid_RT16-May-07 22:32 
GeneralRe: Help me Creating a Setup.exe Pin
garfield18516-May-07 22:42
garfield18516-May-07 22:42 
GeneralRe: Help me Creating a Setup.exe Pin
Hamid_RT16-May-07 22:50
Hamid_RT16-May-07 22:50 
GeneralHelp me Creating a Setup.exe Pin
garfield18517-May-07 0:31
garfield18517-May-07 0:31 
AnswerRe: Help me Creating a Setup.exe Pin
Hans Dietrich17-May-07 0:22
mentorHans Dietrich17-May-07 0:22 
GeneralRe: Help me Creating a Setup.exe Pin
garfield18517-May-07 0:37
garfield18517-May-07 0:37 
AnswerRe: Help me Creating a Setup.exe Pin
toxcct17-May-07 0:51
toxcct17-May-07 0:51 
QuestionHi All !(CString Class) Pin
Bravoone_200616-May-07 20:52
Bravoone_200616-May-07 20:52 
AnswerRe: Hi All !(CString Class) Pin
_AnsHUMAN_ 16-May-07 21:28
_AnsHUMAN_ 16-May-07 21:28 
AnswerRe: Hi All !(CString Class) Pin
prasad_som16-May-07 21:32
prasad_som16-May-07 21:32 

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.