Aceguy Posted March 17, 2008 Posted March 17, 2008 when you right mouse on a shortcut, select properties, then find target... is there a way to open a folder, and have it display its contents with having to click start -> all programs -> ect ect.... or rm prop find target. many thanks [u]My Projects.[/u]Launcher - not just for games & Apps (Mp3's & Network Files)Mp3 File RenamerMy File Backup UtilityFFXI - Realtime to Vana time Clock
Monamo Posted March 17, 2008 Posted March 17, 2008 when you right mouse on a shortcut, select properties, then find target...is there a way to open a folder, and have it display its contents with having to click start -> all programs -> ect ect.... or rm prop find target.many thanksNot sure I understand the wording of your question. Are you looking for:Right-click on a fileHave a "Find Target" context menu item directly availableThe context menu item pops up the folder view of the "target's" folderorOpen a folderEnable a column (like "Details" view) to show the "target" of .lnk filesor something else altogether? - MoChr(77)& Chr(97)& Chr(100)& Chr(101)& Chr(32)& Chr(121)& Chr(97)& Chr(32)& Chr(108)& Chr(111)& Chr(111)& Chr(107)-------I've told you 100,000 times not to exaggerate!-------Don't make me hit you with my cigarette hand...-------My scripts:Random Episode Selector, Keyboard MouseMover, CopyPath v2.1, SmartRename for XP,Window Tracer[sup]New![/sup]
Aceguy Posted March 17, 2008 Author Posted March 17, 2008 (edited) this is what im after, any ideads #include <GuiConstantsEx.au3> Opt("GUIOnEventMode", 1) $loc='C:\Documents and Settings\Andy\My Documents\Downloads' $GUI = GUICreate("(External) ListView Create", 400, 300) $button = GUICtrlCreateButton("GOTO C:\Documents and Settings\Andy\My Documents\Downloads", 5, 5, 380, 25) guictrlsetonevent(-1,"open_that_location") GUISetState() Do sleep(100) Until GUIGetMsg() = $GUI_EVENT_CLOSE Func open_that_location() ;see pic EndFunc Edited March 18, 2008 by Aceguy [u]My Projects.[/u]Launcher - not just for games & Apps (Mp3's & Network Files)Mp3 File RenamerMy File Backup UtilityFFXI - Realtime to Vana time Clock
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now