lisp2arx
Visual Programming for AutoLisp
Mathématiques en programmation Lisp..
doc2cpp,doc2lsp, sld2lsp, bmp2dcl,
free__GifCcapture for all-CAD'platforms..
|
Lista Forumurilor Pe Tematici
|
lisp2arx | Reguli | Inregistrare | Login
POZE LISP2ARX
Nu sunteti logat.
|
Nou pe simpatie: pysy_mik pe Simpatie.ro
 | Femeie 25 ani Teleorman cauta Barbat 25 - 44 ani |
|
admin
Administrator
Din: Bucharest
Inregistrat: acum 14 ani
Postari: 519
|
|
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
}
} |
59.8KB
_______________________________________
|
|
pus acum 3 ani |
|