Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2001
    Location
    Bremen - Germany
    Posts
    49

    Grin Builtin variable for the quick launch bar

    I am using SF 6.0.1.2. In order to access the quick launch bar (on XP), I need some builtin variable pointing to something like
    "C:\Documents and Settings\(userid)\Application Data\Microsoft\Internet Explorer\Quick Launch". I think such a variable is not available yet. Is there some workaround ?

    Regards
    Hayo

  2. #2
    Join Date
    Jul 2001
    Location
    Indigo Rose Software
    Posts
    1,834

    Re: Builtin variable for the quick launch bar

    I believe you should be able to find a registry entry for the path to the current user's "Application Data" directory in the following key:

    HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Shell Folders
    The Value there is AppData

    So you could read in that "data" and then append the string "Microsoft\Internet Explorer\Quick Launch" to create the path of the shortcut.

    Hope that helps.
    Darryl
    Indigo Rose Corporation

    Product Guides: AMS80 | SUF9 | TU30 | VP30 |MSIFACT |DeltaMAX

  3. #3
    Join Date
    Nov 2001
    Location
    Bremen - Germany
    Posts
    49

    Smile Re: Builtin variable for the quick launch bar

    Thanks - that worked.

    Hayo

Posting Permissions

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