shellexecute
Wait before ShellExecute is carried out?
I have a hopefully quick question: Is it possible to delay execution of ShellExecute a little bit? I have an application with autoupdater. After it downloads all necessary files etc, it renames curr[详细]
2023-03-05 20:52 分类:问答ShellExecute blocks (never returns) when firewall denies internet access
I\'ve been开发者_StackOverflow社区 using ShellExecute to open URLs in a browser, invoked from a modal windows\' code, like this:[详细]
2023-03-02 04:21 分类:问答ShellExecute using an URL is resulting in unassociated error message. Which file association is missing?
I am using \"ShellExec\" in c++ and windows to open an url in the default browser. For very few customers it is failing with the following message:\"This file does not have a program associated with[详细]
2023-02-28 06:21 分类:问答Strange file-permissions if apps run as administrator
My program must be run as administrator and creates some files. If I run it manually by right-click on the icon and selecting \"run as administrator\" -- everything okay -- all users have access to cr[详细]
2023-02-23 10:28 分类:问答Trying to obtain error codes from a .NET executable I run from VB6
I execute a .NET console app from wihin VB6 using the ShellExecute API call: ExitCode = ShellExecute(Me.hWnd, \"open\", Get开发者_运维问答AppPath & \"\\SQL Utilities\\\" & \"DocXferClient.exe[详细]
2023-02-20 02:37 分类:问答How can I print HTML files to a specified printer using shellexecute?
I have an application that has records that can have a number of attachments associated to them, which may be a collection of JPG, TIF, PDF or HTM files (theoretically this list is arbitrary, and thes[详细]
2023-02-14 11:22 分类:问答shellexecute fails to open http links for some users
Some users of an app of mine are reporting links dont open in the browser. I always launch them with shellexecute(0, \'open\', \'http://...[详细]
2023-02-13 09:25 分类:问答How can i jump to a webpages anchor <a> tag using ShellExecute in C++?
I\'m currently opening a webpage succesfully in this manner, for example ShellExecute(NULL, \"open\", \"http://www.google.com\", NULL, NULL, SW_SHOWNORMAL);[详细]
2023-02-10 00:43 分类:问答Timeout issue making system call in Ruby on Windows XP
The following code require \'timeout\' begin timeout(20) do# Line 4 result = `hostname` end# Line 6 rescue Timeout::Error[详细]
2023-02-09 22:27 分类:问答shellapi error when building Google Test
I downloaded Google Test. Then i opened \"gtest.sln\" file. After conversion i clicked \"build\" but Visual Studio 2005 gave the errors below repeatedly.[详细]
2023-02-08 09:41 分类:问答