![]() |
|
Start nksp.exe with Visual Basic (.net) - Printable Version +- LCKB (https://lckb.dev/forum) +-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109) +--- Forum: Programmers Gateway (https://lckb.dev/forum/forumdisplay.php?fid=196) +---- Forum: Coders Talk (https://lckb.dev/forum/forumdisplay.php?fid=192) +---- Thread: Start nksp.exe with Visual Basic (.net) (/showthread.php?tid=1905) |
- SeaLife - 04-28-2013 Hello Community I wont to create an own Update... Everything works fine... but i cant start LastChaos with my Launcher (Update) My Old Program (Programmed with AutoIT3) works, but i dont know how i get it working in VB Here my Starting Code:Shell("bin\nksp.exe", AppWinStyle.NormalFocus) I get:Informationen über das Aufrufen von JIT-Debuggenanstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.************** Ausnahmetext **************System.IO.FileNotFoundException: Die Datei wurde nicht gefunden. bei Microsoft.VisualBasic.Interaction.Shell(String PathName, AppWinStyle Style, Boolean Wait, Int32 Timeout) bei WindowsApplication1.main.tStart_Tick(Object sender, EventArgs e) bei System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m) bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) - SeaLife - 04-28-2013 Okay... I Go a kill my self :/ It works now: Process.Start("Bin\Nksp.exe", "1044") Credits: Gothic and the rest xDD |