Platforms to show: All Mac Windows Linux Cross-Platform
/Win/Windows Shortcuts/Resolve Shortcut
Feedback.
Function:
You find this example project in your Plugins Download as a Realbasic project file within the examples folder: /Win/Windows Shortcuts/Resolve Shortcut
This example is the version from Mon, 28th Feb 2010.
Notes: Last modified: Mon, 28th Feb 2010
Feedback.
Function:
You find this example project in your Plugins Download as a Realbasic project file within the examples folder: /Win/Windows Shortcuts/Resolve Shortcut
This example is the version from Mon, 28th Feb 2010.
Notes: Last modified: Mon, 28th Feb 2010
Class App
Inherits Application
// Event implementations
Sub Open()
dim w as WindowsShortCutMBS
dim f as FolderItem
if targetwin32 then
MsgBox "YOU must remove this msgbox and change the link in the source code!"
f=SpecialFolder.Desktop.TrueChild("sol.exe.lnk") // you need to change this!
if f=nil or f.Exists=false then // cancel
quit
end if
MsgBox f.AbsolutePath
w=new WindowsShortCutMBS
w.Location=f.AbsolutePath
if w.ResolveShortCut then
MainWindow.showlink w
else
msgBox "Failed to resolve shortcut."
quit
end if
else
MsgBox "This example is only for Windows."
quit
end if
End Sub
End Class
Class MainWindow
Inherits Window
// Controls
ControlInstance
End ControlInstance
ControlInstance
End ControlInstance
ControlInstance
End ControlInstance
ControlInstance
End ControlInstance
ControlInstance
End ControlInstance
ControlInstance
End ControlInstance
ControlInstance
End ControlInstance
ControlInstance
End ControlInstance
ControlInstance
End ControlInstance
ControlInstance
End ControlInstance
// Methods
Sub showlink(w as WindowsShortCutmbs)
Location.text=w.Target
WorkingDirectory.text=w.WorkingDirectory
IconLocation.text=w.Icon
Description.text=w.Description
arguments.Text=w.Arguments
End Sub
End Class
See also:
- /Win/Windows Admin Status
- /Win/Windows Audio Mixer
- /Win/Windows CD Burning
- /Win/Windows Console
- /Win/Windows DDE/AddItem
- /Win/Windows DDE/CreateGroup
- /Win/Windows DDE/DDE Client
- /Win/Windows DDE/DDE Server
- /Win/Windows DDE/DeleteGroup
- /Win/Windows DDE/List Excel Topics
- /Win/Windows DDE/Programmanger Groups
- /Win/Windows Devices
- /Win/Windows Disc Info
- /Win/Windows File Copy
- /Win/Windows Growl
- /Win/Windows Hot Key
- /Win/Windows Key Filter
- /Win/Windows Midi
- /Win/Windows Network Information
- /Win/Windows Printer
- /Win/Windows Printer List
- /Win/Windows Process Memory Info
- /Win/Windows Registry Test
- /Win/Windows Serial Ports
- /Win/Windows Shortcuts/Create Shortcuts
- /Win/Windows Shortcuts/File Shortcut
- /Win/Windows Shortcuts/Internet Shortcut
- /Win/Windows Speech/Windows Speech Test
- /Win/Windows Speech/Windows Speech to file
- /Win/Windows Speech/Windows Speech with 4 windows
- /Win/Windows Startmenu Items
- /Win/Windows System Tray
- /Win/Windows System Tray with Icon file/Windows System Tray with Icon file
- /Win/Windows Taskbar List
- /Win/Windows Taskbar State
- /Win/Windows VM Statistics
- /Win/Windows Volume Information
Links
MBS REAL studio Plugins - Nachhilfe in Plaidt