Re: ShellExecute() and Win XP

new topic     » goto parent     » topic index » view thread      » older message » newer message
sergelli said...

I changed the following lines of library win32Lib.we

global procedure shellExecute( object verb, sequence file, atom style) 
 
    VOID = shellExecuteEx(verb, file, "", "", style, 0) 

By

global procedure shellExecute( object verb, sequence file, sequence arg, atom style) 
 
    VOID = shellExecuteEx(verb, file, arg, "", style, 0) 
 

...and now also ran on XP
Does it have other consequences????

I'm sure you could just call shellExecuteEx directly, no? The "arg" parameter seems to be the varying difference there...

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu