mirror of
https://github.com/kimmknight/remoteapptool.git
synced 2024-11-09 20:28:20 +00:00
Changed the remoteapp default icon to the default app icon from user32.dll. The removes the dependency of RDC feature being installed in Win 11. Fixes issue #128. Updated version #
This commit is contained in:
parent
8e9a3bf182
commit
ab3ae88f7d
@ -148,7 +148,7 @@ Module IconModule
|
|||||||
Return Icon.FromHandle(smallIcon)
|
Return Icon.FromHandle(smallIcon)
|
||||||
End If
|
End If
|
||||||
Else
|
Else
|
||||||
Return ReturnIcon(GetSysDir() & "\mstsc.exe", 0)
|
Return ReturnIcon(GetSysDir() & "\user32.dll", 0)
|
||||||
End If
|
End If
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
|
@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
|||||||
' by using the '*' as shown below:
|
' by using the '*' as shown below:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("6.1.0.0")>
|
<Assembly: AssemblyVersion("6.1.1.0")>
|
||||||
<Assembly: AssemblyFileVersion("6.1.0.0")>
|
<Assembly: AssemblyFileVersion("6.1.1.0")>
|
||||||
|
Loading…
Reference in New Issue
Block a user