Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program Launcher for various versions of Fox?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00637200
Message ID:
00637321
Views:
19
Thanks George

I had not thought of that approach, however I think I will stick with just an editable page of HTML that launches the apps with no additional frills except looking nice and having plenty of information in it.

If I make them launch everything from there I will not need to add long comments to shortcuts etc.

I hope I do not run into any problems with windows security features popping up though. It may pop up the Open/Save dialog that explorer uses sometimes:(

Do you think thats what will happen?





>>Hi George
>>
>>I should have said the amount of comment that is displayed:)
>>The comment is concatenated when it is not selected and I dont want them having to click on a lot of icons to find what they want.
>>
>>My rant about long file names was more directed to the display in windows explorer, I have always wanted there to be a comment field that can be attached to a file:)
>>
>>I could group all the app shortcuts into a folder of their own on the desktop and change the view of the folder to list view and get something close to the desired effect. Trouble is if I write a paragraph about the app then the shortcut name would need to wrap. I also would want to stop the users changing it back to Icon view again.
>>
>Mark,
>
>All I've got is a SWAG, but it is one based on a few known things.
>
>First, the Windows Script Host's WScript.Shell object's CreateShortcut() method allows you to get an object reference to an existing short cut link and exposes the Description property. This could be used to get the description from the short cut and output it (via WSH) to an HTML file.
>
>Second, both VBScript and JScript can be embedded within HTML documents. The Shell also supports a Run method that could be used to launch the application.
>
>The bad news...I've never tried to do anything like this, but it would appear to be theorhetically possible.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform