shellexecute
.net cf - launch explorer programmatically
I am trying to launch explorer programmatically from my .Net CF Window application. But its throwing win32 exception. I have used same kind of code in desktop .Net version, and it alway开发者_Python百[详细]
2023-01-04 03:49 分类:问答Shell script to copy files
If there exist a directory, /backup/ And the files in it are a.gz b.gz c.gz And another directory /backup-directorybac开发者_如何学Gokup[详细]
2023-01-03 10:55 分类:问答call to shellexecte causes antivirus to give a warning?
when ever i write the following line of code开发者_C百科 any where in any app i program with delphi[详细]
2022-12-31 22:25 分类:问答how come we need not close the handle returned by ShellExecute?
On success, ShellExecute returns a handle. Do we need to close this handle, and if so, how ? According to examples published my Microsoft, we need not close this handle. But the doc of ShellExecute[详细]
2022-12-29 03:34 分类:问答Cannot launch 16-bit application anymore
I\'m trying to debug and resolve some issues with a Win32 macro application written C++ however I\'m having the strangest issue.[详细]
2022-12-29 02:25 分类:问答Using Delphi's ShellExecute() with the process inheriting the original console?
In C I\'ve used the system() function before in a console application and if I start another process using system() it inherits the console window of the process that called it.[详细]
2022-12-26 15:43 分类:问答shell_exec(),exec() on php is not working
i disabled safe_mode by off value and tried with shell_exec(),exec() both functions on 1开发者_高级运维and1 dedicated server its not working, even its working in another server.Those (and any other) f[详细]
2022-12-25 11:42 分类:问答How can I programatically force Windows XP to display thumbnails for a folder?
I have an application that calls ShellExecute with a folder path. This brings up the folder in explorer.[详细]
2022-12-25 07:28 分类:问答Open default browser as standard user (C++)
I\'m currently using ShellExecute \"open\" to open a URL in the user\'s browser, but running into a bit of trouble in Win7 and Vista because the program runs elevated as a service.[详细]
2022-12-21 07:04 分类:问答System-wide ShellExecute hooks?
is there any way I can install a system-wide ShellExecute hook using C++ without having to inject a hooking module into every active process. I am using Windows 7.[详细]
2022-12-19 19:33 分类:问答