Click here to Skip to main content
15,921,989 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to make a custom control nicely? Pin
Stephen Hewitt9-Mar-09 20:03
Stephen Hewitt9-Mar-09 20:03 
QuestionHow to fetch cookie timeout value "in specific" using VC++ Pin
IamPoojaa8-Mar-09 23:31
IamPoojaa8-Mar-09 23:31 
AnswerRe: How to fetch cookie timeout value "in specific" using VC++ Pin
Code-o-mat9-Mar-09 2:02
Code-o-mat9-Mar-09 2:02 
QuestionDownload mutiple exe"s from webserver Pin
siva4558-Mar-09 23:30
siva4558-Mar-09 23:30 
AnswerRe: Download mutiple exe"s from webserver Pin
Eytukan8-Mar-09 23:53
Eytukan8-Mar-09 23:53 
GeneralRe: Download mutiple exe"s from webserver Pin
siva4558-Mar-09 23:59
siva4558-Mar-09 23:59 
QuestionRe: Download mutiple exe"s from webserver Pin
David Crow9-Mar-09 4:18
David Crow9-Mar-09 4:18 
AnswerRe: Download mutiple exe"s from webserver Pin
Iain Clarke, Warrior Programmer10-Mar-09 2:45
Iain Clarke, Warrior Programmer10-Mar-09 2:45 
1/ Download first file.
2/ Wait till done.
3/ Download second file.
4/ ...

a)
Many webservers will limit the amount of files you can download simultaneously. It's polite to not flood them with requests.
b)
Assuming your connection is going as fast as it can, downloading them in parallel will just make each one take longer - you're still downloading the same amount of data after all!
c)
Package them in a zip file? Then you can download them all in oen big go.

Just a few thoughts,

Iain.

Codeproject MVP for C++, I can't believe it's for my lounge posts...

QuestionCWinthread Remote Threads Pin
ForNow8-Mar-09 22:23
ForNow8-Mar-09 22:23 
AnswerRe: CWinthread Remote Threads Pin
Cedric Moonen8-Mar-09 22:27
Cedric Moonen8-Mar-09 22:27 
GeneralRe: CWinthread Remote Threads Pin
Code-o-mat8-Mar-09 22:44
Code-o-mat8-Mar-09 22:44 
GeneralRe: CWinthread Remote Threads Pin
Cedric Moonen8-Mar-09 22:51
Cedric Moonen8-Mar-09 22:51 
GeneralRe: CWinthread Remote Threads Pin
Code-o-mat8-Mar-09 22:58
Code-o-mat8-Mar-09 22:58 
JokeRe: CWinthread Remote Threads Pin
Eytukan8-Mar-09 23:46
Eytukan8-Mar-09 23:46 
JokeRe: CWinthread Remote Threads Pin
Nishad S9-Mar-09 0:51
Nishad S9-Mar-09 0:51 
GeneralRe: CWinthread Remote Threads Pin
ForNow8-Mar-09 23:58
ForNow8-Mar-09 23:58 
AnswerRe: CWinthread Remote Threads Pin
Nishad S8-Mar-09 22:41
Nishad S8-Mar-09 22:41 
GeneralRe: CWinthread Remote Threads Pin
ForNow9-Mar-09 0:21
ForNow9-Mar-09 0:21 
GeneralRe: CWinthread Remote Threads Pin
Iain Clarke, Warrior Programmer10-Mar-09 2:46
Iain Clarke, Warrior Programmer10-Mar-09 2:46 
QuestionBest way to get up to speed on web programming? Pin
Kevin 12334128-Mar-09 22:16
Kevin 12334128-Mar-09 22:16 
AnswerRe: Best way to get up to speed on web programming? Pin
Jerry.Wang9-Mar-09 0:59
Jerry.Wang9-Mar-09 0:59 
Questionconvert hwnd to int Pin
kastfall8-Mar-09 21:53
kastfall8-Mar-09 21:53 
AnswerRe: convert hwnd to int Pin
Cedric Moonen8-Mar-09 22:02
Cedric Moonen8-Mar-09 22:02 
GeneralRe: convert hwnd to int Pin
kastfall8-Mar-09 22:14
kastfall8-Mar-09 22:14 
GeneralRe: convert hwnd to int Pin
Cedric Moonen8-Mar-09 22:21
Cedric Moonen8-Mar-09 22:21 

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.