lisp2arx
Visual Programming for AutoLisp
Mathématiques en programmation Lisp..
doc2cpp,doc2lsp, sld2lsp, bmp2dcl,
free__GifCcapture for all-CAD'platforms..
Change the output type from Console Application to Windows Application, And Instead of Console.Readline/key you can use new ManualResetEvent(false).WaitOne() at the end to keep the app running.
Code:
class start
{
[DllImport("user32.dll")]
static extern bool ShowWindow(IntPtr hWnd, int nCmdShow);
static void Main()
{
IntPtr h = Process.GetCurrentProcess().MainWindowHandle;
ShowWindow(h, 0);
// Do the rest
}
}
Import and Export .dll – poza de admin, in Abecedar Scolar · 59.8KB