You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you cancel the launch of a quick link, the TrayToolBar tool crashes
You can easily replicate making a fake Link.
Make a Folder, copy that folder, paste a Link into TrayToolBar selected folder, delete the folder you made and try to run the new link into TrayToolbar.
Paste a Link into TrayToolBar selected Folder, try to run the new link into TrayToolBar and Cancel in the asking permission window.
************** Texto de la excepción **************
System.ComponentModel.Win32Exception (1223): An error occurred trying to start process 'C:\Users\sitwu\Favorites\Vínculos\test - Acceso directo.lnk' with working directory 'C:\Users\sitwu\OneDrive\Tools\Windows Related\QuickLaunch'. El usuario ha cancelado la operación.
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at TrayToolbar.Program.Launch(String fileName)
at TrayToolbar.SettingsForm.LeftClickMenu_ItemClicked(Object sender, ToolStripItemClickedEventArgs e)
at System.Windows.Forms.ToolStripDropDown.OnItemClicked(ToolStripItemClickedEventArgs e)
at System.Windows.Forms.ToolStrip.HandleItemClick(ToolStripItem dismissingItem)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(HWND hWnd, MessageId msg, WPARAM wparam, LPARAM lparam)
The text was updated successfully, but these errors were encountered:
When you cancel the launch of a quick link, the TrayToolBar tool crashes
You can easily replicate making a fake Link.
The text was updated successfully, but these errors were encountered: