Click here to Skip to main content
15,926,453 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Christian Graus, Continuously changing display - Pin
User 988522-Apr-02 6:56
User 988522-Apr-02 6:56 
GeneralRe: Christian Graus, Continuously changing display - Pin
Ravi Bhavnani22-Apr-02 7:32
professionalRavi Bhavnani22-Apr-02 7:32 
GeneralShellOpen is hosed Pin
#realJSOP22-Apr-02 5:15
professional#realJSOP22-Apr-02 5:15 
GeneralRe: ShellOpen is hosed Pin
l a u r e n22-Apr-02 5:25
l a u r e n22-Apr-02 5:25 
GeneralRe: ShellOpen is hosed Pin
#realJSOP22-Apr-02 5:58
professional#realJSOP22-Apr-02 5:58 
GeneralRe: ShellOpen is hosed Pin
l a u r e n22-Apr-02 6:01
l a u r e n22-Apr-02 6:01 
GeneralRe: ShellOpen is hosed Pin
Jim Crafton22-Apr-02 6:29
Jim Crafton22-Apr-02 6:29 
GeneralRe: ShellOpen is hosed Pin
Jim Crafton22-Apr-02 6:31
Jim Crafton22-Apr-02 6:31 
Sorry that last message did't work quite right Smile | :)
John
How are you doing the association - and does the error happen with files with spaces in the name ?
If so the
shell\open\command default value might be this
<your app path> %1

try this

<your app path> "%1"

ensures that the spaces are treated as one full string instead of multiple files

also try
"<your app path>" "%1"

if that doesn't work
GeneralRe: ShellOpen is hosed Pin
David Defoort22-Apr-02 6:31
David Defoort22-Apr-02 6:31 
GeneralRe: ShellOpen is hosed - the answer Pin
#realJSOP22-Apr-02 6:59
professional#realJSOP22-Apr-02 6:59 
GeneralRe: ShellOpen is hosed - the answer Pin
#realJSOP22-Apr-02 8:59
professional#realJSOP22-Apr-02 8:59 
GeneralRe: ShellOpen is hosed - the answer Pin
Gary Kirkham21-Jan-04 5:29
Gary Kirkham21-Jan-04 5:29 
GeneralRe: ShellOpen is hosed - the answer Pin
#realJSOP21-Jan-04 11:18
professional#realJSOP21-Jan-04 11:18 
GeneralSimple MFC question. Pin
Jason Hooper22-Apr-02 5:13
Jason Hooper22-Apr-02 5:13 
GeneralRe: Simple MFC question. Pin
Michael P Butler22-Apr-02 5:25
Michael P Butler22-Apr-02 5:25 
GeneralRe: Simple MFC question. Pin
l a u r e n22-Apr-02 5:28
l a u r e n22-Apr-02 5:28 
GeneralRe: Simple MFC question. Pin
Jason Hooper22-Apr-02 5:33
Jason Hooper22-Apr-02 5:33 
GeneralRe: Simple MFC question. Pin
User 988522-Apr-02 5:45
User 988522-Apr-02 5:45 
GeneralRe: Simple MFC question. Pin
l a u r e n22-Apr-02 5:47
l a u r e n22-Apr-02 5:47 
GeneralDirectly calling framework... Pin
Jamie Hale22-Apr-02 5:04
Jamie Hale22-Apr-02 5:04 
GeneralRe: Directly calling framework... Pin
l a u r e n22-Apr-02 5:08
l a u r e n22-Apr-02 5:08 
GeneralRe: Directly calling framework... Pin
Jamie Hale22-Apr-02 5:12
Jamie Hale22-Apr-02 5:12 
GeneralRe: Directly calling framework... Pin
User 988522-Apr-02 5:47
User 988522-Apr-02 5:47 
GeneralRe: Directly calling framework... Pin
Paul M Watt22-Apr-02 6:05
mentorPaul M Watt22-Apr-02 6:05 
GeneralMessages Pin
Rage22-Apr-02 4:48
professionalRage22-Apr-02 4:48 

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.