Tagged Questions
4
votes
7answers
6k views
Windows shortcut (.lnk) parser in Java?
I'm currently using Win32ShellFolderManager2 and ShellFolder.getLinkLocation to resolve windows shortcuts in Java. Unfortunately, if the Java program is running as a service under Vista, ...
2
votes
2answers
918 views
Wine linker error: trying to create .lnk
I'm trying to create an .lnk file programatically. I would prefer to use C, but C++ is fine (and is what all the MSDN stuff is in).
The relevant code sample is:
#include <windows.h>
#include ...
2
votes
4answers
828 views
Launching Shell Links (LNKs) from WOW64
Our 32-Bit application launches Windows LNK files (Shell Links) via ShellExecute. When it tries to "launch" a link to a 64-Bit binary (such as the "Internet Explorer (64-Bit)" shortcut in Start Menu) ...
2
votes
2answers
1k views
Reformatting Windows lnk file via an automated script
Problem: There are a bunch of .lnk files on the C drive that point to the J: drive, but the J: drive is gone, and the P: drive has replaced it. Various tricks have been done to get the .lnk files to ...
1
vote
0answers
565 views
.LNK File Shortcut Key no longer works if I press it while my C#, maximized, no border program is running
For a more general behavior probably caused by this problem please also read:
http://stackoverflow.com/questions/2042925/shortcut-keys-defined-in-lnk-files-do-not-work-if-im-running-a-c-winforms-prog
...
0
votes
3answers
35 views
How to tell that the Setup has an uninstaller?
I have made a small application without setup. Just copy from A to B. Now I wanted to copy also a shortcut (lnk) file in the Windows system to have the application visible as uninstall-able.
But when ...
0
votes
0answers
124 views
Windows shortcut (.lnk) parser in Java that can read arguments
Basically the title says it all, I need to parse .lnk to extract the path and the arguments. JShortcut can do this, but it's GPL. Any suggestions ?
0
votes
4answers
191 views
Windows error LNK1179
I compiled an exe on windows VS 2005, a c++ program that link to other libs of mine.
It compiled and suddenly it doesn't with an error of LNK1170 COMDAT "
I can't understand what happened and how to ...
0
votes
3answers
434 views
How can I launch programmatically (C++) an application from a Windows shortcut (.lnk file)?
how can I launch programmatically an application from a Windows shortcut (.lnk file)?
I tried to use the API ShellExecute and it seems to work. Any caveat?
Thank you.
Here it is a snippet of my ...
0
votes
1answer
474 views
Expression Web: Shortcut doesn't point to an exe file, but I want to use it to edit
Problem: I have to support users who need to edit web pages. Some of these web pages exist only as textarea controls. Fortunately, there is a firefox plugin that allows the user to open the textarea ...