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: morena28 din Bistrita Nasaud
 | Femeie 25 ani Bistrita Nasaud cauta Barbat 27 - 52 ani |
|
|
admin
Administrator
Din: Bucharest
Inregistrat: acum 14 ani
Postari: 520
|
|
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 |
|