Click here to Skip to main content
15,892,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionTutorial Object Array Pin
Reagan Conservative6-Nov-08 9:02
Reagan Conservative6-Nov-08 9:02 
AnswerRe: Tutorial Object Array Pin
sashoalm6-Nov-08 10:18
sashoalm6-Nov-08 10:18 
GeneralRe: Tutorial Object Array Pin
Reagan Conservative6-Nov-08 11:22
Reagan Conservative6-Nov-08 11:22 
QuestionI need help with my program, new c++ programmer Pin
OverdoS6-Nov-08 7:56
OverdoS6-Nov-08 7:56 
QuestionRe: I need help with my program, new c++ programmer Pin
David Crow6-Nov-08 8:17
David Crow6-Nov-08 8:17 
AnswerRe: I need help with my program, new c++ programmer Pin
CPallini6-Nov-08 10:30
mveCPallini6-Nov-08 10:30 
AnswerRe: I need help with my program, new c++ programmer Pin
led mike6-Nov-08 8:52
led mike6-Nov-08 8:52 
QuestionShellExecute/Browser problem Pin
Leslie Sanford6-Nov-08 6:19
Leslie Sanford6-Nov-08 6:19 
I have an application with an About Dialog Box. The dialog displays an image, and when you click part of the image, a browser opens that takes you to a website. So far, so good. But what I'm finding is that if I close the browser immediately after it opens, it locks up for a few seconds with a blank, white screen. Eventually the browser closes. If I wait, say, ten seconds or so after the browser opens to close it, it will close immediately with no problems..

Here's my code for opening the browser:

::ShellExecute(NULL, "open", "http://www.lesliesanford.com", NULL, NULL, SW_SHOWNORMAL);


Nothing really special there. Any thoughts or clues?

EDIT: Interesting. I just noticed that this problem occurs when I open IE outside of my application. This seems to be a problem that's independent of my app, i.e. my app's not causing it.
AnswerRe: ShellExecute/Browser problem Pin
Renjith Ramachandran6-Nov-08 7:51
Renjith Ramachandran6-Nov-08 7:51 
AnswerRe: ShellExecute/Browser problem Pin
Bram van Kampen6-Nov-08 15:16
Bram van Kampen6-Nov-08 15:16 
QuestionAdvice needed for a tool for c++ code analysis Pin
Renjith Ramachandran6-Nov-08 5:23
Renjith Ramachandran6-Nov-08 5:23 
AnswerRe: Advice needed for a tool for c++ code analysis Pin
David Crow6-Nov-08 7:22
David Crow6-Nov-08 7:22 
QuestionRe: Advice needed for a tool for c++ code analysis Pin
sashoalm6-Nov-08 8:04
sashoalm6-Nov-08 8:04 
AnswerRe: Advice needed for a tool for c++ code analysis Pin
David Crow6-Nov-08 8:09
David Crow6-Nov-08 8:09 
GeneralRe: Advice needed for a tool for c++ code analysis Pin
sashoalm6-Nov-08 10:12
sashoalm6-Nov-08 10:12 
AnswerRe: Advice needed for a tool for c++ code analysis Pin
BonshatS6-Nov-08 8:19
BonshatS6-Nov-08 8:19 
GeneralRe: Advice needed for a tool for c++ code analysis Pin
Renjith Ramachandran6-Nov-08 9:15
Renjith Ramachandran6-Nov-08 9:15 
QuestionHelp with selecting Visual Studio option Pin
Geurt Bloem6-Nov-08 3:58
Geurt Bloem6-Nov-08 3:58 
QuestionRe: Help with selecting Visual Studio option Pin
David Crow6-Nov-08 5:05
David Crow6-Nov-08 5:05 
AnswerRe: Help with selecting Visual Studio option Pin
Joe Woodbury6-Nov-08 12:47
professionalJoe Woodbury6-Nov-08 12:47 
AnswerRe: Help with selecting Visual Studio option Pin
Saurabh.Garg6-Nov-08 15:24
Saurabh.Garg6-Nov-08 15:24 
GeneralRe: Help with selecting Visual Studio option Pin
Geurt Bloem6-Nov-08 20:49
Geurt Bloem6-Nov-08 20:49 
GeneralRe: Help with selecting Visual Studio option Pin
Saurabh.Garg6-Nov-08 21:11
Saurabh.Garg6-Nov-08 21:11 
QuestionResolving hostnames in a domain Pin
Green Fuze6-Nov-08 1:23
Green Fuze6-Nov-08 1:23 
QuestionRe: Resolving hostnames in a domain Pin
led mike6-Nov-08 4:25
led mike6-Nov-08 4:25 

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.