Click here to Skip to main content
15,916,463 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to share a structure between a thread and the main program. Pin
stkl6-Oct-05 20:06
stkl6-Oct-05 20:06 
QuestionHow to get the "all programs " menu handle? Pin
xavierkdna4-Oct-05 18:04
xavierkdna4-Oct-05 18:04 
QuestionProcess Name From Process handle Pin
ragavan4-Oct-05 18:00
ragavan4-Oct-05 18:00 
QuestionPosting string to window Pin
sthalasayanam4-Oct-05 17:39
sthalasayanam4-Oct-05 17:39 
AnswerRe: Posting string to window Pin
ThatsAlok4-Oct-05 18:33
ThatsAlok4-Oct-05 18:33 
GeneralRe: Posting string to window Pin
sthalasayanam5-Oct-05 16:50
sthalasayanam5-Oct-05 16:50 
GeneralRe: Posting string to window Pin
ThatsAlok5-Oct-05 17:46
ThatsAlok5-Oct-05 17:46 
QuestionEVC++ Pin
SatYr_844-Oct-05 13:40
SatYr_844-Oct-05 13:40 
AnswerRe: EVC++ Pin
SatYr_844-Oct-05 13:45
SatYr_844-Oct-05 13:45 
AnswerRe: EVC++ Pin
Rajesh match4-Oct-05 19:27
Rajesh match4-Oct-05 19:27 
GeneralRe: EVC++ Pin
SatYr_844-Oct-05 21:19
SatYr_844-Oct-05 21:19 
GeneralRe: EVC++ Pin
SatYr_844-Oct-05 21:41
SatYr_844-Oct-05 21:41 
AnswerRe: EVC++ Pin
vikas amin4-Oct-05 21:54
vikas amin4-Oct-05 21:54 
QuestionHeader File Pin
Sweet Flame4-Oct-05 11:34
Sweet Flame4-Oct-05 11:34 
AnswerRe: Header File Pin
Bartosz Bien4-Oct-05 11:55
Bartosz Bien4-Oct-05 11:55 
AnswerRe: Header File Pin
FlamTaps4-Oct-05 14:42
FlamTaps4-Oct-05 14:42 
Questionwarning C4503 Pin
valerie994-Oct-05 11:21
valerie994-Oct-05 11:21 
AnswerRe: warning C4503 Pin
Member 17264404-Oct-05 20:45
Member 17264404-Oct-05 20:45 
General/EHsc was not selected Pin
valerie995-Oct-05 4:24
valerie995-Oct-05 4:24 
GeneralRe: warning C4503 Pin
Jose Lamas Rios5-Oct-05 7:45
Jose Lamas Rios5-Oct-05 7:45 
QuestionMy VC++ Dosnt Have Certain Header Files??? Pin
katocan4-Oct-05 11:13
katocan4-Oct-05 11:13 
AnswerRe: My VC++ Dosnt Have Certain Header Files??? Pin
Blake V. Miller5-Oct-05 10:47
Blake V. Miller5-Oct-05 10:47 
QuestionDifference between free(*str) and free(str) Pin
KellyR4-Oct-05 10:40
KellyR4-Oct-05 10:40 
AnswerRe: Difference between free(*str) and free(str) Pin
Axter4-Oct-05 11:13
professionalAxter4-Oct-05 11:13 
QuestionAPI's for retreiving url's Pin
Jim Crafton4-Oct-05 10:08
Jim Crafton4-Oct-05 10:08 
If I need to retrieve a URL, preferable asynchronously, which is a better API to use:
URLDownloadToFile
or
WinInet InternetXXX functions?

I am writing a high level wrapper around this stuff and I'm not sure which is the best API to use.

From looking at some articles here on CP it seems there are various issues with WinInet, while URLDownloadToFile seems MUCH easier to use, and it's easy to handle authentication for password protected resources.

My only concern is that it seems that URLDownloadToFile depends on IE being present. Is this worth being concerned about?


Thoughts?

¡El diablo está en mis pantalones! ¡Mire, mire!

Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)!

SELECT * FROM User WHERE Clue > 0
0 rows returned

Save an Orange - Use the VCF!

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.