Click here to Skip to main content
16,009,728 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCListCtrl and images Pin
Zizilamoroso1-Sep-04 6:27
Zizilamoroso1-Sep-04 6:27 
Generalcopy files from virtual folders Pin
sieppl1-Sep-04 5:58
sieppl1-Sep-04 5:58 
GeneralRe: copy files from virtual folders Pin
David Crow1-Sep-04 7:39
David Crow1-Sep-04 7:39 
GeneralRe: copy files from virtual folders Pin
sieppl1-Sep-04 8:32
sieppl1-Sep-04 8:32 
GeneralRe: copy files from virtual folders Pin
David Crow1-Sep-04 8:41
David Crow1-Sep-04 8:41 
GeneralRe: copy files from virtual folders Pin
sieppl1-Sep-04 21:15
sieppl1-Sep-04 21:15 
Generalusing Timer Pin
pnpfriend1-Sep-04 5:49
pnpfriend1-Sep-04 5:49 
GeneralRe: using Timer Pin
David Crow1-Sep-04 7:51
David Crow1-Sep-04 7:51 
Remember that timers are a limited global resource. I forget the exact number that can be in existence at any one time but it wasn't very many.

Contrary to some documentation, the timer ID, not the SetTimer() return value, must be used when killing the timer.

Just curious but why do you continually call SetTimer() and KillTimer()? Wouldn't it be sufficient to call each just once?

Also, the call to the base class implementation of OnTimer() is not necessary if nIDEvent is your timer.


"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen


GeneralUsing STL with Visual C++ Pin
M_A1-Sep-04 4:42
M_A1-Sep-04 4:42 
GeneralRe: Using STL with Visual C++ Pin
Joaquín M López Muñoz1-Sep-04 8:43
Joaquín M López Muñoz1-Sep-04 8:43 
GeneralRe: Using STL with Visual C++ Pin
Chris Losinger1-Sep-04 10:19
professionalChris Losinger1-Sep-04 10:19 
GeneralRe: Using STL with Visual C++ Pin
Lim Bio Liong1-Sep-04 18:23
Lim Bio Liong1-Sep-04 18:23 
GeneralRe: Using STL with Visual C++ Pin
M_A1-Sep-04 21:32
M_A1-Sep-04 21:32 
QuestionCan I declare a path with a single "\" Pin
nigma_x1-Sep-04 4:07
nigma_x1-Sep-04 4:07 
AnswerRe: Can I declare a path with a single "\" Pin
David Crow1-Sep-04 4:12
David Crow1-Sep-04 4:12 
GeneralRe: Can I declare a path with a single "\" Pin
Mika Larramo2-Sep-04 12:31
Mika Larramo2-Sep-04 12:31 
AnswerRe: Can I declare a path with a single "\" Pin
V.1-Sep-04 4:23
professionalV.1-Sep-04 4:23 
QuestionHow to call a variable in system() Pin
MrJake1-Sep-04 3:31
MrJake1-Sep-04 3:31 
AnswerRe: How to call a variable in system() Pin
David Crow1-Sep-04 4:16
David Crow1-Sep-04 4:16 
AnswerRe: How to call a variable in system() Pin
Lim Bio Liong1-Sep-04 7:31
Lim Bio Liong1-Sep-04 7:31 
QuestionHow to change Grid lines Color in List Control Pin
Muhammad Azam1-Sep-04 3:03
Muhammad Azam1-Sep-04 3:03 
GeneralList Controls Row Height Pin
Muhammad Azam1-Sep-04 3:00
Muhammad Azam1-Sep-04 3:00 
GeneralCreating user accounts in XP Pin
Phil J Pearson1-Sep-04 2:54
Phil J Pearson1-Sep-04 2:54 
GeneralRe: Creating user accounts in XP Pin
Antony M Kancidrowski1-Sep-04 3:15
Antony M Kancidrowski1-Sep-04 3:15 
GeneralRe: Creating user accounts in XP Pin
Phil J Pearson1-Sep-04 3:43
Phil J Pearson1-Sep-04 3:43 

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.