Click here to Skip to main content
15,867,488 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIs my merge list right? Pin
wbgxx3-Apr-10 18:36
wbgxx3-Apr-10 18:36 
AnswerRe: Is my merge list right? Pin
Luc Pattyn3-Apr-10 21:06
sitebuilderLuc Pattyn3-Apr-10 21:06 
QuestionCWinApp <-> DLL communication Pin
hxhl953-Apr-10 12:09
hxhl953-Apr-10 12:09 
QuestionRe: CWinApp DLL communication Pin
Tim Craig3-Apr-10 13:55
Tim Craig3-Apr-10 13:55 
AnswerRe: CWinApp DLL communication Pin
hxhl953-Apr-10 15:56
hxhl953-Apr-10 15:56 
GeneralRe: CWinApp DLL communication Pin
Tim Craig3-Apr-10 16:07
Tim Craig3-Apr-10 16:07 
GeneralRe: CWinApp DLL communication Pin
hxhl953-Apr-10 16:10
hxhl953-Apr-10 16:10 
QuestionIE8 and ShellExecute weirdness Pin
Monty23-Apr-10 9:41
Monty23-Apr-10 9:41 
Hi,

i am using ShellExecute to launch a url in the default browser, the same code has been working for a few years now.
all of a sudden one guy is complaining that URLs are not working on his 3 PCs

what happens is ShellExecute is called and "If IE8 is running it opens up the site fine but if no IE8 instance is running a new instance comes up, tries to load the page and just keeps loading and nothing happens"
this is very weird cause its tha same old boilerplate code for ShellExecute

Here is the code

HINSTANCE ret = ShellExecute(NULL, "open", "http://www.google.com", NULL, NULL, SW_SHOWNORMAL);


any ideas are more welcome

thanks for your time

C++ where friends have access to your private members !

AnswerRe: IE8 and ShellExecute weirdness Pin
LunaticFringe3-Apr-10 12:37
LunaticFringe3-Apr-10 12:37 
GeneralRe: IE8 and ShellExecute weirdness Pin
Luc Pattyn3-Apr-10 13:41
sitebuilderLuc Pattyn3-Apr-10 13:41 
GeneralRe: IE8 and ShellExecute weirdness Pin
LunaticFringe3-Apr-10 16:08
LunaticFringe3-Apr-10 16:08 
QuestionIP information class/function Pin
includeh103-Apr-10 8:25
includeh103-Apr-10 8:25 
AnswerRe: IP information class/function Pin
Moak3-Apr-10 8:38
Moak3-Apr-10 8:38 
QuestionKey press detection and while loop problem Pin
User 68017803-Apr-10 8:21
User 68017803-Apr-10 8:21 
Questiona simple VC++ scrolling display Pin
Alan Kurlansky3-Apr-10 3:17
Alan Kurlansky3-Apr-10 3:17 
AnswerRe: a simple VC++ scrolling display Pin
Maximilien3-Apr-10 3:43
Maximilien3-Apr-10 3:43 
GeneralRe: a simple VC++ scrolling display Pin
Alan Kurlansky3-Apr-10 3:57
Alan Kurlansky3-Apr-10 3:57 
AnswerRe: a simple VC++ scrolling display Pin
Richard MacCutchan3-Apr-10 4:35
mveRichard MacCutchan3-Apr-10 4:35 
AnswerRe: a simple VC++ scrolling display Pin
Moak3-Apr-10 4:37
Moak3-Apr-10 4:37 
QuestionMessage Removed Pin
2-Apr-10 22:47
ozmrdn2-Apr-10 22:47 
AnswerRe: 8 puzzle game C,C++ source code Pin
Richard MacCutchan2-Apr-10 22:49
mveRichard MacCutchan2-Apr-10 22:49 
GeneralRe: 8 puzzle game C,C++ source code Pin
ozmrdn2-Apr-10 22:59
ozmrdn2-Apr-10 22:59 
GeneralRe: 8 puzzle game C,C++ source code Pin
Richard MacCutchan2-Apr-10 23:10
mveRichard MacCutchan2-Apr-10 23:10 
GeneralRe: 8 puzzle game C,C++ source code Pin
ozmrdn2-Apr-10 23:14
ozmrdn2-Apr-10 23:14 
GeneralRe: 8 puzzle game C,C++ source code Pin
Richard MacCutchan2-Apr-10 23:23
mveRichard MacCutchan2-Apr-10 23:23 

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.