Click here to Skip to main content
15,918,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Increase number of files that can be opened Pin
vineeshV4-Jul-08 1:57
vineeshV4-Jul-08 1:57 
QuestionRe: Increase number of files that can be opened Pin
CPallini4-Jul-08 2:09
mveCPallini4-Jul-08 2:09 
AnswerRe: Increase number of files that can be opened Pin
vineeshV4-Jul-08 2:46
vineeshV4-Jul-08 2:46 
GeneralRe: Increase number of files that can be opened Pin
CPallini4-Jul-08 2:55
mveCPallini4-Jul-08 2:55 
GeneralRe: Increase number of files that can be opened Pin
vineeshV4-Jul-08 3:21
vineeshV4-Jul-08 3:21 
QuestionRe: Increase number of files that can be opened Pin
CPallini4-Jul-08 2:07
mveCPallini4-Jul-08 2:07 
AnswerRe: Increase number of files that can be opened Pin
Iain Clarke, Warrior Programmer4-Jul-08 2:28
Iain Clarke, Warrior Programmer4-Jul-08 2:28 
AnswerRe: Increase number of files that can be opened Pin
Randor 4-Jul-08 5:54
professional Randor 4-Jul-08 5:54 
QuestionC++ ATL DLL Addin for Windows Mail is blocked by Vista's DEP Pin
dolly4-Jul-08 1:34
dolly4-Jul-08 1:34 
AnswerRe: C++ ATL DLL Addin for Windows Mail is blocked by Vista's DEP Pin
Iain Clarke, Warrior Programmer4-Jul-08 2:38
Iain Clarke, Warrior Programmer4-Jul-08 2:38 
GeneralRe: C++ ATL DLL Addin for Windows Mail is blocked by Vista's DEP Pin
dolly7-Jul-08 18:45
dolly7-Jul-08 18:45 
QuestionProduct ID and vendor ID of the devices Pin
Y K Kishore Kumar4-Jul-08 1:30
Y K Kishore Kumar4-Jul-08 1:30 
AnswerRe: Product ID and vendor ID of the devices Pin
_AnsHUMAN_ 4-Jul-08 1:59
_AnsHUMAN_ 4-Jul-08 1:59 
QuestionCreateProcessAsUser Pin
vineeshV4-Jul-08 1:17
vineeshV4-Jul-08 1:17 
AnswerRe: CreateProcessAsUser Pin
marcio k6-Jul-08 20:48
marcio k6-Jul-08 20:48 
QuestionCreate really long timers in MFC Pin
cagespear4-Jul-08 0:49
cagespear4-Jul-08 0:49 
AnswerRe: Create really long timers in MFC Pin
Iain Clarke, Warrior Programmer4-Jul-08 1:05
Iain Clarke, Warrior Programmer4-Jul-08 1:05 
GeneralRe: Create really long timers in MFC Pin
cagespear4-Jul-08 1:22
cagespear4-Jul-08 1:22 
GeneralRe: Create really long timers in MFC Pin
Iain Clarke, Warrior Programmer4-Jul-08 1:28
Iain Clarke, Warrior Programmer4-Jul-08 1:28 
GeneralRe: Create really long timers in MFC Pin
CPallini4-Jul-08 1:45
mveCPallini4-Jul-08 1:45 
GeneralRe: Create really long timers in MFC Pin
cagespear4-Jul-08 1:52
cagespear4-Jul-08 1:52 
GeneralRe: Create really long timers in MFC Pin
Iain Clarke, Warrior Programmer4-Jul-08 2:22
Iain Clarke, Warrior Programmer4-Jul-08 2:22 
GeneralRe: Create really long timers in MFC Pin
CPallini4-Jul-08 2:30
mveCPallini4-Jul-08 2:30 
GeneralRe: Create really long timers in MFC Pin
Iain Clarke, Warrior Programmer4-Jul-08 2:42
Iain Clarke, Warrior Programmer4-Jul-08 2:42 
CPallini wrote:
Do you think the timer would be affected


I also doubt the timer would be affected - but its usefulness would depend on what the OP is trying to do.

If it's "do something approximately a day later", then SetTimer would be fine, or checking GetTickCount on a more rapid timer.

If it's "do something at the same time tomorrow, and the user will look at their clock and be puzzled why they started the program at 1pm and it's midday now..." then you need to do it a different way.

It really depends on what (s)he's trying to do.

Iain.

Plz sir... CPallini CPallini abuz drugz, plz plz help urgent.

GeneralRe: Create really long timers in MFC Pin
CPallini4-Jul-08 2:50
mveCPallini4-Jul-08 2:50 

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.