CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Threaded View

  1. #1
    Join Date
    Oct 2006
    Posts
    8

    Question Update 'Start in' for the Icon

    When an application is running, I provide a path. Now this path should be set for 'Start in' property of the icon from which this is application is being run.

    Suppose,
    I have shortcut X.lnk on the desktop. I double-click to run an application A.exe with data folder as C:\data.

    But now the user changes X.lnk name as Y.lnk

    Now when the application is running, thru some interface I provide new data folder.

    I need to updata 'Start in' value as new data folder provided for the icon Y.lnk on the desktop.
    Last edited by sgg245; October 11th, 2006 at 04:26 AM. Reason: Urgent solution

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured