Click here to Skip to main content
15,919,931 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: changing sdi application mainframe name Pin
prasad_som26-Feb-07 19:09
prasad_som26-Feb-07 19:09 
AnswerRe: changing sdi application mainframe name Pin
Paresh Chitte26-Feb-07 18:27
Paresh Chitte26-Feb-07 18:27 
QuestionSetScrollRange has a limit? Pin
cyn826-Feb-07 17:39
cyn826-Feb-07 17:39 
AnswerRe: SetScrollRange has a limit? Pin
MuraliKrishnaP26-Feb-07 19:38
MuraliKrishnaP26-Feb-07 19:38 
GeneralRe: SetScrollRange has a limit? Pin
cyn83-Mar-07 2:28
cyn83-Mar-07 2:28 
Questionhow to hind the DOS window? Pin
jakeyjia26-Feb-07 16:15
jakeyjia26-Feb-07 16:15 
AnswerRe: how to hind the DOS window? Pin
prasad_som26-Feb-07 18:02
prasad_som26-Feb-07 18:02 
AnswerRe: how to hind the DOS window? Pin
jakeyjia26-Feb-07 18:33
jakeyjia26-Feb-07 18:33 
QuestionRe: how to hind the DOS window? Pin
prasad_som26-Feb-07 19:44
prasad_som26-Feb-07 19:44 
AnswerRe: how to hind the DOS window? Pin
jakeyjia26-Feb-07 23:18
jakeyjia26-Feb-07 23:18 
GeneralRe: how to hind the DOS window? Pin
toxcct26-Feb-07 23:41
toxcct26-Feb-07 23:41 
AnswerRe: how to hind the DOS window? Pin
prasad_som27-Feb-07 0:06
prasad_som27-Feb-07 0:06 
QuestionTrapping sleep/hibernate start and stop from Code Pin
Simon Blundell26-Feb-07 13:38
Simon Blundell26-Feb-07 13:38 
AnswerRe: Trapping sleep/hibernate start and stop from Code Pin
Xing Chen26-Feb-07 14:50
Xing Chen26-Feb-07 14:50 
GeneralRe: Trapping sleep/hibernate start and stop from Code Pin
Simon Blundell26-Feb-07 15:06
Simon Blundell26-Feb-07 15:06 
Question3D Objects Pin
Lampros Giampouras26-Feb-07 12:21
Lampros Giampouras26-Feb-07 12:21 
AnswerRe: 3D Objects Pin
Waldermort26-Feb-07 15:48
Waldermort26-Feb-07 15:48 
AnswerRe: 3D Objects Pin
Lampros Giampouras27-Feb-07 3:54
Lampros Giampouras27-Feb-07 3:54 
QuestionMetafile antialising in Gdiplus Pin
Swinefeaster26-Feb-07 10:10
Swinefeaster26-Feb-07 10:10 
QuestionConversion of Unsigned __int64 to binary does not work in 2003 Pin
AAKAra26-Feb-07 9:02
AAKAra26-Feb-07 9:02 
AnswerRe: Conversion of Unsigned __int64 to binary does not work in 2003 Pin
Mark Salsbery26-Feb-07 9:19
Mark Salsbery26-Feb-07 9:19 
GeneralRe: Conversion of Unsigned __int64 to binary does not work in 2003 Pin
AAKAra26-Feb-07 10:00
AAKAra26-Feb-07 10:00 
QuestionHandle Reuse Problems? [modified] Pin
V3RO26-Feb-07 7:50
V3RO26-Feb-07 7:50 
AnswerRe: Handle Reuse Problems? Pin
Mark Salsbery26-Feb-07 9:08
Mark Salsbery26-Feb-07 9:08 
I can't see anything that should cause a reuse problem here.

I would recommend switching the InternetCloseHandle() calls (close the hConnectionHandle first)
and set the handles back to null after they are closed.

Then use the debugger and step through to find the call that is failing and why (using
GetLastError())

Mark


"Great job, team. Head back to base for debriefing and cocktails."
(Spottswoode "Team America")

GeneralRe: Handle Reuse Problems? Pin
V3RO26-Feb-07 9:15
V3RO26-Feb-07 9:15 

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.