Wenn man den Startup Pfad der Form haben will ist das ja einfach.
1 |
Application.StartupPath |
Aber im Service wollte das nicht so einfach gehen đ
ich habe es trozdem hinbekommen đ
1 2 3 4 |
Imports System.IO Imports System.Reflection Path.GetDirectoryName([Assembly].GetEntryAssembly().Location |