Click here to Skip to main content
15,900,724 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Tab Control in existing dialog box Pin
Mark Salsbery20-Dec-06 11:51
Mark Salsbery20-Dec-06 11:51 
GeneralRe: Tab Control in existing dialog box Pin
acerunner31620-Dec-06 12:21
acerunner31620-Dec-06 12:21 
GeneralRe: Tab Control in existing dialog box Pin
Mark Salsbery20-Dec-06 12:29
Mark Salsbery20-Dec-06 12:29 
GeneralRe: Tab Control in existing dialog box Pin
acerunner31620-Dec-06 12:51
acerunner31620-Dec-06 12:51 
GeneralRe: Tab Control in existing dialog box Pin
Mark Salsbery20-Dec-06 12:56
Mark Salsbery20-Dec-06 12:56 
GeneralRe: Tab Control in existing dialog box Pin
acerunner31620-Dec-06 10:54
acerunner31620-Dec-06 10:54 
GeneralRe: Tab Control in existing dialog box Pin
Mark Salsbery20-Dec-06 11:23
Mark Salsbery20-Dec-06 11:23 
GeneralRe: Tab Control in existing dialog box Pin
acerunner31620-Dec-06 12:39
acerunner31620-Dec-06 12:39 
GeneralRe: Tab Control in existing dialog box Pin
Mark Salsbery20-Dec-06 12:47
Mark Salsbery20-Dec-06 12:47 
GeneralRe: Tab Control in existing dialog box Pin
acerunner31620-Dec-06 13:08
acerunner31620-Dec-06 13:08 
GeneralRe: Tab Control in existing dialog box Pin
Mark Salsbery20-Dec-06 13:19
Mark Salsbery20-Dec-06 13:19 
QuestionHas anyone used the MFC Internet Classes? Pin
Richard Andrew x6418-Dec-06 10:59
professionalRichard Andrew x6418-Dec-06 10:59 
AnswerRe: Has anyone used the MFC Internet Classes? Pin
led mike18-Dec-06 11:43
led mike18-Dec-06 11:43 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
Richard Andrew x6418-Dec-06 11:48
professionalRichard Andrew x6418-Dec-06 11:48 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
led mike18-Dec-06 12:06
led mike18-Dec-06 12:06 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
Richard Andrew x6418-Dec-06 12:53
professionalRichard Andrew x6418-Dec-06 12:53 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
Mark Salsbery18-Dec-06 13:05
Mark Salsbery18-Dec-06 13:05 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
Richard Andrew x6418-Dec-06 13:16
professionalRichard Andrew x6418-Dec-06 13:16 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
Mark Salsbery18-Dec-06 13:22
Mark Salsbery18-Dec-06 13:22 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
Richard Andrew x6418-Dec-06 13:46
professionalRichard Andrew x6418-Dec-06 13:46 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
Mark Salsbery18-Dec-06 14:40
Mark Salsbery18-Dec-06 14:40 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
led mike18-Dec-06 13:36
led mike18-Dec-06 13:36 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
led mike18-Dec-06 13:28
led mike18-Dec-06 13:28 
Richie308 wrote:
I'm trying to use them asynchronously.


You never said that until now.

Google is your friend: "MSDN WinInet MFC"

finds: http://support.microsoft.com/kb/164983[^]

SUMMARY

The MFC WinInet classes (CInternetSession, CInternetConnection, and so forth) are not designed to be used with asynchronous WinInet connections or file transfer. Instead, developers looking for asynchronous-like behavior in their MFC WinInet application should implement separate synchronous WinInet sessions in secondary threads.


led mike

GeneralRe: Has anyone used the MFC Internet Classes? Pin
Richard Andrew x6418-Dec-06 13:44
professionalRichard Andrew x6418-Dec-06 13:44 
GeneralRe: Has anyone used the MFC Internet Classes? Pin
led mike19-Dec-06 4:37
led mike19-Dec-06 4:37 

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.